Search | Google it | Results 1 - 3 of 3 for fundef:isinf (0.00 seconds) |
104: 105: #define isinf(x) \ 106: ((sizeof (x) == sizeof (float)) ? \
380: #ifdef __isinf 381: #define isinf(__x) __isinf(__x) 382: #else
64: : __isfinitel(x)) 65: #define isinf(x) \ 66: ((sizeof(x) == sizeof(double)) ? __isinf(x) \