Home
last modified time | relevance | path

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

/third_party/boost/libs/math/test/
Dtest_autodiff_6.cpp27 2.5e3 * test_constants::pct_epsilon()); in BOOST_AUTO_TEST_CASE_TEMPLATE()
31 boost::math::ellint_1(k, phi), 1e4 * test_constants::pct_epsilon()); in BOOST_AUTO_TEST_CASE_TEMPLATE()
47 2.5e3 * test_constants::pct_epsilon()); in BOOST_AUTO_TEST_CASE_TEMPLATE()
51 boost::math::ellint_2(k, phi), 2.5e3 * test_constants::pct_epsilon()); in BOOST_AUTO_TEST_CASE_TEMPLATE()
81 2.5e3 * test_constants::pct_epsilon()); in BOOST_AUTO_TEST_CASE_TEMPLATE()
97 2.5e3 * test_constants::pct_epsilon()); in BOOST_AUTO_TEST_CASE_TEMPLATE()
101 boost::math::ellint_d(k, phi), 2.5e3 * test_constants::pct_epsilon()); in BOOST_AUTO_TEST_CASE_TEMPLATE()
129 boost::math::ellint_rf(x, y, z), 2.5e3 * test_constants::pct_epsilon()); in BOOST_AUTO_TEST_CASE_TEMPLATE()
160 boost::math::ellint_rc(x, y), 2.5e3 * test_constants::pct_epsilon()); in BOOST_AUTO_TEST_CASE_TEMPLATE()
200 2.5e3 * test_constants::pct_epsilon()); in BOOST_AUTO_TEST_CASE_TEMPLATE()
[all …]
Dtest_autodiff_5.cpp45 boost::math::cbrt(x), 50 * test_constants::pct_epsilon()); in BOOST_AUTO_TEST_CASE_TEMPLATE()
61 boost::math::chebyshev_t(n, x), 40 * test_constants::pct_epsilon()); in BOOST_AUTO_TEST_CASE_TEMPLATE()
65 boost::math::chebyshev_u(n, x), 40 * test_constants::pct_epsilon()); in BOOST_AUTO_TEST_CASE_TEMPLATE()
70 40 * test_constants::pct_epsilon()); in BOOST_AUTO_TEST_CASE_TEMPLATE()
99 boost::math::cos_pi(x), test_constants::pct_epsilon()); in BOOST_AUTO_TEST_CASE_TEMPLATE()
117 1e4 * test_constants::pct_epsilon()); in BOOST_AUTO_TEST_CASE_TEMPLATE()
Dtest_autodiff_4.cpp98 1e3 * test_constants::pct_epsilon()); in BOOST_AUTO_TEST_CASE_TEMPLATE()
115 1e3 * test_constants::pct_epsilon()); in BOOST_AUTO_TEST_CASE_TEMPLATE()
135 1e3 * test_constants::pct_epsilon()); in BOOST_AUTO_TEST_CASE_TEMPLATE()
166 1e3 * test_constants::pct_epsilon()); in BOOST_AUTO_TEST_CASE_TEMPLATE()
182 50 * test_constants::pct_epsilon()); in BOOST_AUTO_TEST_CASE_TEMPLATE()
189 50 * test_constants::pct_epsilon()); in BOOST_AUTO_TEST_CASE_TEMPLATE()
Dtest_autodiff_8.cpp323 boost::math::pow<0>(static_cast<T>(i)), test_constants::pct_epsilon()); in BOOST_AUTO_TEST_CASE_TEMPLATE()
326 boost::math::pow<1>(static_cast<T>(i)), test_constants::pct_epsilon()); in BOOST_AUTO_TEST_CASE_TEMPLATE()
329 boost::math::pow<2>(static_cast<T>(i)), test_constants::pct_epsilon()); in BOOST_AUTO_TEST_CASE_TEMPLATE()
332 boost::math::pow<3>(static_cast<T>(i)), test_constants::pct_epsilon()); in BOOST_AUTO_TEST_CASE_TEMPLATE()
335 boost::math::pow<4>(static_cast<T>(i)), test_constants::pct_epsilon()); in BOOST_AUTO_TEST_CASE_TEMPLATE()
338 boost::math::pow<5>(static_cast<T>(i)), test_constants::pct_epsilon()); in BOOST_AUTO_TEST_CASE_TEMPLATE()
341 boost::math::pow<6>(static_cast<T>(i)), test_constants::pct_epsilon()); in BOOST_AUTO_TEST_CASE_TEMPLATE()
344 boost::math::pow<7>(static_cast<T>(i)), test_constants::pct_epsilon()); in BOOST_AUTO_TEST_CASE_TEMPLATE()
347 boost::math::pow<8>(static_cast<T>(i)), test_constants::pct_epsilon()); in BOOST_AUTO_TEST_CASE_TEMPLATE()
350 boost::math::pow<9>(static_cast<T>(i)), test_constants::pct_epsilon()); in BOOST_AUTO_TEST_CASE_TEMPLATE()
[all …]
Dtest_autodiff_7.cpp22 50 * test_constants::pct_epsilon()); in BOOST_AUTO_TEST_CASE_TEMPLATE()
Dtest_autodiff.hpp77 static constexpr T pct_epsilon() BOOST_NOEXCEPT { in pct_epsilon() function
Dtest_autodiff_3.cpp12 const T eps = 3000 * test_constants_t<T>::pct_epsilon(); // percent in BOOST_AUTO_TEST_CASE_TEMPLATE()
Dtest_autodiff_2.cpp508 5000 * test_constants::pct_epsilon()); in BOOST_AUTO_TEST_CASE_TEMPLATE()