Searched refs:nth_element (Results 1 - 20 of 20) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/nth_element/
H A Dcheck_type.cc39 { std::nth_element(s, s, s); }
43 { std::nth_element(x, x, x, predicate); }
H A Dmoveable.cc35 using std::nth_element;
49 nth_element(con.begin(), con.it(3), con.end());
67 nth_element(con.begin(), con.it(3), con.end());
89 nth_element(con.begin(), con.it(3), con.end(), are_less);
H A D58800.cc46 std::nth_element(con.begin(), con.begin() + 3, con.end());
H A D3.cc62 // 25.3.2 nth_element()
66 using std::nth_element;
73 nth_element(s1, pn, s1 + N);
77 nth_element(s1, pn, s1 + N, pred);
H A D1.cc26 using std::nth_element;
54 nth_element(con.begin(), con.it(3), con.end());
67 nth_element(con.begin(), con.it(3), con.end());
H A Drandom_test.cc46 std::nth_element(con.begin(), con.begin() + element, con.end());
H A D2.cc57 std::nth_element(v.begin(), v.begin() + j, v.end());
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/nth_element/requirements/explicit_instantiation/
H A D2.cc35 template void nth_element(iterator_type, iterator_type, iterator_type);
36 template void nth_element(iterator_type, iterator_type, iterator_type,
H A Dpod.cc34 template void nth_element(iterator_type, iterator_type, iterator_type);
35 template void nth_element(iterator_type, iterator_type, iterator_type,
/haiku-buildtools/gcc/libstdc++-v3/testsuite/performance/25_algorithms/
H A Dnth_element_worst_case.cc48 std::nth_element(v[i].begin(), v[i].begin() + i, v[i].end());
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/headers/algorithm/
H A Dparallel_algorithm_mixed2.cc71 std::nth_element(v.begin(), v.begin() + 5, v.end());
72 std::nth_element(v.begin(), v.begin() + 5, v.end(), std::less<value_type>());
73 __gnu_parallel::nth_element(v.begin(), v.begin() + 5, v.end());
74 __gnu_parallel::nth_element(v.begin(), v.begin() + 5, v.end(),
H A Dparallel_algorithm_mixed1.cc66 std::nth_element(v.begin(), v.begin() + 5, v.end());
67 std::nth_element(v.begin(), v.begin() + 5, v.end(), std::less<value_type>());
68 __gnu_parallel::nth_element(v.begin(), v.begin() + 5, v.end());
69 __gnu_parallel::nth_element(v.begin(), v.begin() + 5, v.end(),
H A Dsynopsis.cc314 nth_element(_RAIter, _RAIter, _RAIter);
318 nth_element(_RAIter, _RAIter, _RAIter, _Compare);
/haiku-buildtools/legacy/gcc/libstdc++/stl/
H A Dalgo.h73 using __STD::nth_element;
H A Dstl_algo.h1669 // nth_element() and its auxiliary functions.
1689 inline void nth_element(_RandomAccessIter __first, _RandomAccessIter __nth, function
1714 inline void nth_element(_RandomAccessIter __first, _RandomAccessIter __nth, function
/haiku-buildtools/gcc/libstdc++-v3/include/parallel/
H A Dalgorithmfwd.h629 nth_element(_RAIter, _RAIter, _RAIter, __gnu_parallel::sequential_tag);
633 nth_element(_RAIter, _RAIter, _RAIter, _Compare,
638 nth_element(_RAIter, _RAIter, _RAIter, _Compare);
642 nth_element(_RAIter, _RAIter, _RAIter);
H A Dpartition.h27 * std::nth_element(), and std::partial_sort().
324 * @brief Parallel implementation of std::nth_element().
412 __gnu_sequential::nth_element(__begin, __nth, __end, __comp);
H A Dalgo.h2089 nth_element(_RAIter __begin, _RAIter __nth, function in namespace:__parallel
2091 { return _GLIBCXX_STD_A::nth_element(__begin, __nth, __end); }
2096 nth_element(_RAIter __begin, _RAIter __nth, function in namespace:__parallel
2099 { return _GLIBCXX_STD_A::nth_element(__begin, __nth, __end, __comp); }
2104 nth_element(_RAIter __begin, _RAIter __nth, function in namespace:__parallel
2112 nth_element(__begin, __nth, __end, __comp,
2119 nth_element(_RAIter __begin, _RAIter __nth, function in namespace:__parallel
2124 __gnu_parallel::nth_element(__begin, __nth, __end,
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dalgorithmfwd.h90 nth_element
447 // nth_element
713 nth_element(_RAIter, _RAIter, _RAIter);
717 nth_element(_RAIter, _RAIter, _RAIter, _Compare);
H A Dstl_algo.h1996 // nth_element
2896 // nth_element
4615 nth_element(_RandomAccessIterator __first, _RandomAccessIterator __nth, function
4653 nth_element(_RandomAccessIterator __first, _RandomAccessIterator __nth, function

Completed in 146 milliseconds