Home
last modified time | relevance | path

Searched refs:FP_ZERO (Results 1 – 9 of 9) 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)
13 if (classify(0.0) != FP_ZERO) in test()
/illumos-gate/usr/src/head/iso/
H A Dmath_c99.h39 #undef FP_ZERO
40 #define FP_ZERO 0 macro
70 FP_SUBNORMAL, FP_ZERO, x)
102 __x_c == (__typeof(__x_c)) 0 ? FP_ZERO : \
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Dmath.tab45 i 1 iszero fpclassify=FP_ZERO fpclass=FP_NZERO|FP_PZERO {return a1==0.0||a1==-0.0;}
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfcvt.c177 case FP_ZERO:
351 case FP_ZERO:
/illumos-gate/usr/src/boot/include/
H A Dmath.h78 #define FP_ZERO 0x10 macro
/illumos-gate/usr/src/cmd/ast/libshell/i386/FEATURE/
H A Dmath87 …__((Sfdouble_t a1), (a1)) __OTORP__(Sfdouble_t a1;){ int q = fpclassify(a1); return q == FP_ZERO; }
/illumos-gate/usr/src/cmd/ast/libshell/sparc/FEATURE/
H A Dmath87 …__((Sfdouble_t a1), (a1)) __OTORP__(Sfdouble_t a1;){ int q = fpclassify(a1); return q == FP_ZERO; }
/illumos-gate/usr/src/cmd/ast/libshell/sparcv9/FEATURE/
H A Dmath87 …__((Sfdouble_t a1), (a1)) __OTORP__(Sfdouble_t a1;){ int q = fpclassify(a1); return q == FP_ZERO; }
/illumos-gate/usr/src/cmd/ast/libshell/amd64/FEATURE/
H A Dmath87 …__((Sfdouble_t a1), (a1)) __OTORP__(Sfdouble_t a1;){ int q = fpclassify(a1); return q == FP_ZERO; }