Searched refs:sub_n (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/pstl/test/std/algorithms/alg.nonmodifying/ |
D | search_n.pass.cpp | 61 std::size_t sub_n[] = {0, 1, 3, n1, (n1 * 10) / 8}; in test() local 63 for (auto n2 : sub_n) in test()
|
D | find_first_of.pass.cpp | 65 std::size_t sub_n[] = {0, 1, n1 / 3, n1, (n1 * 10) / 8}; in test() local 66 for (const auto n2 : sub_n) in test()
|
D | find_end.pass.cpp | 77 std::size_t sub_n[] = {0, 1, 3, n1, (n1 * 10) / 8}; in test() local 79 for (auto n2 : sub_n) in test()
|