Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/clippy/clippy_lints/src/
Dminmax.rs64 enum MinMax { enum
69 fn min_max<'a, 'tcx>(cx: &LateContext<'tcx>, expr: &'a Expr<'a>) -> Option<(MinMax, Constant<'tcx>,… in min_max()
106 m: MinMax, in fetch_const()
107 ) -> Option<(MinMax, Constant<'tcx>, &'a Expr<'a>)> { in fetch_const()
/third_party/rust/rust/src/tools/clippy/clippy_lints/src/methods/
Dmanual_saturating_arithmetic.rs65 enum MinMax { enum
70 fn is_min_or_max(cx: &LateContext<'_>, expr: &hir::Expr<'_>) -> Option<MinMax> { in is_min_or_max()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout-base-table.hh189 struct MinMax struct
191 void get_min_max (hb_tag_t feature_tag, in get_min_max()
205 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
216 minCoord; /* Offset to BaseCoord table that defines
220 maxCoord; /* Offset to BaseCoord table that defines
224 featMinMaxRecords;
/third_party/skia/m133/third_party/externals/harfbuzz/src/
Dhb-ot-layout-base-table.hh287 struct MinMax struct
289 void get_min_max (hb_tag_t feature_tag, in get_min_max()
303 void collect_variation_indices (const hb_subset_plan_t* plan, in collect_variation_indices()
312 bool subset (hb_subset_context_t *c) const in subset()
336 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
347 minCoord; /* Offset to BaseCoord table that defines
351 maxCoord; /* Offset to BaseCoord table that defines
355 featMinMaxRecords;
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/common/
Dquant_utils.h45 } MinMax; typedef
/third_party/grpc/test/core/resource_quota/
Dmemory_quota_test.cc56 TEST(MemoryRequestTest, MinMax) { in TEST() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dangletypes.cpp615 static void MinMax(int a, int b, int *minimum, int *maximum) in MinMax() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp955 SDValue MinMax = combineFMinMaxLegacy(DL, VT, LHS, RHS, True, False, CC, DCI); in LowerSELECT_CC() local
DAMDGPUISelLowering.cpp3608 SDValue MinMax in performSelectCombine() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp2032 Value *NotA = Op0, *MinMax = Op1; in visitSub() local
/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/
DReactorUnitTests.cpp1186 TEST(ReactorUnitTests, MinMax) in TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp37469 if (SDValue MinMax = combineHorizontalMinMaxResult(N, DAG, Subtarget)) in combineExtractVectorElt() local