Searched refs:BOOST_MP_MIN_EXPONENT_DIGITS (Results 1 – 1 of 1) sorted by relevance
819 #ifndef BOOST_MP_MIN_EXPONENT_DIGITS821 # define BOOST_MP_MIN_EXPONENT_DIGITS 2 macro823 # define BOOST_MP_MIN_EXPONENT_DIGITS 2 macro944 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()