Searched refs:ISNAN (Results 1 – 2 of 2) sorted by relevance
42 # define ISNAN isnanl macro50 # define ISNAN isnand macro65 if (ISNAN (x) || x + x == x) in FUNC()
430 #ifndef ISNAN431 #define ISNAN(x) (x != x) macro1039 if (ISNAN(fvalue)) in fmtflt()