Home
last modified time | relevance | path

Searched refs:FP_NORMAL (Results 1 – 11 of 11) sorted by relevance

/dragonfly/lib/libc/gen/
H A Dfpclassify.c53 return (FP_NORMAL); in __fpclassifyf()
72 return (FP_NORMAL); in __fpclassifyd()
92 return (FP_NORMAL); in __fpclassifyl()
/dragonfly/lib/libc/gdtoa/
H A D_ldtoa.c79 case FP_NORMAL: in __ldtoa()
H A D_hdtoa.c83 case FP_NORMAL: in __hdtoa()
H A D_hldtoa.c84 case FP_NORMAL: in __hldtoa()
/dragonfly/contrib/openbsd_libm/include/global/
H A Dmath.h56 #define FP_NORMAL 0x04 macro
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/c_global/
H A Dcmath565 { return __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL,
570 { return __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL,
575 { return __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL,
582 { return __x != 0 ? FP_NORMAL : FP_ZERO; }
814 return __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL,
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/c_global/
H A Dcmath538 { return __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL,
543 { return __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL,
548 { return __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL,
557 { return __x != 0 ? FP_NORMAL : FP_ZERO; }
845 return __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL,
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/c_std/
H A Dcmath484 return __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL,
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/tr1/
H A Dcmath312 return __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL,
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/tr1/
H A Dcmath313 return __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL,
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dextend.texi8383 @code{FP_INFINITE}, @code{FP_NORMAL}, @code{FP_SUBNORMAL} and