/third_party/boost/boost/math/quadrature/ |
D | ooura_fourier_integrals.hpp | 22 …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()
|
D | trapezoidal.hpp | 120 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()
|
D | tanh_sinh.hpp | 47 …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…
|
D | exp_sinh.hpp | 33 …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…
|
D | sinh_sinh.hpp | 33 …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/ |
D | acosh.hpp | 45 else if ((x - 1) >= tools::root_epsilon<T>()) in acosh_imp() 47 if (x > 1 / tools::root_epsilon<T>()) in acosh_imp()
|
D | asinh.hpp | 47 if (x > 1 / tools::root_epsilon<T>()) in asinh_imp() 74 if (abs(x) >= tools::root_epsilon<T>()) in asinh_imp()
|
D | sinc.hpp | 81 T const taylor_2_bound = tools::root_epsilon<T>(); in sinc_pi()
|
D | atanh.hpp | 83 if (abs(x) >= tools::root_epsilon<T>()) in atanh_imp()
|
D | ellint_rg.hpp | 95 while(fabs(xn - yn) >= 2.7 * tools::root_epsilon<T>() * fabs(xn)) in ellint_rg_imp()
|
D | ellint_rf.hpp | 100 while(fabs(xn - yn) >= 2.7 * tools::root_epsilon<T>() * fabs(xn)) in ellint_rf_imp()
|
D | ellint_d.hpp | 126 if(fabs(k) <= tools::root_epsilon<T>()) in ellint_d_imp()
|
D | ellint_rd.hpp | 103 while(fabs(xn - yn) >= 2.7 * tools::root_epsilon<T>() * fabs(xn)) in ellint_rd_imp()
|
D | gamma.hpp | 162 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()
|
D | zeta.hpp | 971 if(fabs(s) < tools::root_epsilon<T>()) in zeta_imp()
|
/third_party/boost/libs/multiprecision/example/ |
D | hypergeometric_luke_algorithms.cpp | 273 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/ |
D | ooura_fourier_integrals.qbk | 25 …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…
|
D | gauss_kronrod.qbk | 40 Real tol = tools::root_epsilon<Real>(), 58 Real tol = tools::root_epsilon<Real>(),
|
D | double_exponential.qbk | 29 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/ |
D | test_ellint_d.hpp | 110 { { boost::math::tools::root_epsilon<T>(), SC_(0.78539816339744830961566084581987572) } } in test_spots()
|
D | test_trapezoidal.cpp | 113 …Complex erfcz = trapezoidal<decltype(erfc), Real>(erfc, a, b, boost::math::tools::root_epsilon<Rea… in test_erfc()
|
D | exp_sinh_quadrature_test.cpp | 171 return boost::math::tools::root_epsilon<Real>(); in get_convergence_tolerance()
|
/third_party/boost/boost/math/tools/ |
D | precision.hpp | 387 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/ |
D | hypergeometric_1F1_bessel.hpp | 378 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/ |
D | e_float.hpp | 533 inline ::boost::math::ef::e_float root_epsilon< ::boost::math::ef::e_float>() in root_epsilon() function
|