Searched refs:test_cbrt (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/libs/math/reporting/accuracy/ |
D | test_cbrt.cpp | 24 test_cbrt(static_cast<TYPE_TO_TEST>(0), NAME_OF_TYPE_TO_TEST); in BOOST_AUTO_TEST_CASE() 54 test_cbrt(0.0f, "float"); in BOOST_AUTO_TEST_CASE() 56 test_cbrt(0.0, "double"); in BOOST_AUTO_TEST_CASE() 58 test_cbrt(0.0L, "long double"); in BOOST_AUTO_TEST_CASE()
|
/third_party/boost/libs/math/test/ |
D | test_cbrt.cpp | 83 test_cbrt(0.1F, "float"); in BOOST_AUTO_TEST_CASE() 84 test_cbrt(0.1, "double"); in BOOST_AUTO_TEST_CASE() 86 test_cbrt(0.1L, "long double"); in BOOST_AUTO_TEST_CASE() 88 test_cbrt(boost::math::concepts::real_concept(0.1), "real_concept"); in BOOST_AUTO_TEST_CASE()
|
D | test_cbrt.hpp | 74 void test_cbrt(T, const char* name) in test_cbrt() function
|
D | Jamfile.v2 | 164 …[ run test_cbrt.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_test_fra…
|
/third_party/boost/libs/math/test/float128/ |
D | test_cbrt.cpp | 36 test_cbrt(t, p); in test()
|
/third_party/boost/libs/math/reporting/performance/ |
D | Jamfile.v2 | 123 run test_cbrt.cpp /boost/regex//boost_regex /boost/system /boost/chrono /boost/filesystem table_hel… 125 run test_cbrt.cpp /boost/regex//boost_regex /boost/system /boost/chrono /boost/filesystem table_hel… 127 run test_cbrt.cpp /boost/regex//boost_regex /boost/system /boost/chrono /boost/filesystem table_hel… 129 run test_cbrt.cpp /boost/regex//boost_regex /boost/system /boost/chrono /boost/filesystem table_hel…
|
/third_party/boost/libs/math/doc/roots/ |
D | root_finding_examples.qbk | 131 Using the test data in [@../../test/test_cbrt.cpp /test/test_cbrt.cpp] this found the cube root
|