Searched refs:exponent (Results 1 – 4 of 4) sorted by relevance
191 a &= traits::exponent | traits::flag | traits::significand; in BOOST_NO_MACRO_EXPAND()192 BOOST_MATH_INSTRUMENT_VARIABLE((traits::exponent | traits::flag | traits::significand)); in BOOST_NO_MACRO_EXPAND()202 if(a < traits::exponent) return FP_NORMAL; in BOOST_NO_MACRO_EXPAND()219 a &= traits::exponent | traits::flag | traits::significand; in BOOST_NO_MACRO_EXPAND()228 if(a < traits::exponent) return FP_NORMAL; in BOOST_NO_MACRO_EXPAND()296 a &= traits::exponent; in isfinite_impl()297 return a != traits::exponent; in isfinite_impl()356 a &= traits::exponent | traits::flag; in isnormal_impl()357 return (a != 0) && (a < traits::exponent); in isnormal_impl()419 a &= traits::exponent | traits::significand; in isinf_impl()[all …]
182 BOOST_STATIC_CONSTANT(uint32_t, exponent = 0x7f800000);201 BOOST_STATIC_CONSTANT(uint32_t, exponent = 0x7ff00000);237 static const uint64_t exponent = ((uint64_t)0x7ff00000) << 32; member261 BOOST_STATIC_CONSTANT(uint32_t, exponent = 0x7ff00000);297 static const uint64_t exponent = (uint64_t)0x7ff00000 << 32; member324 BOOST_STATIC_CONSTANT(uint32_t, exponent = 0x7fff0000);368 BOOST_STATIC_CONSTANT(uint32_t, exponent = 0x7ff00000);413 BOOST_STATIC_CONSTANT(uint32_t, exponent = 0x7fff0000);449 BOOST_STATIC_CONSTANT(uint32_t, exponent = 0x7fff0000);
63 unsigned int exponent:15; member582 v.ieee.exponent = bexp + BIAS - 1; in _Stl_atodT()627 v.ieee.exponent = 1; in _Stl_atodT()638 v.ieee.exponent = 0; in _Stl_atodT()
1043 …"exponent of a floating-point operation is greater than the magnitude allowed by the corresponding…1048 …"exponent of a floating-point operation is less than the magnitude allowed by the corresponding ty…