Home
last modified time | relevance | path

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

/third_party/boost/libs/math/test/
Dtest_igamma_inva.hpp29 #define BOOST_CHECK_CLOSE_EX(a, b, prec, i) \ macro
81 BOOST_CHECK_CLOSE_EX(Real(data[i][0]), inv, precision, i); in do_test_gamma_2()
90 BOOST_CHECK_CLOSE_EX(Real(data[i][0]), inv, 100, i); in do_test_gamma_2()
100 BOOST_CHECK_CLOSE_EX(Real(data[i][0]), inv, precision, i); in do_test_gamma_2()
109 BOOST_CHECK_CLOSE_EX(Real(data[i][0]), inv, 100, i); in do_test_gamma_2()
Dtest_igamma_inv.hpp28 #define BOOST_CHECK_CLOSE_EX(a, b, prec, i) \ macro
82 BOOST_CHECK_CLOSE_EX(Real(data[i][1]), inv, precision, i); in do_test_gamma_2()
91 BOOST_CHECK_CLOSE_EX(Real(data[i][1]), inv, 100000, i); in do_test_gamma_2()
99 BOOST_CHECK_CLOSE_EX(Real(data[i][1]), inv, precision, i); in do_test_gamma_2()
108 BOOST_CHECK_CLOSE_EX(Real(data[i][1]), inv, 100, i); in do_test_gamma_2()
Dtest_nc_chi_squared.hpp22 #define BOOST_CHECK_CLOSE_EX(a, b, prec, i) \ macro
368 BOOST_CHECK_CLOSE_EX(pt, p, precision, i); in quantile_sanity_check()
378 BOOST_CHECK_CLOSE_EX(pt, p, precision, i); in quantile_sanity_check()
406 BOOST_CHECK_CLOSE_EX( in quantile_sanity_check()
409 BOOST_CHECK_CLOSE_EX( in quantile_sanity_check()
415 BOOST_CHECK_CLOSE_EX( in quantile_sanity_check()
418 BOOST_CHECK_CLOSE_EX( in quantile_sanity_check()
Dtest_nc_beta.hpp22 #define BOOST_CHECK_CLOSE_EX(a, b, prec, i) \ macro
146 BOOST_CHECK_CLOSE_EX(pt, p, precision, i); in quantile_sanity_check()
156 BOOST_CHECK_CLOSE_EX(pt, p, precision, i); in quantile_sanity_check()
Dtest_roots.cpp28 #define BOOST_CHECK_CLOSE_EX(a, b, prec, i) \ macro
385 BOOST_CHECK_CLOSE_EX(Real(data[i][2]), inv, precision, i); in test_inverses()
388 BOOST_CHECK_CLOSE_EX(Real(data[i][2]), inv, precision, i); in test_inverses()
390 BOOST_CHECK_CLOSE_EX(Real(data[i][2]), inv, precision, i); in test_inverses()
392 BOOST_CHECK_CLOSE_EX(Real(data[i][2]), inv, precision, i); in test_inverses()
394 BOOST_CHECK_CLOSE_EX(Real(data[i][2]), inv, precision, i); in test_inverses()
396 BOOST_CHECK_CLOSE_EX(Real(data[i][2]), inv, precision, i); in test_inverses()
398 BOOST_CHECK_CLOSE_EX(Real(data[i][2]), inv, precision, i); in test_inverses()
Dtest_nc_t.hpp20 #define BOOST_CHECK_CLOSE_EX(a, b, prec, i) \ macro
399 BOOST_CHECK_CLOSE_EX(pt, p, precision, i); in quantile_sanity_check()
409 BOOST_CHECK_CLOSE_EX(pt, p, precision, i); in quantile_sanity_check()
437 BOOST_CHECK_CLOSE_EX( in quantile_sanity_check()
440 BOOST_CHECK_CLOSE_EX( in quantile_sanity_check()
446 BOOST_CHECK_CLOSE_EX( in quantile_sanity_check()
449 BOOST_CHECK_CLOSE_EX( in quantile_sanity_check()
Dtest_nc_f.cpp43 #define BOOST_CHECK_CLOSE_EX(a, b, prec, i) \ macro