Searched defs:BOOST_CHECK_CLOSE_FRACTION (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/libs/math/test/ |
D | test_constants.cpp | 116 …BOOST_CHECK_CLOSE_FRACTION(3.14159265358979323846264338327950288419716939937510L, pi<RealType>(), … in test_spots() local 636 …BOOST_CHECK_CLOSE_FRACTION(3.14159265358979323846264338327950288419716939937510L, (pi<real_concept… in test_real_concept_policy() local
|
D | test_real_concept.cpp | 493 BOOST_CHECK_CLOSE_FRACTION(acos(r2), acos(l2), tol); in BOOST_AUTO_TEST_CASE() local
|
D | test_owens_t.hpp | 45 …BOOST_CHECK_CLOSE_FRACTION(owens_t(static_cast<RealType>(0.0625L), static_cast<RealType>(0.25L)), … in test_spots() local
|
/third_party/boost/libs/multiprecision/test/ |
D | test.hpp | 316 #define BOOST_CHECK_CLOSE_FRACTION(x, y, tol) BOOST_CLOSE_IMP(x, y, ((tol / (epsilon_of(x)))), erro… macro
|
/third_party/boost/boost/test/tools/old/ |
D | interface.hpp | 217 #define BOOST_CHECK_CLOSE_FRACTION(L, R, T) BOOST_TEST_TOOL_IMPL( 0, \ macro
|
/third_party/boost/boost/test/tools/ |
D | interface.hpp | 317 #define BOOST_CHECK_CLOSE_FRACTION(L, R, T) BOOST_TEST_CHECK( L == R, ::boost::test_tools::toleranc… macro
|