Home
last modified time | relevance | path

Searched defs:exponent (Results 1 – 2 of 2) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/detail/
Dfp_traits.hpp237 static const uint64_t exponent = ((uint64_t)0x7ff00000) << 32; member
297 static const uint64_t exponent = (uint64_t)0x7ff00000 << 32; member
/ndk/sources/cxx-stl/stlport/src/
Dnum_get_float.cpp63 unsigned int exponent:15; member