Search | Google it | Results 1 - 3 of 3 for funcall:fpclassify (0.02 seconds) |
132: 133: switch (fpclassify(d)) { 134: case FP_NORMAL:
79: 80: switch (fpclassify(*ld)) { 81: case FP_NORMAL:
264: /* 7.12.3.5 int isnormal(real-floating x) */ 265: #define isnormal(__x) (fpclassify(__x) == FP_NORMAL) 266: