Searched defs:dist_r (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/libs/random/test/ |
D | test_discrete_distribution.cpp | 58 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
|
D | test_piecewise_constant_distribution.cpp | 73 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
|
D | test_piecewise_linear_distribution.cpp | 75 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
|
D | test_hyperexponential_distribution.cpp | 82 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/ |
D | inffast.S | 563 #define dist_r %edx macro 981 #define dist_r %ebx macro
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/inflate86/ |
D | inffast.S | 563 #define dist_r %edx macro 981 #define dist_r %ebx macro
|
/third_party/boost/libs/math/test/ |
D | test_hyperexponential_dist.cpp | 67 boost::math::hyperexponential_distribution<RealT> dist_r(probs, rates); in BOOST_AUTO_TEST_CASE_TEMPLATE() local
|