Search | Google it | Results 1 - 3 of 3 for fundef:isnan (0.01 seconds) |
110: : __isinfl(x)) 111: #define isnan(x) \ 112: ((sizeof (x) == sizeof (float)) ? \
387: #ifdef __isnan 388: #define isnan(__x) __isnan(__x) 389: #else
68: : __isinfl(x)) 69: #define isnan(x) \ 70: ((sizeof(x) == sizeof(double)) ? __isnan(x) \