Searched refs:test_digamma (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/libs/math/reporting/accuracy/ |
D | test_digamma.cpp | 21 test_digamma(static_cast<TYPE_TO_TEST>(0), NAME_OF_TYPE_TO_TEST); in BOOST_AUTO_TEST_CASE() 51 test_digamma(0.0f, "float"); in BOOST_AUTO_TEST_CASE() 53 test_digamma(0.0, "double"); in BOOST_AUTO_TEST_CASE() 55 test_digamma(0.0L, "long double"); in BOOST_AUTO_TEST_CASE()
|
/third_party/boost/libs/math/test/ |
D | test_digamma.cpp | 118 test_digamma(0.1F, "float"); in BOOST_AUTO_TEST_CASE() 119 test_digamma(0.1, "double"); in BOOST_AUTO_TEST_CASE() 121 test_digamma(0.1L, "long double"); in BOOST_AUTO_TEST_CASE() 123 test_digamma(boost::math::concepts::real_concept(0.1), "real_concept"); in BOOST_AUTO_TEST_CASE()
|
D | test_digamma.hpp | 55 void test_digamma(T, const char* name) in test_digamma() function
|
D | Jamfile.v2 | 166 …[ run test_digamma.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_test_…
|
/third_party/boost/libs/math/test/float128/ |
D | test_digamma.cpp | 43 test_digamma(t, p); in test()
|