Searched refs:org_digits (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/boost/multiprecision/detail/ |
D | float_string_cvt.hpp | 63 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/ |
D | cstdfloat_iostream.hpp | 415 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/ |
D | mpfr.hpp | 242 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()
|
D | cpp_dec_float.hpp | 1793 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()
|
D | gmp.hpp | 280 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()
|