/aosp_15_r20/external/angle/third_party/spirv-headers/src/include/spirv/unified1/ |
H A D | spv.d | 76 Max = 0x7fffffff, enumerator 114 Max = 0x7fffffff, enumerator 228 Max = 0x7fffffff, enumerator 280 Max = 0x7fffffff, enumerator 297 Max = 0x7fffffff, enumerator 369 Max = 0x7fffffff, enumerator 419 Max = 0x7fffffff, enumerator 459 Max = 0x7fffffff, enumerator 483 Max = 0x7fffffff, enumerator 499 Max = 0x7fffffff, enumerator [all …]
|
H A D | spirv.cs | 73 Max = 0x7fffffff, enumerator 101 Max = 0x7fffffff, enumerator 111 Max = 0x7fffffff, enumerator 121 Max = 0x7fffffff, enumerator 225 Max = 0x7fffffff, enumerator 264 Max = 0x7fffffff, enumerator 277 Max = 0x7fffffff, enumerator 287 Max = 0x7fffffff, enumerator 294 Max = 0x7fffffff, enumerator 341 Max = 0x7fffffff, enumerator [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | ConstantRange.cpp | 87 APInt Max = getUnsignedMax(); in toKnownBits() local 740 APInt Max = APInt::getMaxValue(BW); in castOp() local 1141 APInt Max = getSignedMax(); in smul_fast() local 1445 APInt Max = getUnsignedMax(); in shl() local 1590 APInt Max = getSignedMax(); in smul_sat() local 1613 APInt Min = getSignedMin(), Max = getSignedMax(); in sshl_sat() local 1675 APInt Min = getUnsignedMin(), Max = getUnsignedMax(); in unsignedAddMayOverflow() local 1691 APInt Min = getSignedMin(), Max = getSignedMax(); in signedAddMayOverflow() local 1721 APInt Min = getUnsignedMin(), Max = getUnsignedMax(); in unsignedSubMayOverflow() local 1737 APInt Min = getSignedMin(), Max = getSignedMax(); in signedSubMayOverflow() local [all …]
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/stat/descriptive/rank/ |
H A D | Max.java | 42 public class Max extends AbstractStorelessUnivariateStatistic implements Serializable { class 56 public Max() { in Max() method in Max 68 public Max(Max original) throws NullArgumentException { in Max() method in Max
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/rank/ |
H A D | Max.java | 40 public class Max extends AbstractStorelessUnivariateStatistic implements Serializable { class 54 public Max() { in Max() method in Max 65 public Max(Max original) { in Max() method in Max
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/workgroups/ |
H A D | test_wg_scan_reduce.cpp | 75 template <typename T> struct Max struct 77 using Type = T; 78 static constexpr const char *opName = "max"; 79 static constexpr T identityValue = std::numeric_limits<T>::min(); 80 static T combine(T a, T b) { return std::max(a, b); } in combine()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | ConstantRange.cpp | 649 APInt Max = APInt::getMaxValue(BW).zextOrSelf(ResultBitWidth); in castOp() local 1384 APInt Min = getSignedMin(), Max = getSignedMax(); in sshl_sat() local 1435 APInt Min = getUnsignedMin(), Max = getUnsignedMax(); in unsignedAddMayOverflow() local 1451 APInt Min = getSignedMin(), Max = getSignedMax(); in signedAddMayOverflow() local 1481 APInt Min = getUnsignedMin(), Max = getUnsignedMax(); in unsignedSubMayOverflow() local 1497 APInt Min = getSignedMin(), Max = getSignedMax(); in signedSubMayOverflow() local 1527 APInt Min = getUnsignedMin(), Max = getUnsignedMax(); in unsignedMulMayOverflow() local
|
/aosp_15_r20/external/webrtc/rtc_base/numerics/ |
H A D | sample_stats.cc | 14 double SampleStats<double>::Max() { in Max() function in webrtc::SampleStats 72 TimeDelta SampleStats<TimeDelta>::Max() { in Max() function in webrtc::SampleStats 120 DataRate SampleStats<DataRate>::Max() { in Max() function in webrtc::SampleStats
|
/aosp_15_r20/device/generic/goldfish-opengl/system/codecs/omx/common/include/ |
D | goldfish_media_utils.h | 25 Max = 3, enumerator 35 Max = 6, enumerator
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | segment_reduction_ops.h | 62 struct Max { struct 76 struct ReduceOpIsAssociative<functor::Max, T> : std::true_type {}; argument
|
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/ |
H A D | RangeConstraintManager.cpp | 537 llvm::APSInt Max = AdjustmentType.getMaxValue(); in getSymGTRange() local 577 llvm::APSInt Max = AdjustmentType.getMaxValue(); in getSymGERange() local 609 llvm::APSInt Max = AdjustmentType.getMaxValue(); in getSymLERange() local 637 llvm::APSInt Max = AdjustmentType.getMaxValue(); in getSymLERange() local
|
/aosp_15_r20/external/clang/lib/Frontend/ |
H A D | VerifyDiagnosticConsumer.cpp | 165 unsigned Max) in StandardDirective() 183 bool MatchAnyLine, StringRef Text, unsigned Min, unsigned Max, in RegexDirective() 433 unsigned Max = 1; in ParseDirective() local 891 unsigned Min, unsigned Max) { in create()
|
/aosp_15_r20/hardware/google/aemu/host-common/include/host-common/ |
D | GoldfishMediaDefs.h | 26 Max = 4, enumerator 37 Max = 7, enumerator
|
/aosp_15_r20/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/include/ |
D | goldfish_media_utils.h | 26 Max = 4, enumerator 44 Max = 7, enumerator
|
/aosp_15_r20/external/llvm/unittests/Support/ |
H A D | MathExtrasTest.cpp | 225 const T Max = std::numeric_limits<T>::max(); in SaturatingAddTestHelper() local 259 const T Max = std::numeric_limits<T>::max(); in SaturatingMultiplyTestHelper() local 339 const T Max = std::numeric_limits<T>::max(); in SaturatingMultiplyAddTestHelper() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
H A D | APFixedPoint.cpp | 267 APSInt Max = APFixedPoint::getMax(CommonFXSema).getValue() in mul() local 328 APSInt Max = APFixedPoint::getMax(CommonFXSema).getValue() in div() local 365 APSInt Max = APFixedPoint::getMax(Sema).getValue().extOrTrunc(Wide); in shl() local
|
/aosp_15_r20/external/armnn/include/armnn/ |
H A D | Types.hpp | 105 Max = 1 enumerator 149 Max = 0, enumerator 157 Max = 1, enumerator
|
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
H A D | component_wise.inl | 19 floatType const Max = static_cast<floatType>(std::numeric_limits<T>::max()); local 51 …floatType const Max = static_cast<floatType>(std::numeric_limits<T>::max()) + static_cast<floatTyp… local
|
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/gtx/ |
D | component_wise.inl | 19 floatType const Max = static_cast<floatType>(std::numeric_limits<T>::max()); local 51 …floatType const Max = static_cast<floatType>(std::numeric_limits<T>::max()) + static_cast<floatTyp… local
|
/aosp_15_r20/external/clang/include/clang/Frontend/ |
H A D | VerifyDiagnosticConsumer.h | 161 unsigned Min, Max; variable 175 bool MatchAnyLine, StringRef Text, unsigned Min, unsigned Max) in Directive()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Frontend/ |
D | VerifyDiagnosticConsumer.h | 57 unsigned Min, Max; variable 75 unsigned Min, unsigned Max) in Directive()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Frontend/ |
D | VerifyDiagnosticConsumer.h | 57 unsigned Min, Max; variable 75 unsigned Min, unsigned Max) in Directive()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Frontend/ |
D | VerifyDiagnosticConsumer.h | 57 unsigned Min, Max; variable 75 unsigned Min, unsigned Max) in Directive()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Frontend/ |
D | VerifyDiagnosticConsumer.h | 57 unsigned Min, Max; variable 75 unsigned Min, unsigned Max) in Directive()
|
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/time/ |
H A D | time.h | 429 static constexpr TimeClass Max() { in Max() function 753 constexpr TimeDelta TimeDelta::Max() { in Max() function
|