Home
last modified time | relevance | path

Searched defs:max_element (Results 1 – 25 of 48) sorted by relevance

12

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/include/boost/range/algorithm/
Dmax_element.hpp30 max_element(Iterator first, Iterator last, Predicate comp) in max_element() function
54 max_element(ForwardRange& rng) in max_element() function
63 max_element(const ForwardRange& rng) in max_element() function
72 max_element(ForwardRange& rng, BinaryPredicate pred) in max_element() function
81 max_element(const ForwardRange& rng, BinaryPredicate pred) in max_element() function
92 max_element(ForwardRange& rng) in max_element() function
103 max_element(const ForwardRange& rng) in max_element() function
114 max_element(ForwardRange& rng, BinaryPredicate pred) in max_element() function
125 max_element(const ForwardRange& rng, BinaryPredicate pred) in max_element() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/stl/algorithm/
Dquerying.hpp568 struct max_element struct
574 struct result<This(R&)>
579 struct result<This(R&, P)>
585 operator()(R& r) const in operator ()()
592 operator()(R& r, P p) const in operator ()()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__algorithm/
Dmax_element.h39 max_element(_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) { in max_element() function
45 max_element(_ForwardIterator __first, _ForwardIterator __last) { in max_element() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__algorithm/
Dmax_element.h39 max_element(_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) { in max_element() function
45 max_element(_ForwardIterator __first, _ForwardIterator __last) { in max_element() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__algorithm/
Dmax_element.h39 max_element(_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) { in max_element() function
45 max_element(_ForwardIterator __first, _ForwardIterator __last) { in max_element() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__algorithm/
Dmax_element.h40 max_element(_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) { in max_element() function
48 max_element(_ForwardIterator __first, _ForwardIterator __last) { in max_element() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__algorithm/
Dmax_element.h39 max_element(_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) { in max_element() function
45 max_element(_ForwardIterator __first, _ForwardIterator __last) { in max_element() function
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__algorithm/
H A Dmax_element.h39 max_element(_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) { in max_element() function
45 max_element(_ForwardIterator __first, _ForwardIterator __last) { in max_element() function
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dtopk_op_gpu.h313 const Entry<T>& max_element = max_heap.root(); in mergeShards() local
325 const Entry<T>& max_element = max_heap.root(); in mergeShards() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/doc/src/refmanual/
Dmax_element.rst3 max_element title
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/
Dmax_element.hpp59 struct max_element struct
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__pstl/internal/
H A Dglue_algorithm_impl.h887 max_element(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Compare … in max_element() function
894 max_element(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last) { in max_element() function
/aosp_15_r20/external/libgav1/src/
H A Dmotion_vector.cc682 int16_t max_element = weight_index_stack[0]; in SortWeightIndexStack() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state_draw.cpp1979 unsigned max_element = 0; in si_get_draw_start_count() local
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/
Dvec3.rs247 pub fn max_element(self) -> f32 { in max_element() method
Dvec2.rs204 pub fn max_element(self) -> f32 { in max_element() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f64/
Ddvec2.rs204 pub fn max_element(self) -> f64 { in max_element() method
Ddvec4.rs237 pub fn max_element(self) -> f64 { in max_element() method
Ddvec3.rs247 pub fn max_element(self) -> f64 { in max_element() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/scalar/
Dvec4.rs249 pub fn max_element(self) -> f32 { in max_element() method
Dvec3a.rs256 pub fn max_element(self) -> f32 { in max_element() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/wasm32/
Dvec4.rs224 pub fn max_element(self) -> f32 { in max_element() method
Dvec3a.rs246 pub fn max_element(self) -> f32 { in max_element() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/sse2/
Dvec3a.rs263 pub fn max_element(self) -> f32 { in max_element() method
Dvec4.rs234 pub fn max_element(self) -> f32 { in max_element() method

12