Home
last modified time | relevance | path

Searched refs:floatformat_is_negative (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Ddoublest.h62 extern int floatformat_is_negative (const struct floatformat *, char *);
Ddoublest.c457 floatformat_is_negative (const struct floatformat *fmt, char *val) in floatformat_is_negative() function
Dvalprint.c299 if (floatformat_is_negative (fmt, valaddr)) in print_floating()
DChangeLog-20013361 (floatformat_is_negative, floatformat_is_nan)
3366 (ldfrexp, floatformat_from_doublest, floatformat_is_negative)
8118 * defs.h: Provide prototypes for floatformat_is_negative,
8121 (floatformat_is_negative): New function.
DChangeLog-200213913 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.