Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/iso/
H A Dmath_c99.h72 #define isinf(x) __builtin_isinf(x) macro
/illumos-gate/usr/src/boot/include/
H A Dmath.h112 #define isinf(x) __fp_type_select(x, __isinff, __isinf, __isinfl) macro