Searched refs:BOOST_CHECK_CLOSE_EX (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/libs/math/test/ |
D | test_igamma_inva.hpp | 29 #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()
|
D | test_igamma_inv.hpp | 28 #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()
|
D | test_nc_chi_squared.hpp | 22 #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()
|
D | test_nc_beta.hpp | 22 #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()
|
D | test_roots.cpp | 28 #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()
|
D | test_nc_t.hpp | 20 #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()
|
D | test_nc_f.cpp | 43 #define BOOST_CHECK_CLOSE_EX(a, b, prec, i) \ macro
|