Home
last modified time | relevance | path

Searched refs:target_precision (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/math/minimax/
Dmain.cpp41 int target_precision = boost::math::tools::digits<long double>(); variable
42 int working_precision = target_precision * 2;
131 int prec = 2 + (target_precision * 3010LL)/10000; in show()
566 str_p("target-precision") && uint_p[assign_a(target_precision)] in BOOST_AUTO_TEST_CASE()
635 std::cout << "Target Precision = " << target_precision << std::endl; in BOOST_AUTO_TEST_CASE()
/third_party/boost/boost/math/special_functions/
Dowens_t.hpp865 RealType target_precision = policies::get_epsilon<RealType, Policy>() * 1000; in owens_t_dispatch() local
875 if(p1.second < target_precision) in owens_t_dispatch()
890 if(p2.second < target_precision) in owens_t_dispatch()
909 if(p1.second < target_precision) in owens_t_dispatch()
928 if(p2.second < target_precision) in owens_t_dispatch()
Dlanczos.hpp3256 >::type target_precision; typedef
3260 mpl::less_equal<target_precision, mpl::_1> >::type>::type type;
/third_party/boost/boost/multiprecision/detail/functions/
Dtrig.hpp539 …boost::intmax_t target_precision = current_precision - 1 - (std::numeric_limits<number<T> >::digi… in eval_asin() local
542 while (current_precision > target_precision) in eval_asin()
690 …boost::intmax_t target_precision = current_precision - 1 - (std::numeric_limits<number<T> >::digi… in eval_atan() local
693 while (current_precision > target_precision) in eval_atan()