Home
last modified time | relevance | path

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

/third_party/boost/libs/multiprecision/example/
Dmpfr_precision.cpp148 unsigned current_digits = 14; in beta_distribution_median_method_2() local
150 while (current_digits < digits10) in beta_distribution_median_method_2()
154 current_digits *= 2; in beta_distribution_median_method_2()
186 unsigned current_digits = 14; in beta_distribution_median_method_3() local
187 mpfr_float f(0, current_digits), f1(0, current_digits), delta(1); in beta_distribution_median_method_3()
188 while (current_digits < digits10) in beta_distribution_median_method_3()
190 current_digits *= 2; in beta_distribution_median_method_3()
191 scoped_precision sp((std::min)(current_digits, digits10)); in beta_distribution_median_method_3()
/third_party/boost/boost/math/constants/
Dconstants.hpp203 int current_digits = boost::math::tools::digits<T>();\
204 if(digits != current_digits)\
206 …value = current_digits > max_string_digits ? compute<0>() : T(boost::math::tools::convert_from_str…
207 digits = current_digits; \
/third_party/boost/boost/math/special_functions/detail/
Dpolygamma.hpp414 int current_digits = tools::digits<T>(); in poly_cot_pi() local
416 if(digits != current_digits) in poly_cot_pi()
420 digits = current_digits; in poly_cot_pi()
Dunchecked_factorial.hpp766 int current_digits = boost::math::tools::digits<T>(); local
768 if(digits != current_digits)
770 digits = current_digits;
/third_party/boost/boost/math/special_functions/
Dzeta.hpp894 int current_digits = tools::digits<T>(); in zeta_imp_odd_integer() local
895 if(digits != current_digits) in zeta_imp_odd_integer()
903 digits = current_digits; in zeta_imp_odd_integer()