Home
last modified time | relevance | path

Searched defs:fpclassify (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/head/iso/
H A Dmath_c99.h69 #define fpclassify(x) __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL, \ macro
/illumos-gate/usr/src/boot/include/
H A Dmath.h109 #define fpclassify(x) \ macro