Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/
Ddoublest.h63 extern int floatformat_is_nan (const struct floatformat *, char *);
Ddoublest.c467 floatformat_is_nan (const struct floatformat *fmt, char *val) in floatformat_is_nan() function
Dvalprint.c297 if (fmt != NULL && floatformat_is_nan (fmt, valaddr)) in print_floating()
DChangeLog-20013361 (floatformat_is_negative, floatformat_is_nan)
3367 (floatformat_is_nan, floatformat_mantissa)
8119 floatformat_is_nan and floatformat_mantissa.
8122 (floatformat_is_nan): New function.
DChangeLog-200213914 (floatformat_is_nan, floatformat_mantissa): Ditto.