Home
last modified time | relevance | path

Searched refs:parallel_unsequenced_policy (Results 1 – 25 of 28) sorted by relevance

12

/llvm-project-15.0.7/pstl/include/pstl/internal/
H A Dexecution_defs.h37 class parallel_unsequenced_policy
48 constexpr parallel_unsequenced_policy par_unseq{};
66 struct is_execution_policy<__pstl::execution::parallel_unsequenced_policy> : std::true_type
H A Dglue_execution_defs.h35 using __pstl::execution::parallel_unsequenced_policy;
H A Dexecution_impl.h95 __select_backend(__pstl::execution::parallel_unsequenced_policy, _IteratorTypes&&...) in __select_backend() argument
/llvm-project-15.0.7/pstl/test/std/algorithms/alg.modifying.operations/
H A Dcopy_move.pass.cpp37 … operator()(pstl::execution::parallel_unsequenced_policy, InputIterator first, InputIterator last, in operator ()()
89 … operator()(pstl::execution::parallel_unsequenced_policy, InputIterator first, InputIterator last, in operator ()()
131 … operator()(pstl::execution::parallel_unsequenced_policy, InputIterator first, InputIterator last, in operator ()()
H A Dunique.pass.cpp35 …operator()(pstl::execution::parallel_unsequenced_policy, ForwardIt first1, ForwardIt last1, Forwar… in operator ()()
49 …operator()(pstl::execution::parallel_unsequenced_policy, ForwardIt first1, ForwardIt last1, Forwar… in operator ()()
H A Dremove.pass.cpp35 … operator()(pstl::execution::parallel_unsequenced_policy, InputIterator first, InputIterator last, in operator ()()
73 … operator()(pstl::execution::parallel_unsequenced_policy, InputIterator first, InputIterator last, in operator ()()
H A Drotate_copy.pass.cpp82 …operator()(pstl::execution::parallel_unsequenced_policy, Iterator1 data_b, Iterator1 data_e, Itera… in operator ()()
H A Drotate.pass.cpp87 …operator()(pstl::execution::parallel_unsequenced_policy, Iterator data_b, Iterator data_e, Iterato… in operator ()()
H A Dunique_copy_equal.pass.cpp37 … operator()(pstl::execution::parallel_unsequenced_policy, InputIterator first, InputIterator last, in operator ()()
/llvm-project-15.0.7/pstl/test/std/algorithms/alg.modifying.operations/alg.partitions/
H A Dpartition.pass.cpp78 …operator()(pstl::execution::parallel_unsequenced_policy, BiDirIt first, BiDirIt last, BiDirIt exp_… in operator ()()
92 …operator()(pstl::execution::parallel_unsequenced_policy, BiDirIt first, BiDirIt last, BiDirIt exp_…
H A Dis_partitioned.pass.cpp33 …operator()(pstl::execution::parallel_unsequenced_policy, Iterator1 begin1, Iterator1 end1, Predica… in operator ()()
H A Dpartition_copy.pass.cpp54 …operator()(pstl::execution::parallel_unsequenced_policy, std::reverse_iterator<InputIterator> firs… in operator ()()
/llvm-project-15.0.7/pstl/test/std/algorithms/alg.sorting/
H A Dpartial_sort_copy.pass.cpp69 …operator()(pstl::execution::parallel_unsequenced_policy, InputIterator first, InputIterator last, … in operator ()()
83 …operator()(pstl::execution::parallel_unsequenced_policy, InputIterator first, InputIterator last, … in operator ()()
/llvm-project-15.0.7/pstl/test/std/algorithms/alg.nonmodifying/
H A Dfind.pass.cpp33 …operator()(pstl::execution::parallel_unsequenced_policy, Iterator first, Iterator last, Value valu… in operator ()()
H A Dfind_if.pass.cpp34 …operator()(pstl::execution::parallel_unsequenced_policy, Iterator first, Iterator last, Predicate … in operator ()()
H A Dsearch_n.pass.cpp32 …operator()(pstl::execution::parallel_unsequenced_policy, Iterator b, Iterator e, Size count, const… in operator ()()
H A Dfind_first_of.pass.cpp33 …operator()(pstl::execution::parallel_unsequenced_policy, Iterator1 b, Iterator1 e, Iterator2 bsub,… in operator ()()
H A Dfind_end.pass.cpp33 …operator()(pstl::execution::parallel_unsequenced_policy, Iterator1 b, Iterator1 e, Iterator2 bsub,… in operator ()()
/llvm-project-15.0.7/pstl/test/std/algorithms/alg.modifying.operations/alg.reverse/
H A Dreverse.pass.cpp34 …operator()(pstl::execution::parallel_unsequenced_policy, Iterator1 data_b, Iterator1 data_e, Itera… in operator ()()
H A Dreverse_copy.pass.cpp73 operator()(pstl::execution::parallel_unsequenced_policy, Iterator1 actual_b, Iterator1 actual_e) in operator ()()
/llvm-project-15.0.7/pstl/test/std/numerics/numeric.ops/
H A Dreduce.pass.cpp65 …operator()(pstl::execution::parallel_unsequenced_policy, Iterator first, Iterator last, Sum init, … in operator ()()
H A Dadjacent_difference.pass.cpp107 …operator()(pstl::execution::parallel_unsequenced_policy, Iterator1 data_b, Iterator1 data_e, Itera… in operator ()()
/llvm-project-15.0.7/pstl/test/std/utilities/memory/specialized.algorithms/
H A Duninitialized_copy_move.pass.cpp85 … operator()(pstl::execution::parallel_unsequenced_policy, InputIterator first, InputIterator last, in operator ()()
/llvm-project-15.0.7/pstl/test/std/algorithms/alg.sorting/alg.heap.operations/
H A Dis_heap.pass.cpp47 …operator()(pstl::execution::parallel_unsequenced_policy, Iterator first, Iterator last, Predicate … in operator ()()
/llvm-project-15.0.7/pstl/test/std/algorithms/alg.modifying.operations/alg.copy/
H A Dcopy_if.pass.cpp36 … operator()(pstl::execution::parallel_unsequenced_policy, InputIterator first, InputIterator last, in operator ()()

12