Home
last modified time | relevance | path

Searched defs:dist_r (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/libs/random/test/
Dtest_discrete_distribution.cpp58 boost::random::discrete_distribution<> dist_r(probs); in BOOST_AUTO_TEST_CASE() local
124 boost::random::discrete_distribution<> dist_r(probs); in BOOST_AUTO_TEST_CASE() local
133 boost::random::discrete_distribution<> dist_r(probs); in BOOST_AUTO_TEST_CASE() local
157 boost::random::discrete_distribution<> dist_r(probs); in BOOST_AUTO_TEST_CASE() local
Dtest_piecewise_constant_distribution.cpp73 boost::random::piecewise_constant_distribution<> dist_r(intervals, weights); in BOOST_AUTO_TEST_CASE() local
195 boost::random::piecewise_constant_distribution<> dist_r(intervals, weights); in BOOST_AUTO_TEST_CASE() local
205 boost::random::piecewise_constant_distribution<> dist_r(intervals, weights); in BOOST_AUTO_TEST_CASE() local
231 boost::random::piecewise_constant_distribution<> dist_r(intervals, weights); in BOOST_AUTO_TEST_CASE() local
Dtest_piecewise_linear_distribution.cpp75 boost::random::piecewise_linear_distribution<> dist_r(intervals, weights); in BOOST_AUTO_TEST_CASE() local
201 boost::random::piecewise_linear_distribution<> dist_r(intervals, weights); in BOOST_AUTO_TEST_CASE() local
211 boost::random::piecewise_linear_distribution<> dist_r(intervals, weights); in BOOST_AUTO_TEST_CASE() local
237 boost::random::piecewise_linear_distribution<> dist_r(intervals, weights); in BOOST_AUTO_TEST_CASE() local
Dtest_hyperexponential_distribution.cpp82 boost::random::hyperexponential_distribution<> dist_r(probs, rates); in BOOST_AUTO_TEST_CASE() local
178 boost::random::hyperexponential_distribution<> dist_r(probs, rates); in BOOST_AUTO_TEST_CASE() local
193 boost::random::hyperexponential_distribution<> dist_r(probs, rates); in BOOST_AUTO_TEST_CASE() local
421 boost::random::hyperexponential_distribution<> dist_r(probs, rates); in BOOST_AUTO_TEST_CASE() local
450 boost::random::hyperexponential_distribution<> dist_r(probs, rates); in BOOST_AUTO_TEST_CASE() local
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/inflate86/
Dinffast.S563 #define dist_r %edx macro
981 #define dist_r %ebx macro
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/inflate86/
Dinffast.S563 #define dist_r %edx macro
981 #define dist_r %ebx macro
/third_party/boost/libs/math/test/
Dtest_hyperexponential_dist.cpp67 boost::math::hyperexponential_distribution<RealT> dist_r(probs, rates); in BOOST_AUTO_TEST_CASE_TEMPLATE() local