Home
last modified time | relevance | path

Searched defs:BOOST_CHECK_CLOSE (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/libs/math/test/
Dtest_weibull.cpp268 BOOST_CHECK_CLOSE( in test_spots() local
Dtest_lognormal.cpp188 BOOST_CHECK_CLOSE( in test_spots() local
Dtest_normal.cpp236 BOOST_CHECK_CLOSE( in test_spots() local
Dtest_skew_normal.cpp274 BOOST_CHECK_CLOSE( in test_spots() local
/third_party/boost/libs/multiprecision/test/
Dtest.hpp312 #define BOOST_CHECK_CLOSE(x, y, tol) BOOST_CLOSE_IMP(x, y, ((tol / (100 * epsilon_of(x)))), error_o… macro
/third_party/boost/boost/test/tools/old/
Dinterface.hpp208 #define BOOST_CHECK_CLOSE( L, R, T ) BOOST_TEST_TOOL_IMPL( 0, \ macro
/third_party/boost/boost/test/tools/
Dinterface.hpp313 #define BOOST_CHECK_CLOSE( L, R, T ) BOOST_TEST_CHECK( L == R, T % ::boost::test_tools::tole… macro