Home
last modified time | relevance | path

Searched defs:min_element (Results 1 – 25 of 43) sorted by relevance

12

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/include/boost/range/algorithm/
Dmin_element.hpp30 min_element(Iterator first, Iterator last, Predicate comp) in min_element() function
54 min_element(ForwardRange& rng) in min_element() function
63 min_element(const ForwardRange& rng) in min_element() function
72 min_element(ForwardRange& rng, BinaryPredicate pred) in min_element() function
81 min_element(const ForwardRange& rng, BinaryPredicate pred) in min_element() function
92 min_element(ForwardRange& rng) in min_element() function
103 min_element(const ForwardRange& rng) in min_element() function
114 min_element(ForwardRange& rng, BinaryPredicate pred) in min_element() function
125 min_element(const ForwardRange& rng, BinaryPredicate pred) in min_element() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/stl/algorithm/
Dquerying.hpp538 struct min_element struct
544 struct result<This(R&)>
549 struct result<This(R&, P)>
555 operator()(R& r) const in operator ()()
562 operator()(R& r, P p) const in operator ()()
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__algorithm/
H A Dmin_element.h52 min_element(_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) { in min_element() function
63 min_element(_ForwardIterator __first, _ForwardIterator __last) { in min_element() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__algorithm/
Dmin_element.h52 min_element(_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) { in min_element() function
63 min_element(_ForwardIterator __first, _ForwardIterator __last) { in min_element() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__algorithm/
Dmin_element.h52 min_element(_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) { in min_element() function
63 min_element(_ForwardIterator __first, _ForwardIterator __last) { in min_element() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__algorithm/
Dmin_element.h52 min_element(_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) { in min_element() function
63 min_element(_ForwardIterator __first, _ForwardIterator __last) { in min_element() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__algorithm/
Dmin_element.h52 min_element(_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) { in min_element() function
63 min_element(_ForwardIterator __first, _ForwardIterator __last) { in min_element() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__algorithm/
Dmin_element.h52 min_element(_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) { in min_element() function
63 min_element(_ForwardIterator __first, _ForwardIterator __last) { in min_element() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/
Dmin_element.hpp28 struct min_element struct
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/doc/src/refmanual/
Dmin_element.rst3 min_element title
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__pstl/internal/
H A Dglue_algorithm_impl.h872 min_element(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Compare … in min_element() function
880 min_element(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last) { in min_element() function
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state_draw.cpp1978 unsigned min_element = UINT_MAX; in si_get_draw_start_count() local
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/
Dvec3.rs238 pub fn min_element(self) -> f32 { in min_element() method
Dvec2.rs195 pub fn min_element(self) -> f32 { in min_element() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f64/
Ddvec2.rs195 pub fn min_element(self) -> f64 { in min_element() method
Ddvec4.rs228 pub fn min_element(self) -> f64 { in min_element() method
Ddvec3.rs238 pub fn min_element(self) -> f64 { in min_element() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/scalar/
Dvec4.rs240 pub fn min_element(self) -> f32 { in min_element() method
Dvec3a.rs247 pub fn min_element(self) -> f32 { in min_element() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/wasm32/
Dvec4.rs212 pub fn min_element(self) -> f32 { in min_element() method
Dvec3a.rs234 pub fn min_element(self) -> f32 { in min_element() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/sse2/
Dvec3a.rs249 pub fn min_element(self) -> f32 { in min_element() method
Dvec4.rs220 pub fn min_element(self) -> f32 { in min_element() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/coresimd/
Dvec3a.rs229 pub fn min_element(self) -> f32 { in min_element() method
Dvec4.rs207 pub fn min_element(self) -> f32 { in min_element() method

12