reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

usr/include/c++/7.4.0/bits/algorithmfwd.h
  721     nth_element(_RAIter, _RAIter, _RAIter);

References

tools/llvm-xray/xray-account.cpp
  246   std::nth_element(Timings.begin(), Timings.begin() + MedianOff, Timings.end());
  250   std::nth_element(Timings.begin(), Timings.begin() + Pct90Off, Timings.end());
  254   std::nth_element(Timings.begin(), Timings.begin() + Pct99Off, Timings.end());
tools/llvm-xray/xray-graph.cpp
  261   std::nth_element(begin, begin + MedianOff, end);
  264   std::nth_element(begin, begin + Pct90Off, end);
  267   std::nth_element(begin, begin + Pct99Off, end);
utils/benchmark/src/statistics.cc
   42   std::nth_element(copy.begin(), center, copy.end());
   50   std::nth_element(copy.begin(), center2, copy.end());