Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-layout-base-table.hh195 struct MinMax struct
197 void get_min_max (hb_tag_t feature_tag, in get_min_max()
216 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
227 minCoord; /* Offset to BaseCoord table that defines
231 maxCoord; /* Offset to BaseCoord table that defines
235 featMinMaxRecords;
/external/gemmlowp/meta/
Dtransform_kernels.h48 struct MinMax { struct
49 Type min;
50 Type max;
51 int count;
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_printf_test.cc118 TEST(Printf, MinMax) { in TEST() argument
/external/v8/src/asmjs/
Dasm-types.cc233 auto* MinMax = new (zone) AsmMinMaxType(dest, src); in MinMaxType() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
Dxray-account.cpp237 auto MinMax = std::minmax_element(Timings.begin(), Timings.end()); in getStats() local
/external/gemmlowp/meta/generators/
Dtransform_kernels_common.py383 class MinMax(BaseTransform): class
/external/swiftshader/src/Reactor/
DReactorUnitTests.cpp457 TEST(ReactorUnitTests, MinMax) in TEST() argument
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/
Dtypes.h683 struct MinMax { struct
687 static_assert(sizeof(MinMax) == 8, ""); argument
/external/tensorflow/tensorflow/lite/kernels/internal/
Dtypes.h699 struct MinMax { struct
703 static_assert(sizeof(MinMax) == 8, ""); argument
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test_framework_unittest.cc131 TEST(BweTestFramework_StatsTest, MinMax) { in TEST() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp953 SDValue MinMax = combineFMinMaxLegacy(DL, VT, LHS, RHS, True, False, CC, DCI); in LowerSELECT_CC() local
DAMDGPUISelLowering.cpp3440 SDValue MinMax in performSelectCombine() local
/external/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp1121 SDValue MinMax = CombineFMinMaxLegacy(DL, VT, LHS, RHS, True, False, CC, DCI); in LowerSELECT_CC() local
DAMDGPUISelLowering.cpp2550 SDValue MinMax in performSelectCombine() local
/external/v8/src/arm/
Dsimulator-arm.cc4199 T MinMax(T a, T b, bool is_min) { in MinMax() function
4204 void MinMax(Simulator* simulator, int Vd, int Vm, int Vn, bool min) { in MinMax() function
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp15403 bool Swap = false, Invert = false, FlipSigns = false, MinMax = false; in LowerVSETCC() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp32361 if (SDValue MinMax = combineHorizontalMinMaxResult(N, DAG, Subtarget)) in combineExtractVectorElt() local