Home
last modified time | relevance | path

Searched refs:abs_result (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/math/special_functions/detail/
Dhypergeometric_pFq_checked_series.hpp123 Real abs_result = 1; in hypergeometric_pFq_checked_series_impl() local
196 return std::make_pair(result, abs_result); in hypergeometric_pFq_checked_series_impl()
213 abs_result += abs(term); in hypergeometric_pFq_checked_series_impl()
219 if (fabs(abs_result) >= upper_limit) in hypergeometric_pFq_checked_series_impl()
221 abs_result /= scaling_factor; in hypergeometric_pFq_checked_series_impl()
227 if (fabs(abs_result) < lower_limit) in hypergeometric_pFq_checked_series_impl()
229 abs_result *= scaling_factor; in hypergeometric_pFq_checked_series_impl()
238 if (abs_result * tol > abs(result)) in hypergeometric_pFq_checked_series_impl()
270 return std::make_pair(result, abs_result); // b's will never cross the origin! in hypergeometric_pFq_checked_series_impl()
400 return std::make_pair(result, abs_result); in hypergeometric_pFq_checked_series_impl()
[all …]
/third_party/boost/libs/geometry/test/formulas/
Dtest_formula.hpp37 double abs_result = bg::math::abs(result); in check_one() local
39 double res_max = (std::max)(abs_result, abs_expected); in check_one()
40 double res_min = (std::min)(abs_result, abs_expected); in check_one()
43 bool is_close = abs_result <= 30 * eps && abs_expected <= 30 * eps; in check_one()
/third_party/boost/libs/math/tools/
Dhyp_2f1_data.cpp25 mp_t abs_result = 0; in operator ()() local
32 abs_result += fabs(term); in operator ()()
45 if (abs_result * boost::math::tools::epsilon<mp_t>() / fabs(result) > 1e-40) in operator ()()
Dhyp_0f2_data.cpp25 mp_t abs_result = 0; in operator ()() local
32 abs_result += fabs(term); in operator ()()
44 if (abs_result * boost::math::tools::epsilon<mp_t>() / fabs(result) > 1e-40) in operator ()()
Dhyp_1f2_data.cpp25 mp_t abs_result = 0; in operator ()() local
32 abs_result += fabs(term); in operator ()()
45 if (abs_result * boost::math::tools::epsilon<mp_t>() / fabs(result) > 1e-40) in operator ()()
Dhyp_2f2_data.cpp25 mp_t abs_result = 0; in operator ()() local
32 abs_result += fabs(term); in operator ()()
46 if (abs_result * boost::math::tools::epsilon<mp_t>() / fabs(result) > 1e-40) in operator ()()