Home
last modified time | relevance | path

Searched defs:test_one_policy (Results 1 – 20 of 20) sorted by relevance

/external/llvm-project/pstl/test/std/algorithms/alg.sorting/
Dpartial_sort_copy.pass.cpp47 struct test_one_policy struct
54test_one_policy(RandomAccessIterator b1, RandomAccessIterator e1, RandomAccessIterator b2, RandomA… in test_one_policy() argument
62 …r()(pstl::execution::unsequenced_policy, InputIterator first, InputIterator last, Size n1, Size n2, in operator ()()
69 …:execution::parallel_unsequenced_policy, InputIterator first, InputIterator last, Size n1, Size n2, in operator ()()
76 …r()(pstl::execution::unsequenced_policy, InputIterator first, InputIterator last, Size n1, Size n2, in operator ()()
83 …:execution::parallel_unsequenced_policy, InputIterator first, InputIterator last, Size n1, Size n2, in operator ()()
91 …perator()(Policy&& exec, InputIterator first, InputIterator last, Size n1, Size n2, const T& trash, in operator ()()
104 …perator()(Policy&& exec, InputIterator first, InputIterator last, Size n1, Size n2, const T& trash) in operator ()()
117 prepare_data(InputIterator first, InputIterator last, Size n1, const T& trash) in prepare_data()
/external/llvm-project/pstl/test/std/algorithms/alg.modifying.operations/alg.reverse/
Dreverse_copy.pass.cpp58 struct test_one_policy struct
62 test_one_policy(Iterator b, Iterator e) : data_b(b), data_e(e) {} in test_one_policy() argument
68 operator()(pstl::execution::unsequenced_policy, Iterator1 actual_b, Iterator1 actual_e) in operator ()()
73 operator()(pstl::execution::parallel_unsequenced_policy, Iterator1 actual_b, Iterator1 actual_e) in operator ()()
80 operator()(ExecutionPolicy&& exec, Iterator1 actual_b, Iterator1 actual_e) in operator ()()
Dreverse.pass.cpp22 struct test_one_policy struct
28 …ator()(pstl::execution::unsequenced_policy, Iterator1 data_b, Iterator1 data_e, Iterator2 actual_b, in operator ()()
34 …tl::execution::parallel_unsequenced_policy, Iterator1 data_b, Iterator1 data_e, Iterator2 actual_b, in operator ()()
42 …ExecutionPolicy&& exec, Iterator1 data_b, Iterator1 data_e, Iterator2 actual_b, Iterator2 actual_e) in operator ()()
74 invoke_on_all_policies(test_one_policy(), data.begin(), data.begin() + len, actual.begin(), in test() argument
/external/llvm-project/pstl/test/std/algorithms/alg.modifying.operations/
Dreplace.pass.cpp49 struct test_one_policy struct
54 test_one_policy(Iterator data_, std::size_t len_) in test_one_policy() argument
62 … operator()(ExecutionPolicy&& exec, Iterator1 expected_b, Iterator1 expected_e, Iterator2 actual_b, in operator ()()
85 bool check(Iterator1, Iterator1) in check()
92 check(Iterator1 b, Iterator1 e) in check()
Drotate.pass.cpp74 struct test_one_policy struct
81 …perator()(pstl::execution::unsequenced_policy, Iterator data_b, Iterator data_e, Iterator actual_b, in operator ()()
87 …(pstl::execution::parallel_unsequenced_policy, Iterator data_b, Iterator data_e, Iterator actual_b, in operator ()()
95 …r()(ExecutionPolicy&& exec, Iterator data_b, Iterator data_e, Iterator actual_b, Iterator actual_e, in operator ()()
120 check_move(ExecutionPolicy&&, Iterator b, Iterator e, Size shift) in check_move()
158 … invoke_on_all_policies(test_one_policy(), data.begin(), data.begin() + len, actual.begin(), in test() argument
Drotate_copy.pass.cpp69 struct test_one_policy struct
76 …ator()(pstl::execution::unsequenced_policy, Iterator1 data_b, Iterator1 data_e, Iterator2 actual_b, in operator ()()
82 …tl::execution::parallel_unsequenced_policy, Iterator1 data_b, Iterator1 data_e, Iterator2 actual_b, in operator ()()
90 …ExecutionPolicy&& exec, Iterator1 data_b, Iterator1 data_e, Iterator2 actual_b, Iterator2 actual_e, in operator ()()
Dtransform_unary.pass.cpp38 struct test_one_policy struct
62 … invoke_on_all_policies(test_one_policy(), in.begin(), in.end(), out.begin(), out.end(), flip); in test() argument
Dtransform_binary.pass.cpp60 struct test_one_policy struct
85 …invoke_on_all_policies(test_one_policy(), in1.begin(), in1.end(), in2.begin(), in2.end(), out.begi… in test() argument
Dswap_ranges.pass.cpp73 struct test_one_policy struct
77 …ExecutionPolicy&& exec, Iterator1 data_b, Iterator1 data_e, Iterator2 actual_b, Iterator2 actual_e) in operator ()()
/external/llvm-project/pstl/test/std/algorithms/alg.nonmodifying/
Dsearch_n.pass.cpp21 struct test_one_policy struct
27 …:execution::unsequenced_policy, Iterator b, Iterator e, Size count, const T& value, Predicate pred) in operator ()()
32 …)(pstl::execution::parallel_unsequenced_policy, Iterator b, Iterator e, Size count, const T& value, in operator ()()
40 …rator()(ExecutionPolicy&& exec, Iterator b, Iterator e, Size count, const T& value, Predicate pred) in operator ()()
Dfind_first_of.pass.cpp21 struct test_one_policy struct
27 …or()(pstl::execution::unsequenced_policy, Iterator1 b, Iterator1 e, Iterator2 bsub, Iterator2 esub, in operator ()()
33 …::execution::parallel_unsequenced_policy, Iterator1 b, Iterator1 e, Iterator2 bsub, Iterator2 esub, in operator ()()
41 …)(ExecutionPolicy&& exec, Iterator1 b, Iterator1 e, Iterator2 bsub, Iterator2 esub, Predicate pred) in operator ()()
Dfind_end.pass.cpp21 struct test_one_policy struct
27 …or()(pstl::execution::unsequenced_policy, Iterator1 b, Iterator1 e, Iterator2 bsub, Iterator2 esub, in operator ()()
33 …::execution::parallel_unsequenced_policy, Iterator1 b, Iterator1 e, Iterator2 bsub, Iterator2 esub, in operator ()()
41 …)(ExecutionPolicy&& exec, Iterator1 b, Iterator1 e, Iterator2 bsub, Iterator2 esub, Predicate pred) in operator ()()
Dnth_element.pass.cpp69 struct test_one_policy struct
75 …perator()(pstl::execution::unsequenced_policy, Iterator1 first1, Iterator1 last1, Iterator1 first2, in operator ()()
81 …(pstl::execution::parallel_unsequenced_policy, Iterator1 first1, Iterator1 last1, Iterator1 first2, in operator ()()
91 …olicy&& exec, Iterator1 first1, Iterator1 last1, Iterator1 first2, Iterator1 last2, Size n, Size m, in operator ()()
134 …invoke_on_all_policies(test_one_policy(), exp.begin(), exp.begin() + n, in1.begin(), in1.begin() +… in test_by_type() argument
Dfor_each.pass.cpp43 struct test_one_policy struct
47 …icy&& exec, Iterator first, Iterator last, Iterator expected_first, Iterator expected_last, Size n) in operator ()()
Dequal.pass.cpp96 struct test_one_policy struct
100 …()(ExecutionPolicy&& exec, Iterator1 first1, Iterator1 last1, Iterator2 first2, bool is_true_equal) in operator ()()
/external/llvm-project/pstl/test/std/algorithms/alg.modifying.operations/alg.partitions/
Dis_partitioned.pass.cpp21 struct test_one_policy struct
28 … operator()(pstl::execution::unsequenced_policy, Iterator1 begin1, Iterator1 end1, Predicate pred) in operator ()()
33 …r()(pstl::execution::parallel_unsequenced_policy, Iterator1 begin1, Iterator1 end1, Predicate pred) in operator ()()
58 invoke_on_all_policies(test_one_policy(), in.begin(), in.begin() + n1, pred); in test() argument
Dpartition.pass.cpp65 struct test_one_policy struct
71 …l::execution::unsequenced_policy, BiDirIt first, BiDirIt last, BiDirIt exp_first, BiDirIt exp_last, in operator ()()
78 …tor()(pstl::execution::parallel_unsequenced_policy, BiDirIt first, BiDirIt last, BiDirIt exp_first, in operator ()()
100 …y&& exec, BiDirIt first, BiDirIt last, BiDirIt exp_first, BiDirIt exp_last, Size, UnaryOp unary_op, in operator ()()
141 …invoke_on_all_policies(test_one_policy(), in.begin(), in.begin() + n, exp.begin(), exp.begin() + n… in test_by_type() argument
/external/llvm-project/pstl/test/std/algorithms/alg.merge/
Dinplace_merge.pass.cpp21 struct test_one_policy struct
27 …l::execution::unsequenced_policy, BiDirIt1 first1, BiDirIt1 last1, BiDirIt1 first2, BiDirIt1 last2, in operator ()()
34 …r()(pstl::execution::parallel_unsequenced_policy, BiDirIt1 first1, BiDirIt1 last1, BiDirIt1 first2, in operator ()()
44 …()(Policy&& exec, BiDirIt1 first1, BiDirIt1 last1, BiDirIt1 first2, BiDirIt1 last2, Size n, Size m, in operator ()()
81 …invoke_on_all_policies(test_one_policy(), in1.begin(), in1.begin() + n, exp.begin(), exp.begin() +… in test_by_type() argument
/external/llvm-project/pstl/test/std/algorithms/alg.sorting/alg.set.operations/
Dincludes.pass.cpp45 struct test_one_policy struct
49 …y&& exec, InputIterator1 first1, InputIterator1 last1, InputIterator2 first2, InputIterator2 last2, in operator ()()
61 operator()(Policy&&, InputIterator1, InputIterator1, InputIterator2, InputIterator2, Compare) in operator ()()
/external/llvm-project/pstl/test/std/algorithms/alg.sorting/alg.lex.comparison/
Dlexicographical_compare.pass.cpp22 struct test_one_policy struct
27 …rator()(ExecutionPolicy&& exec, Iterator1 begin1, Iterator1 end1, Iterator2 begin2, Iterator2 end2, in operator ()()
57 …invoke_on_all_policies(test_one_policy(), in1.cbegin(), in1.cbegin() + max_n, in2.cbegin() + 3 * m… in test() argument