Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libshell/i386/src/cmd/ksh93/FEATURE/
H A Dmath91 #ifdef FP_SUBNORMAL
92 …al __PARAM__((Sfdouble_t x), (x)) __OTORP__(Sfdouble_t x;){ return fpclassify(x) == FP_SUBNORMAL; }
145 #ifdef FP_SUBNORMAL
/titanic_50/usr/src/lib/libshell/sparc/src/cmd/ksh93/FEATURE/
H A Dmath91 #ifdef FP_SUBNORMAL
92 …al __PARAM__((Sfdouble_t x), (x)) __OTORP__(Sfdouble_t x;){ return fpclassify(x) == FP_SUBNORMAL; }
145 #ifdef FP_SUBNORMAL
/titanic_50/usr/src/lib/libshell/sparcv9/src/cmd/ksh93/FEATURE/
H A Dmath91 #ifdef FP_SUBNORMAL
92 …al __PARAM__((Sfdouble_t x), (x)) __OTORP__(Sfdouble_t x;){ return fpclassify(x) == FP_SUBNORMAL; }
145 #ifdef FP_SUBNORMAL
/titanic_50/usr/src/lib/libshell/amd64/src/cmd/ksh93/FEATURE/
H A Dmath91 #ifdef FP_SUBNORMAL
92 …al __PARAM__((Sfdouble_t x), (x)) __OTORP__(Sfdouble_t x;){ return fpclassify(x) == FP_SUBNORMAL; }
145 #ifdef FP_SUBNORMAL
/titanic_50/usr/src/lib/libshell/common/data/
H A Dmath.tab42 i 1 issubnormal fpclassify=FP_SUBNORMAL
/titanic_50/usr/src/head/iso/
H A Dmath_c99.h96 FP_SUBNORMAL; })
195 #undef FP_SUBNORMAL
196 #define FP_SUBNORMAL 1 macro