/third_party/boost/libs/algorithm/test/ |
D | for_each_n_test.cpp | 37 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/ |
D | algorithm.qbk | 104 [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/ |
D | for_each_n.hpp | 29 InputIterator for_each_n(InputIterator first, Size n, Function f) in for_each_n() function
|
/third_party/boost/boost/compute/algorithm/ |
D | for_each_n.hpp | 29 inline UnaryFunction for_each_n(InputIterator first, in for_each_n() function
|
/third_party/boost/libs/compute/include/boost/compute/algorithm/ |
D | for_each_n.hpp | 29 inline UnaryFunction for_each_n(InputIterator first, in for_each_n() function
|
/third_party/boost/libs/hana/test/_include/laws/ |
D | base.hpp | 62 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/ |
D | test_for_each.cpp | 42 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/ |
D | Parallel.h | 190 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/ |
D | reference.qbk | 64 * [funcref boost::compute::for_each_n for_each_n()]
|
/third_party/boost/libs/algorithm/doc/html/ |
D | standalone_HTML.manifest | 98 boost/algorithm/for_each_n.html
|
/third_party/boost/libs/compute/doc/html/ |
D | standalone_HTML.manifest | 32 boost/compute/for_each_n.html
|
/third_party/boost/libs/poly_collection/doc/ |
D | reference.qbk | 1149 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]
|
D | poly_collection.qbk | 1168 `std::for_each_n` and `std::sample`.
|
/third_party/boost/boost/poly_collection/ |
D | algorithm.hpp | 129 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/ |
D | test_algorithm_impl.hpp | 81 DEFINE_ALGORITHM(poly_for_each_n,boost::poly_collection::for_each_n)
|