Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/harfbuzz_ng/src/
H A 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;
/aosp_15_r20/external/gemmlowp/meta/
H A Dtransform_kernels.h48 struct MinMax { struct
49 Type min;
50 Type max;
51 int count;
/aosp_15_r20/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
H A DDepthImage.java94 private static class MinMax { class in DepthImage
98 public MinMax(float min, float max) { in MinMax() method in DepthImage.MinMax
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/generated/
H A Dgenerated_base.rs746 impl<'a> FontRead<'a> for MinMax<'a> { implementation
762 pub type MinMax<'a> = TableRef<'a, MinMaxMarker>; typedef
764 impl<'a> MinMax<'a> { impl
806 impl<'a> SomeTable<'a> for MinMax<'a> { implementation
835 impl<'a> std::fmt::Debug for MinMax<'a> { implementation
/aosp_15_r20/libcore/ojluni/src/test/java/util/Collections/
H A DMinMax.java38 public class MinMax { class
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DTensorCompare.h39 enum class ClampLimits {Min, Max, MinMax}; enumerator
/aosp_15_r20/libcore/ojluni/src/test/java/lang/Math/
H A DMinMax.java34 public class MinMax { class
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
H A Dquantization_info.proto12 message MinMax { message
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/src/
H A Dminmax.rs15 MinMax(T, T) enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/itertools/src/
Dminmax.rs14 MinMax(T, T), enumerator
/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A Dvec_test_all_types.cpp14 class MinMax : public ::testing::Test {}; class
766 TYPED_TEST(MinMax, Minimum) { in TYPED_TEST() argument
777 TYPED_TEST(MinMax, Maximum) { in TYPED_TEST() argument
788 TYPED_TEST(MinMax, ClampMin) { in TYPED_TEST() argument
799 TYPED_TEST(MinMax, ClampMax) { in TYPED_TEST() argument
810 TYPED_TEST(MinMax, Clamp) { in TYPED_TEST() argument
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_printf_test.cc118 TEST(Printf, MinMax) { in TEST() argument
/aosp_15_r20/external/scudo/standalone/tests/
H A Dstrings_test.cpp109 TEST(ScudoStringsTest, MinMax) { in TEST() argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/
H A Dtypes.h607 struct MinMax { struct
611 static_assert(sizeof(MinMax) == 8, ""); argument
/aosp_15_r20/external/grpc-grpc/test/core/resource_quota/
H A Dmemory_quota_test.cc56 TEST(MemoryRequestTest, MinMax) { in TEST() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1011 Function *MinMax = Intrinsic::getDeclaration(Mod, MinMaxID, II->getType()); in reassociateMinMaxWithConstants() local
1038 Function *MinMax = in reassociateMinMaxWithConstantInOperand() local
1098 Function *MinMax = Intrinsic::getDeclaration(Mod, MinMaxID, II->getType()); in factorizeMinMaxTree() local
H A DInstCombineMulDivRem.cpp1173 auto *MinMax = dyn_cast<MinMaxIntrinsic>(Op); in takeLog2() local
/aosp_15_r20/external/gemmlowp/meta/generators/
H A Dtransform_kernels_common.py383 class MinMax(BaseTransform): class
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/congestion_control/
H A Dbbr2_misc.h43 QUICHE_EXPORT inline Limits<T> MinMax(T min, T max) { in MinMax() function
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DBlendFuncExtendedTest.cpp526 TEST_P(EXTBlendFuncExtendedDrawTest, MinMax) in TEST_P() argument
/aosp_15_r20/external/angle/src/libANGLE/
H A Dangletypes.cpp694 static void MinMax(int a, int b, int *minimum, int *maximum) in MinMax() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp816 SDValue MinMax = combineFMinMaxLegacy(DL, VT, LHS, RHS, True, False, CC, DCI); in LowerSELECT_CC() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp955 SDValue MinMax = combineFMinMaxLegacy(DL, VT, LHS, RHS, True, False, CC, DCI); in LowerSELECT_CC() local
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1121 SDValue MinMax = CombineFMinMaxLegacy(DL, VT, LHS, RHS, True, False, CC, DCI); in LowerSELECT_CC() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp2032 Value *NotA = Op0, *MinMax = Op1; in visitSub() local

12