Home | History | Annotate | Download | only in util

Lines Matching refs:ISINF

433 #ifndef ISINF
434 #define ISINF(x) (x != 0.0 && x + x == x)
435 #endif /* !defined(ISINF) */
1041 else if (ISINF(fvalue))
1327 * for infinity before calling this function using our ISINF() macro, so