Searched refs:target_precision (Results 1 – 4 of 4) sorted by relevance
41 int target_precision = boost::math::tools::digits<long double>(); variable42 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()
865 RealType target_precision = policies::get_epsilon<RealType, Policy>() * 1000; in owens_t_dispatch() local875 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()
3256 >::type target_precision; typedef3260 mpl::less_equal<target_precision, mpl::_1> >::type>::type type;
539 …boost::intmax_t target_precision = current_precision - 1 - (std::numeric_limits<number<T> >::digi… in eval_asin() local542 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() local693 while (current_precision > target_precision) in eval_atan()