Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/include/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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__algorithm/
Dnth_element.h247 nth_element(_RandomAccessIterator __first, _RandomAccessIterator __nth, _RandomAccessIterator __las… in nth_element() function
253 nth_element(_RandomAccessIterator __first, _RandomAccessIterator __nth, _RandomAccessIterator __las… in nth_element() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__algorithm/
Dnth_element.h247 nth_element(_RandomAccessIterator __first, _RandomAccessIterator __nth, _RandomAccessIterator __las… in nth_element() function
253 nth_element(_RandomAccessIterator __first, _RandomAccessIterator __nth, _RandomAccessIterator __las… in nth_element() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__algorithm/
Dnth_element.h247 nth_element(_RandomAccessIterator __first, _RandomAccessIterator __nth, _RandomAccessIterator __las… in nth_element() function
253 nth_element(_RandomAccessIterator __first, _RandomAccessIterator __nth, _RandomAccessIterator __las… in nth_element() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__algorithm/
Dnth_element.h244 nth_element(_RandomAccessIterator __first, _RandomAccessIterator __nth, _RandomAccessIterator __las… in nth_element() function
250 nth_element(_RandomAccessIterator __first, _RandomAccessIterator __nth, _RandomAccessIterator __las… in nth_element() function
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__algorithm/
H A Dnth_element.h247 nth_element(_RandomAccessIterator __first, _RandomAccessIterator __nth, _RandomAccessIterator __las… in nth_element() function
253 nth_element(_RandomAccessIterator __first, _RandomAccessIterator __nth, _RandomAccessIterator __las… in nth_element() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__algorithm/
Dnth_element.h247 nth_element(_RandomAccessIterator __first, _RandomAccessIterator __nth, _RandomAccessIterator __las… in nth_element() function
253 nth_element(_RandomAccessIterator __first, _RandomAccessIterator __nth, _RandomAccessIterator __las… in nth_element() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/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 ()()
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__pstl/internal/
H A Dglue_algorithm_impl.h922 nth_element(_ExecutionPolicy&& __exec, in nth_element() function
935 nth_element(_ExecutionPolicy&& __exec, in nth_element() function
/aosp_15_r20/external/libcxx/fuzzing/
H A Dfuzzing.cpp266 int nth_element (const uint8_t *data, size_t size) in nth_element() function
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dnn_ops.py5923 def nth_element(input, n, reverse=False, name=None): # pylint: disable=redefined-builtin function