Home
last modified time | relevance | path

Searched refs:BOOST_MP_MIN_EXPONENT_DIGITS (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 Dnumber_base.hpp819 #ifndef BOOST_MP_MIN_EXPONENT_DIGITS
821 # define BOOST_MP_MIN_EXPONENT_DIGITS 2 macro
823 # define BOOST_MP_MIN_EXPONENT_DIGITS 2 macro
944 if(e.size() < BOOST_MP_MIN_EXPONENT_DIGITS) in format_float_string()
945 … e.insert(static_cast<std::string::size_type>(0), BOOST_MP_MIN_EXPONENT_DIGITS - e.size(), '0'); in format_float_string()