Searched refs:FP_NORMAL (Results 1 – 6 of 6) sorted by relevance
157 return FP_NORMAL; in BOOST_NO_MACRO_EXPAND()178 return t == 0 ? FP_ZERO : FP_NORMAL; in BOOST_NO_MACRO_EXPAND()202 if(a < traits::exponent) return FP_NORMAL; in BOOST_NO_MACRO_EXPAND()228 if(a < traits::exponent) return FP_NORMAL; in BOOST_NO_MACRO_EXPAND()
35 #ifndef FP_NORMAL38 #define FP_NORMAL 1 macro
210 assert(fpclassify(-1.0) == FP_NORMAL); in test_fpclassify()
3112 case FP_NORMAL: in __hdtoa()
26 FP_NORMAL // C99
463 assert(std::fpclassify(-1.0) == FP_NORMAL); in test_fpclassify()