Home
last modified time | relevance | path

Searched defs:GetMin (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_occur.cpp49 int32_t CXFA_Occur::GetMin() { in GetMin() function in CXFA_Occur
/aosp_15_r20/external/webrtc/rtc_base/numerics/
H A Drunning_statistics.h110 absl::optional<T> GetMin() const { in GetMin() function
/aosp_15_r20/external/webrtc/api/numerics/
H A Dsamples_stats_counter.h58 double GetMin() const { in GetMin() function
/aosp_15_r20/external/libchrome/ui/gfx/range/
H A Drange_f.h53 constexpr float GetMin() const { return start() < end() ? start() : end(); } in GetMin() function
H A Drange.h79 constexpr uint32_t GetMin() const { in GetMin() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/ui/gfx/range/
Drange_f.h56 constexpr float GetMin() const { return start() < end() ? start() : end(); } in GetMin() function
Drange.h82 constexpr uint32_t GetMin() const { in GetMin() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/8/external/libchrome/ui/gfx/range/
Drange_f.h56 constexpr float GetMin() const { return start() < end() ? start() : end(); } in GetMin() function
Drange.h82 constexpr uint32_t GetMin() const { in GetMin() function
/aosp_15_r20/art/compiler/optimizing/
H A Dinduction_var_range_test.cc222 Value GetMin(HInductionVarAnalysis::InductionInfo* info, in GetMin() function in art::InductionVarRangeTest
230 Value GetMin(HBasicBlock* context, in GetMin() function in art::InductionVarRangeTest
/aosp_15_r20/external/webp/src/enc/
H A Dpredictor_enc.c29 static WEBP_INLINE int GetMin(int a, int b) { return (a > b) ? b : a; } in GetMin() function
/aosp_15_r20/build/soong/cmd/extract_apks/bundle_proto/
H A Dtargeting.pb.go758 func (x *SdkVersion) GetMin() *Int32Value { func