Lines Matching refs:weights
38 int weights[] = {2, 2}; in BOOST_AUTO_TEST_CASE() local
42 boost::compute::discrete_distribution<uint_> distribution(weights, weights+2); in BOOST_AUTO_TEST_CASE()
68 int weights[] = {10, 40, 40, 10}; in BOOST_AUTO_TEST_CASE() local
72 weights, weights + 4 in BOOST_AUTO_TEST_CASE()
134 std::vector<int> weights(1, 1); in BOOST_AUTO_TEST_CASE() local
137 weights.begin(), weights.end() in BOOST_AUTO_TEST_CASE()
168 std::vector<int> weights; in BOOST_AUTO_TEST_CASE() local
171 weights.begin(), weights.end() in BOOST_AUTO_TEST_CASE()
205 std::vector<int> weights(258, 0); in BOOST_AUTO_TEST_CASE() local
206 weights[257] = 1; in BOOST_AUTO_TEST_CASE()
210 weights.begin(), weights.end() in BOOST_AUTO_TEST_CASE()