Searched defs:nth_element (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/boost/range/algorithm/ |
D | nth_element.hpp | 30 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/ |
D | nth_element.hpp | 33 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/ |
D | nth_element.hpp | 32 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/ |
D | nth_element.hpp | 32 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/ |
D | redistribute_elements.hpp | 356 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/ |
D | transformation.hpp | 685 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/ |
D | algorithm.hpp | 833 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/ |
D | transform.hpp | 31 using nth_element = typename nth_element_impl<I, Ts...>::type; typedef
|