Home
last modified time | relevance | path

Searched refs:root_epsilon (Results 1 – 25 of 29) sorted by relevance

12

/third_party/boost/boost/math/quadrature/
Dooura_fourier_integrals.hpp22 …ooura_fourier_sin(const Real relative_error_tolerance = tools::root_epsilon<Real>(), size_t levels… in ooura_fourier_sin()
55 …ooura_fourier_cos(const Real relative_error_tolerance = tools::root_epsilon<Real>(), size_t levels… in ooura_fourier_cos()
Dtrapezoidal.hpp120 auto trapezoidal(F f, Real a, Real b, Real tol = boost::math::tools::root_epsilon<Real>(), std::siz… in trapezoidal()
123 auto trapezoidal(F f, Real a, Real b, Real tol = boost::math::tools::root_epsilon<Real>(), std::siz… in trapezoidal()
128 tol = boost::math::tools::root_epsilon<Real>(); in trapezoidal()
Dtanh_sinh.hpp47 …auto integrate(const F f, Real a, Real b, Real tolerance = tools::root_epsilon<Real>(), Real* erro…
49 …auto integrate(const F f, Real a, Real b, Real tolerance = tools::root_epsilon<Real>(), Real* erro…
52 …auto integrate(const F f, Real tolerance = tools::root_epsilon<Real>(), Real* error = nullptr, Rea…
54 …auto integrate(const F f, Real tolerance = tools::root_epsilon<Real>(), Real* error = nullptr, Rea…
Dexp_sinh.hpp33 …auto integrate(const F& f, Real a, Real b, Real tol = boost::math::tools::root_epsilon<Real>(), Re…
35 …auto integrate(const F& f, Real tol = boost::math::tools::root_epsilon<Real>(), Real* error = null…
Dsinh_sinh.hpp33 …auto integrate(const F f, Real tol = boost::math::tools::root_epsilon<Real>(), Real* error = nullp… in integrate()
/third_party/boost/boost/math/special_functions/
Dacosh.hpp45 else if ((x - 1) >= tools::root_epsilon<T>()) in acosh_imp()
47 if (x > 1 / tools::root_epsilon<T>()) in acosh_imp()
Dasinh.hpp47 if (x > 1 / tools::root_epsilon<T>()) in asinh_imp()
74 if (abs(x) >= tools::root_epsilon<T>()) in asinh_imp()
Dsinc.hpp81 T const taylor_2_bound = tools::root_epsilon<T>(); in sinc_pi()
Datanh.hpp83 if (abs(x) >= tools::root_epsilon<T>()) in atanh_imp()
Dellint_rg.hpp95 while(fabs(xn - yn) >= 2.7 * tools::root_epsilon<T>() * fabs(xn)) in ellint_rg_imp()
Dellint_rf.hpp100 while(fabs(xn - yn) >= 2.7 * tools::root_epsilon<T>() * fabs(xn)) in ellint_rf_imp()
Dellint_d.hpp126 if(fabs(k) <= tools::root_epsilon<T>()) in ellint_d_imp()
Dellint_rd.hpp103 while(fabs(xn - yn) >= 2.7 * tools::root_epsilon<T>() * fabs(xn)) in ellint_rd_imp()
Dgamma.hpp162 else if (z < tools::root_epsilon<T>()) in gamma_imp()
222 if(z <= -tools::root_epsilon<T>()) in lgamma_imp()
240 else if (z < tools::root_epsilon<T>()) in lgamma_imp()
640 else if (z > -tools::root_epsilon<T>()) in lgamma_imp()
1232 else if((x < tools::root_epsilon<T>()) && (a > 1)) in gamma_incomplete_imp()
Dzeta.hpp971 if(fabs(s) < tools::root_epsilon<T>()) in zeta_imp()
/third_party/boost/libs/multiprecision/example/
Dhypergeometric_luke_algorithms.cpp273 T A1(boost::math::tools::root_epsilon<T>()); in ccoef()
329 T A1(boost::math::tools::root_epsilon<T>()); in ccoef()
392 T A1(boost::math::tools::root_epsilon<T>()); in ccoef()
461 T A1(boost::math::tools::root_epsilon<T>()); in ccoef()
534 T A1(boost::math::tools::root_epsilon<T>()); in ccoef()
/third_party/boost/libs/math/doc/quadrature/
Dooura_fourier_integrals.qbk25 …ooura_fourier_sin(const Real relative_error_tolerance = tools::root_epsilon<Real>(), size_t levels…
36 …ooura_fourier_cos(const Real relative_error_tolerance = tools::root_epsilon<Real>(), size_t levels…
Dgauss_kronrod.qbk40 Real tol = tools::root_epsilon<Real>(),
58 Real tol = tools::root_epsilon<Real>(),
Ddouble_exponential.qbk29 Real tolerance = tools::root_epsilon<Real>(),
36 tolerance = tools::root_epsilon<Real>(),
116 Real tolerance = tools::root_epsilon<Real>(),
123 tolerance = tools::root_epsilon<Real>(),
/third_party/boost/libs/math/test/
Dtest_ellint_d.hpp110 { { boost::math::tools::root_epsilon<T>(), SC_(0.78539816339744830961566084581987572) } } in test_spots()
Dtest_trapezoidal.cpp113 …Complex erfcz = trapezoidal<decltype(erfc), Real>(erfc, a, b, boost::math::tools::root_epsilon<Rea… in test_erfc()
Dexp_sinh_quadrature_test.cpp171 return boost::math::tools::root_epsilon<Real>(); in get_convergence_tolerance()
/third_party/boost/boost/math/tools/
Dprecision.hpp387 inline BOOST_MATH_CONSTEXPR T root_epsilon() BOOST_NOEXCEPT_IF(BOOST_MATH_IS_FLOAT(T) && detail::ro… in root_epsilon() function
/third_party/boost/boost/math/special_functions/detail/
Dhypergeometric_1F1_bessel.hpp378 if (norm / fabs(result) > 1 / boost::math::tools::root_epsilon<T>()) in hypergeometric_1F1_AS_13_3_7_tricomi()
/third_party/boost/boost/math/bindings/
De_float.hpp533 inline ::boost::math::ef::e_float root_epsilon< ::boost::math::ef::e_float>() in root_epsilon() function

12