Home
last modified time | relevance | path

Searched refs:for_each_n (Results 1 – 15 of 15) sorted by relevance

/third_party/boost/libs/algorithm/test/
Dfor_each_n_test.cpp37 Iter it = ba::for_each_n(Iter(ia), 0, for_each_test()); in test_for_each_n()
44 Iter it = ba::for_each_n(Iter(ia), s, for_each_test()); in test_for_each_n()
54 Iter it = ba::for_each_n(Iter(ia), 1, for_each_test()); in test_for_each_n()
/third_party/boost/libs/algorithm/doc/
Dalgorithm.qbk104 [section:for_each_n for_each_n]
105 [*[^[link boost.algorithm.for_each_n for_each_n] ]…
107 [endsect:for_each_n]
/third_party/boost/boost/algorithm/cxx17/
Dfor_each_n.hpp29 InputIterator for_each_n(InputIterator first, Size n, Function f) in for_each_n() function
/third_party/boost/boost/compute/algorithm/
Dfor_each_n.hpp29 inline UnaryFunction for_each_n(InputIterator first, in for_each_n() function
/third_party/boost/libs/compute/include/boost/compute/algorithm/
Dfor_each_n.hpp29 inline UnaryFunction for_each_n(InputIterator first, in for_each_n() function
/third_party/boost/libs/hana/test/_include/laws/
Dbase.hpp62 constexpr for_each_n_t<i> for_each_n{}; variable
65 constexpr auto foreach3 = for_each_n<3>;
66 constexpr auto foreach2 = for_each_n<2>;
/third_party/boost/libs/compute/test/
Dtest_for_each.cpp42 bc::for_each_n(vector.begin(), vector.size(), nop, queue); in BOOST_AUTO_TEST_CASE()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DParallel.h190 void for_each_n(Policy policy, IndexTy Begin, IndexTy End, FuncTy Fn) { in for_each_n() function
214 void for_each_n(parallel_execution_policy policy, IndexTy Begin, IndexTy End, in for_each_n() function
/third_party/boost/libs/compute/doc/
Dreference.qbk64 * [funcref boost::compute::for_each_n for_each_n()]
/third_party/boost/libs/algorithm/doc/html/
Dstandalone_HTML.manifest98 boost/algorithm/for_each_n.html
/third_party/boost/libs/compute/doc/html/
Dstandalone_HTML.manifest32 boost/compute/for_each_n.html
/third_party/boost/libs/poly_collection/doc/
Dreference.qbk1149 Iterator for_each_n(
1479 (2) `for_each_n(first,args...)`[br]
1486 (2) `std::for_each_n(first,args...)`,[br]
1494 (2) `for_each_n<Ts...>(first,args...)`[br]
1501 (2) `std::for_each_n(rfirst,args...)`,[br]
Dpoly_collection.qbk1168 `std::for_each_n` and `std::sample`.
/third_party/boost/boost/poly_collection/
Dalgorithm.hpp129 Iterator for_each_n(const Iterator& first,Size n,Function f) in for_each_n() function
1128 using detail::algorithm::for_each_n;
/third_party/boost/libs/poly_collection/test/
Dtest_algorithm_impl.hpp81 DEFINE_ALGORITHM(poly_for_each_n,boost::poly_collection::for_each_n)