Home
last modified time | relevance | path

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

/third_party/boost/boost/multiprecision/detail/
Dfloat_string_cvt.hpp63 std::streamsize org_digits = digits; in convert_to_string() local
183 BOOST_ASSERT(org_digits >= 0); in convert_to_string()
186 format_float_string(result, expon, org_digits, f, iszero); in convert_to_string()
/third_party/boost/boost/math/cstdfloat/
Dcstdfloat_iostream.hpp415 const int org_digits = static_cast<int>(digits); in convert_to_string() local
561 format_float_string(result, expon, org_digits, f, iszero); in convert_to_string()
/third_party/boost/boost/multiprecision/
Dmpfr.hpp242 std::streamsize org_digits(digits); in str() local
351 …boost::multiprecision::detail::format_float_string(result, e, org_digits, f, 0 != mpfr_zero_p(m_da… in str()
536 std::streamsize org_digits(digits); in str() local
633 …boost::multiprecision::detail::format_float_string(result, e, org_digits, f, 0 != mpfr_zero_p(m_da… in str()
Dcpp_dec_float.hpp1793 boost::intmax_t org_digits(number_of_digits); in str() local
1930 boost::multiprecision::detail::format_float_string(str, my_exp, org_digits, f, this->iszero()); in str()
Dgmp.hpp280 std::streamsize org_digits(digits); in str() local
380 …boost::multiprecision::detail::format_float_string(result, e, org_digits, f, mpf_sgn(m_data) == 0); in str()