Searched refs:FP_NAN (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/tools/smatch/src/validation/expand/ |
H A D | builtin_fpclassify.c | 1 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 D | sfcvt.c | 44 #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 D | math_c99.h | 47 #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 D | math_h.cfg | 31 value | FP_NAN | int | math.h | C99+
|
/illumos-gate/usr/src/boot/include/ |
H A D | math.h | 75 #define FP_NAN 0x02 macro
|