Searched refs:ISINF (Results 1 – 1 of 1) sorted by relevance
433 #ifndef ISINF434 #define ISINF(x) (x != 0.0 && x + x == x) macro1041 else if (ISINF(fvalue)) in fmtflt()