Searched refs:floatformat_is_negative (Results 1 – 5 of 5) sorted by relevance
62 extern int floatformat_is_negative (const struct floatformat *, char *);
457 floatformat_is_negative (const struct floatformat *fmt, char *val) in floatformat_is_negative() function
299 if (floatformat_is_negative (fmt, valaddr)) in print_floating()
3361 (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.
13913 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.