Home
last modified time | relevance | path

Searched defs:nth_element (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/boost/range/algorithm/
Dnth_element.hpp30 inline RandomAccessRange& nth_element(RandomAccessRange& rng, in nth_element() function
40 inline const RandomAccessRange& nth_element(const RandomAccessRange& rng, in nth_element() function
50 inline RandomAccessRange& nth_element(RandomAccessRange& rng, in nth_element() function
61 inline const RandomAccessRange& nth_element(const RandomAccessRange& rng, in nth_element() function
/third_party/boost/boost/geometry/index/detail/algorithms/
Dnth_element.hpp33 void nth_element(RandomIt first, RandomIt , RandomIt last) in nth_element() function
39 void nth_element(RandomIt first, RandomIt , RandomIt last, Compare comp) in nth_element() function
/third_party/boost/libs/compute/include/boost/compute/algorithm/
Dnth_element.hpp32 inline void nth_element(Iterator first, in nth_element() function
76 inline void nth_element(Iterator first, in nth_element() function
/third_party/boost/boost/compute/algorithm/
Dnth_element.hpp32 inline void nth_element(Iterator first, in nth_element() function
76 inline void nth_element(Iterator first, in nth_element() function
/third_party/boost/boost/geometry/index/detail/rtree/rstar/
Dredistribute_elements.hpp356 struct nth_element struct
362 static inline void apply(Elements & elements, Parameters const& parameters, in apply()
390 struct nth_element<Corner, Dimension, Dimension> struct
393 static inline void apply(Elements & /*elements*/, Parameters const& /*parameters*/, in apply()
/third_party/boost/boost/phoenix/stl/algorithm/
Dtransformation.hpp685 struct nth_element struct
687 typedef void result_type;
690 void operator()(R& r, N n) const in operator ()()
696 void operator()(R& r, N n, C c) const in operator ()()
/third_party/boost/boost/lambda/
Dalgorithm.hpp833 struct nth_element { struct
836 struct sig {
842 operator()(A a, A b, A c) const in operator ()()
847 operator()(A a, A b, A c, D d) const in operator ()()
/third_party/boost/boost/yap/detail/
Dtransform.hpp31 using nth_element = typename nth_element_impl<I, Ts...>::type; typedef