Home
last modified time | relevance | path

Searched refs:FP_SUBNORMAL (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/head/iso/
H A Dmath_c99.h41 #undef FP_SUBNORMAL
42 #define FP_SUBNORMAL 1 macro
70 FP_SUBNORMAL, FP_ZERO, x)
103 FP_SUBNORMAL; })
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Dmath.tab43 i 1 issubnormal fpclassify=FP_SUBNORMAL
/illumos-gate/usr/src/boot/include/
H A Dmath.h77 #define FP_SUBNORMAL 0x08 macro
/illumos-gate/usr/src/cmd/ast/libshell/amd64/FEATURE/
H A Dmath85 …fdouble_t a1), (a1)) __OTORP__(Sfdouble_t a1;){ int q = fpclassify(a1); return q == FP_SUBNORMAL; }
/illumos-gate/usr/src/cmd/ast/libshell/i386/FEATURE/
H A Dmath85 …fdouble_t a1), (a1)) __OTORP__(Sfdouble_t a1;){ int q = fpclassify(a1); return q == FP_SUBNORMAL; }
/illumos-gate/usr/src/cmd/ast/libshell/sparc/FEATURE/
H A Dmath85 …fdouble_t a1), (a1)) __OTORP__(Sfdouble_t a1;){ int q = fpclassify(a1); return q == FP_SUBNORMAL; }
/illumos-gate/usr/src/cmd/ast/libshell/sparcv9/FEATURE/
H A Dmath85 …fdouble_t a1), (a1)) __OTORP__(Sfdouble_t a1;){ int q = fpclassify(a1); return q == FP_SUBNORMAL; }