Home
last modified time | relevance | path

Searched refs:test_cbrt (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/libs/math/reporting/accuracy/
Dtest_cbrt.cpp24 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/
Dtest_cbrt.cpp83 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()
Dtest_cbrt.hpp74 void test_cbrt(T, const char* name) in test_cbrt() function
DJamfile.v2164 …[ run test_cbrt.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_test_fra…
/third_party/boost/libs/math/test/float128/
Dtest_cbrt.cpp36 test_cbrt(t, p); in test()
/third_party/boost/libs/math/reporting/performance/
DJamfile.v2123 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/
Droot_finding_examples.qbk131 Using the test data in [@../../test/test_cbrt.cpp /test/test_cbrt.cpp] this found the cube root