Home
last modified time | relevance | path

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

/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/node/deps/v8/src/asmjs/
Dasm-types.cc235 auto* MinMax = zone->New<AsmMinMaxType>(dest, src); in MinMaxType() local
/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/node/deps/v8/src/execution/arm/
Dsimulator-arm.cc4253 float MinMax(float a, float b, bool is_min) { in MinMax() function
4257 T MinMax(T a, T b, bool is_min) { in MinMax() function
4262 void MinMax(Simulator* simulator, int Vd, int Vm, int Vn, bool min) { 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