Searched refs:copy_r (Results 1 – 4 of 4) sorted by relevance
254 range_t copy_r = cr; in ticket_10514() local256 BOOST_CHECK(r.begin() == copy_r.begin()); in ticket_10514()257 BOOST_CHECK(r.end() == copy_r.end()); in ticket_10514()259 BOOST_CHECK(cr.begin() == copy_r.begin()); in ticket_10514()260 BOOST_CHECK(cr.end() == copy_r.end()); in ticket_10514()
69 boost::random::discrete_distribution<> copy_r(dist_r); in BOOST_AUTO_TEST_CASE() local70 BOOST_CHECK_EQUAL(dist_r, copy_r); in BOOST_AUTO_TEST_CASE()
103 boost::random::piecewise_constant_distribution<> copy_r(dist_r); in BOOST_AUTO_TEST_CASE() local104 BOOST_CHECK_EQUAL(dist_r, copy_r); in BOOST_AUTO_TEST_CASE()
106 boost::random::piecewise_linear_distribution<> copy_r(dist_r); in BOOST_AUTO_TEST_CASE() local107 BOOST_CHECK_EQUAL(dist_r, copy_r); in BOOST_AUTO_TEST_CASE()