Home
last modified time | relevance | path

Searched refs:exponent (Results 1 – 4 of 4) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/
Dfpclassify.hpp191 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 …]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/detail/
Dfp_traits.hpp182 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; member
261 BOOST_STATIC_CONSTANT(uint32_t, exponent = 0x7ff00000);
297 static const uint64_t exponent = (uint64_t)0x7ff00000 << 32; member
324 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);
/ndk/sources/cxx-stl/stlport/src/
Dnum_get_float.cpp63 unsigned int exponent:15; member
582 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()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dexecution_monitor.ipp1043 …"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…