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

/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/25_algorithms/
H A Dsort.cc142 // 25.3.2 nth_element()
146 using std::nth_element;
153 nth_element(s1, pn, s1 + N);
157 nth_element(s1, pn, s1 + N, pred);
/openbsd-current/gnu/llvm/libcxx/include/__algorithm/
H A Dranges_nth_element.h14 #include <__algorithm/nth_element.h>
72 inline constexpr auto nth_element = __nth_element::__fn{}; member in namespace:ranges::__cpo
H A Dnth_element.h244 void nth_element(_RandomAccessIterator __first, _RandomAccessIterator __nth, _RandomAccessIterator __last, function
251 void nth_element(_RandomAccessIterator __first, _RandomAccessIterator __nth, _RandomAccessIterator __last) { function
252 std::nth_element(std::move(__first), std::move(__nth), std::move(__last), __less<typename
/openbsd-current/gnu/gcc/libstdc++-v3/include/backward/
H A Dalgo.h102 using std::nth_element;
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/backward/
H A Dalgo.h102 using std::nth_element;
/openbsd-current/gnu/llvm/llvm/tools/llvm-xray/
H A Dxray-account.cpp284 std::nth_element(Timings.begin(), Timings.begin() + MedianOff, Timings.end());
288 std::nth_element(Timings.begin(), Timings.begin() + (uint64_t)Pct90Off,
293 std::nth_element(Timings.begin(), Timings.begin() + (uint64_t)Pct99Off,
H A Dxray-graph.cpp281 std::nth_element(begin, begin + MedianOff, end);
284 std::nth_element(begin, begin + Pct90Off, end);
287 std::nth_element(begin, begin + Pct99Off, end);
/openbsd-current/gnu/lib/libcxx/
H A DMakefile152 __algorithm/nth_element.h \
/openbsd-current/gnu/gcc/libstdc++-v3/include/bits/
H A Dstl_algo.h4032 nth_element(_RandomAccessIterator __first, _RandomAccessIterator __nth, function
4070 nth_element(_RandomAccessIterator __first, _RandomAccessIterator __nth, function
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstl_algo.h2690 nth_element(_RandomAccessIter __first, function in namespace:std
2732 nth_element(_RandomAccessIter __first, function in namespace:std
/openbsd-current/gnu/llvm/clang/lib/Basic/
H A DSourceManager.cpp2296 std::nth_element(SortedUsage.begin(), SortedEnd, SortedUsage.end(), Cmp);

Completed in 493 milliseconds