Home
last modified time | relevance | path

Searched refs:myf2 (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/math/test/
Dtest_lognormal.cpp274 lognormal_distribution<> myf2(1., 2); // Using default RealType double. in BOOST_AUTO_TEST_CASE() local
278 BOOST_CHECK_EQUAL(range(myf2).first, 0); // range 0 to +infinity in BOOST_AUTO_TEST_CASE()
279 BOOST_CHECK_EQUAL(range(myf2).second, (std::numeric_limits<double>::max)()); in BOOST_AUTO_TEST_CASE()
280 BOOST_CHECK_EQUAL(support(myf2).first, 0); // support 0 to + infinity. in BOOST_AUTO_TEST_CASE()
281 BOOST_CHECK_EQUAL(support(myf2).second, (std::numeric_limits<double>::max)()); in BOOST_AUTO_TEST_CASE()
Dtest_fisher_f.cpp512 fisher_f_distribution<> myf2(1., 2); // Using default RealType double. in BOOST_AUTO_TEST_CASE() local
Dtest_normal.cpp318 normal_distribution<> myf2(1., 2); // Using default RealType double. in BOOST_AUTO_TEST_CASE() local
Dtest_negative_binomial.cpp808 negative_binomial_distribution<> myf2(2., 0.5); // Using default RealType double. in BOOST_AUTO_TEST_CASE() local