Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/
H A Dgeneric_interconvert.hpp196 typedef typename To::exponent_type to_exponent; in generic_interconvert() typedef
197 …if((e > (std::numeric_limits<to_exponent>::max)()) || (e < (std::numeric_limits<to_exponent>::min)… in generic_interconvert()
204 eval_ldexp(to, to, static_cast<to_exponent>(e)); in generic_interconvert()