Home
last modified time | relevance | path

Searched refs:FP_NAN (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/validation/expand/
H A Dbuiltin_fpclassify.c1 enum { FP_NAN, FP_INF, FP_NOR, FP_SUB, FP_ZERO }; enumerator
3 #define classify(X) __builtin_fpclassify(FP_NAN,FP_INF,FP_NOR,FP_SUB,FP_ZERO,X)
7 if (classify(__builtin_nan("0")) != FP_NAN) in test()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfcvt.c44 #define isnan(n) (fpclassify(n)==FP_NAN)
45 #define isnanl(n) (fpclassify(n)==FP_NAN)
175 case FP_NAN:
349 case FP_NAN:
/illumos-gate/usr/src/head/iso/
H A Dmath_c99.h47 #undef FP_NAN
48 #define FP_NAN 4 macro
69 #define fpclassify(x) __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL, \
99 isnan(__x_c) ? FP_NAN : \
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/
H A Dmath_h.cfg31 value | FP_NAN | int | math.h | C99+
/illumos-gate/usr/src/boot/include/
H A Dmath.h75 #define FP_NAN 0x02 macro