Home
last modified time | relevance | path

Searched refs:FP_NORMAL (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/head/iso/
H A Dmath_c99.h43 #undef FP_NORMAL
44 #define FP_NORMAL 2 macro
69 #define fpclassify(x) __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL, \
101 isnormal(__x_c) ? FP_NORMAL : \
/illumos-gate/usr/src/boot/include/
H A Dmath.h76 #define FP_NORMAL 0x04 macro