Searched defs:BOOST_CHECK_CLOSE (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/libs/math/test/ |
D | test_weibull.cpp | 268 BOOST_CHECK_CLOSE( in test_spots() local
|
D | test_lognormal.cpp | 188 BOOST_CHECK_CLOSE( in test_spots() local
|
D | test_normal.cpp | 236 BOOST_CHECK_CLOSE( in test_spots() local
|
D | test_skew_normal.cpp | 274 BOOST_CHECK_CLOSE( in test_spots() local
|
/third_party/boost/libs/multiprecision/test/ |
D | test.hpp | 312 #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/ |
D | interface.hpp | 208 #define BOOST_CHECK_CLOSE( L, R, T ) BOOST_TEST_TOOL_IMPL( 0, \ macro
|
/third_party/boost/boost/test/tools/ |
D | interface.hpp | 313 #define BOOST_CHECK_CLOSE( L, R, T ) BOOST_TEST_CHECK( L == R, T % ::boost::test_tools::tole… macro
|