Home
last modified time | relevance | path

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

/third_party/boost/boost/math/quadrature/detail/
Dooura_fourier_integrals_detail.hpp187 rel_err_goal_ = relative_error_goal; in ooura_fourier_sin_detail()
249 if (!isnan(I1) && absolute_error_estimate <= rel_err_goal_*scale) { in integrate()
280 if (absolute_error_estimate <= rel_err_goal_*scale) { in integrate()
426 Real rel_err_goal_; member in boost::math::quadrature::detail::ooura_fourier_sin_detail
447 rel_err_goal_ = relative_error_goal; in ooura_fourier_cos_detail()
492 if (!isnan(I1) && absolute_error_estimate <= rel_err_goal_*scale) { in integrate()
517 if (absolute_error_estimate <= rel_err_goal_*scale) { in integrate()
644 Real rel_err_goal_; member in boost::math::quadrature::detail::ooura_fourier_cos_detail