Searched refs:myf2 (Results 1 – 4 of 4) sorted by relevance
274 lognormal_distribution<> myf2(1., 2); // Using default RealType double. in BOOST_AUTO_TEST_CASE() local278 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()
512 fisher_f_distribution<> myf2(1., 2); // Using default RealType double. in BOOST_AUTO_TEST_CASE() local
318 normal_distribution<> myf2(1., 2); // Using default RealType double. in BOOST_AUTO_TEST_CASE() local
808 negative_binomial_distribution<> myf2(2., 0.5); // Using default RealType double. in BOOST_AUTO_TEST_CASE() local