Home
last modified time | relevance | path

Searched refs:test_digamma (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/math/reporting/accuracy/
Dtest_digamma.cpp21 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/
Dtest_digamma.cpp118 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()
Dtest_digamma.hpp55 void test_digamma(T, const char* name) in test_digamma() function
DJamfile.v2166 …[ run test_digamma.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_test_…
/third_party/boost/libs/math/test/float128/
Dtest_digamma.cpp43 test_digamma(t, p); in test()