Home
last modified time | relevance | path

Searched refs:random_fill (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/libs/compute/test/
Dtest_random_fill.cpp32 compute::detail::random_fill( in BOOST_AUTO_TEST_CASE()
48 compute::detail::random_fill( in BOOST_AUTO_TEST_CASE()
64 compute::detail::random_fill( in BOOST_AUTO_TEST_CASE()
DCMakeLists.txt129 add_compute_test("algorithm.random_fill" test_random_fill.cpp)
/third_party/boost/boost/compute/algorithm/detail/
Drandom_fill.hpp25 inline void random_fill(OutputIterator first, in random_fill() function
35 random_fill(OutputIterator first, in random_fill() function
/third_party/boost/libs/compute/include/boost/compute/algorithm/detail/
Drandom_fill.hpp25 inline void random_fill(OutputIterator first, in random_fill() function
35 random_fill(OutputIterator first, in random_fill() function
/third_party/boost/libs/spirit/workbench/karma/
Dreal_generator.cpp23 struct random_fill struct
43 std::generate(v.begin(), v.end(), random_fill()); // randomly fill the vector in main() argument
Dint_generator.cpp30 struct random_fill struct
49 std::generate(v.begin(), v.end(), random_fill()); // randomly fill the vector in main() argument