Home
last modified time | relevance | path

Searched refs:BOOST_CHECK_GT (Results 1 – 16 of 16) sorted by relevance

/third_party/boost/libs/compute/test/
Dtest_partition.cpp56 BOOST_CHECK_GT(vector[4], 0.0f); in BOOST_AUTO_TEST_CASE()
57 BOOST_CHECK_GT(vector[5], 0.0f); in BOOST_AUTO_TEST_CASE()
58 BOOST_CHECK_GT(vector[6], 0.0f); in BOOST_AUTO_TEST_CASE()
59 BOOST_CHECK_GT(vector[7], 0.0f); in BOOST_AUTO_TEST_CASE()
/third_party/boost/libs/math/test/
Dtest_difference.cpp41 BOOST_CHECK_GT(relative_difference(val, next), T(0)); in test_value()
42 BOOST_CHECK_GT(epsilon_difference(val, next), T(0)); in test_value()
54 BOOST_CHECK_GT(relative_difference(val, prev), T(0)); in test_value()
55 BOOST_CHECK_GT(epsilon_difference(val, prev), T(0)); in test_value()
Dtest_cstdfloat.cpp431 BOOST_CHECK_GT(std::nextafter(val, T(200)), val); in test()
432 BOOST_CHECK_GT(std::nextafter(val + 0, T(200)), val); in test()
433 BOOST_CHECK_GT(std::nextafter(val + 0, T(200) + 1), val); in test()
434 BOOST_CHECK_GT(std::nextafter(val, T(200) + 1), val); in test()
436 BOOST_CHECK_GT(std::nexttoward(val, T(200)), val); in test()
437 BOOST_CHECK_GT(std::nexttoward(val + 0, T(200)), val); in test()
438 BOOST_CHECK_GT(std::nexttoward(val + 0, T(200) + 1), val); in test()
439 BOOST_CHECK_GT(std::nexttoward(val, T(200) + 1), val); in test()
Dtest_autodiff_1.cpp636 BOOST_CHECK_GT(x, y); in BOOST_AUTO_TEST_CASE_TEMPLATE()
639 BOOST_CHECK_GT(x, cy); in BOOST_AUTO_TEST_CASE_TEMPLATE()
642 BOOST_CHECK_GT(cx, y); in BOOST_AUTO_TEST_CASE_TEMPLATE()
/third_party/boost/libs/multiprecision/test/
Dtest_test.cpp56 BOOST_CHECK_GT(a1, c); in main()
58 BOOST_CHECK_GT(a1, a2); in main()
Dtest_sf_import_c99.cpp454 BOOST_CHECK_GT(nextafter(val, T(200)), val); in test()
455 BOOST_CHECK_GT(nextafter(val + 0, T(200)), val); in test()
456 BOOST_CHECK_GT(nextafter(val + 0, T(200) + 1), val); in test()
457 BOOST_CHECK_GT(nextafter(val, T(200) + 1), val); in test()
459 BOOST_CHECK_GT(nexttoward(val, T(200)), val); in test()
460 BOOST_CHECK_GT(nexttoward(val + 0, T(200)), val); in test()
461 BOOST_CHECK_GT(nexttoward(val + 0, T(200) + 1), val); in test()
462 BOOST_CHECK_GT(nexttoward(val, T(200) + 1), val); in test()
Dtest.hpp332 #define BOOST_CHECK_GT(x, y) BOOST_GT_IMP(x, y, error_on_fail) macro
Dtest_arithmetic.hpp1835 BOOST_CHECK_GT(d, (std::numeric_limits<Real>::max)()); in test_mixed_numeric_limits()
/third_party/boost/libs/test/doc/examples/
Dexample58.run-fail.cpp16 BOOST_CHECK_GT( i, j ); in BOOST_AUTO_TEST_CASE()
/third_party/boost/libs/assign/test/
Dlist_of.cpp265 BOOST_CHECK_GT( ba::list_of(0)(1)(3), as_seq(ba::list_of(0)(1)(2)) ); in test_comparison_operations()
271 BOOST_CHECK_GT( as_seq(ba::list_of(0)(1)(3)), ba::list_of(0)(1)(2) ); in test_comparison_operations()
/third_party/boost/libs/regex/test/
Dtest_macros.hpp207 #define BOOST_CHECK_GT(x, y) BOOST_GT_IMP(x, y, error_on_fail) macro
/third_party/boost/libs/random/test/
Dtest_generator.ipp102 BOOST_CHECK_GT(n_words, 0);
/third_party/boost/boost/test/tools/
Dinterface.hpp303 #define BOOST_CHECK_GT( L, R ) BOOST_TEST_CHECK( L > R ) macro
/third_party/boost/boost/test/tools/old/
Dinterface.hpp190 #define BOOST_CHECK_GT( L, R ) BOOST_TEST_TOOL_IMPL( 0, \ macro
/third_party/boost/libs/test/test/writing-test-ts/
Dtest_tools-test.cpp444 BOOST_CHECK_GT( i, j ); in TEST_CASE()
/third_party/boost/libs/test/doc/testing_tools/
Dtesting_tools_reference.qbk348 BOOST_CHECK_GT(left, right);