Search | Google it | Results 1 - 3 of 3 for fundef:isfinite (0.00 seconds) |
76: : __fpclassifyl(x)) 77: #define isfinite(x) \ 78: ((sizeof (x) == sizeof (float)) ? \
261: /* 7.12.3.2 int isfinite(real-floating x) */ 262: #define isfinite(__x) __fpmacro_unary_floating(isfinite, __x) 263:
60: : __fpclassifyl(x)) 61: #define isfinite(x) \ 62: ((sizeof(x) == sizeof(double)) ? __isfinite(x) \