Search | Google it | Results 1 - 3 of 3 for fundef:isnormal (0.01 seconds) |
82: : __isfinitel(x)) 83: #define isnormal(x) \ 84: ((sizeof (x) == sizeof (float)) ? \
264: /* 7.12.3.5 int isnormal(real-floating x) */ 265: #define isnormal(__x) (fpclassify(__x) == FP_NORMAL) 266:
72: : __isnanl(x)) 73: #define isnormal(x) \ 74: ((sizeof(x) == sizeof(double)) ? __isnormal(x) \