Home
last modified time | relevance | path

Searched defs:MaxValue (Results 1 – 25 of 41) sorted by relevance

12

/external/OpenCL-CTS/test_conformance/c11_atomics/
Dcommon.cpp199 template<> cl_int AtomicTypeExtendedInfo<cl_int>::MaxValue() {return CL_INT_MAX;} in MaxValue() function in AtomicTypeExtendedInfo
200 template<> cl_uint AtomicTypeExtendedInfo<cl_uint>::MaxValue() {return CL_UINT_MAX;} in MaxValue() function in AtomicTypeExtendedInfo
201 template<> cl_long AtomicTypeExtendedInfo<cl_long>::MaxValue() {return CL_LONG_MAX;} in MaxValue() function in AtomicTypeExtendedInfo
202 template<> cl_ulong AtomicTypeExtendedInfo<cl_ulong>::MaxValue() {return CL_ULONG_MAX;} in MaxValue() function in AtomicTypeExtendedInfo
203 template<> cl_float AtomicTypeExtendedInfo<cl_float>::MaxValue() {return CL_FLT_MAX;} in MaxValue() function in AtomicTypeExtendedInfo
204 template<> cl_double AtomicTypeExtendedInfo<cl_double>::MaxValue() {return CL_DBL_MAX;} in MaxValue() function in AtomicTypeExtendedInfo
/external/libvpx/libvpx/test/
Davg_test.cc346 TEST_P(AverageTest, MaxValue) { in TEST_P() argument
365 TEST_P(AverageTestHBD, MaxValue) { in TEST_P() argument
386 TEST_P(IntProRowTest, MaxValue) { in TEST_P() argument
401 TEST_P(IntProColTest, MaxValue) { in TEST_P() argument
418 TEST_P(SatdLowbdTest, MaxValue) { in TEST_P() argument
473 TEST_P(SatdHighbdTest, MaxValue) { in TEST_P() argument
519 TEST_P(BlockErrorTestFP, MaxValue) { in TEST_P() argument
Dminmax_test.cc71 TEST_P(MinMaxTest, MaxValue) { in TEST_P() argument
/external/libaom/libaom/test/
Davg_test.cc125 TEST_P(AverageTest, MaxValue) { in TEST_P() argument
221 TEST_P(IntProRowTest, MaxValue) { in TEST_P() argument
236 TEST_P(IntProColTest, MaxValue) { in TEST_P() argument
/external/llvm-project/llvm/unittests/Support/
DMathExtrasTest.cpp496 auto MaxValue = std::numeric_limits<TypeParam>::max(); in TYPED_TEST() local
503 auto MaxValue = std::numeric_limits<TypeParam>::max(); in TYPED_TEST() local
544 auto MaxValue = std::numeric_limits<TypeParam>::max(); in TYPED_TEST() local
552 auto MaxValue = std::numeric_limits<TypeParam>::max(); in TYPED_TEST() local
572 auto MaxValue = std::numeric_limits<TypeParam>::max(); in TYPED_TEST() local
588 auto MaxValue = std::numeric_limits<TypeParam>::max(); in TYPED_TEST() local
/external/swiftshader/third_party/subzero/src/
DIceSwitchLowering.cpp64 const uint64_t MaxValue = CaseClusters.back().High; in clusterizeSwitch() local
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dconstants.cc105 XlaOp MaxValue(XlaBuilder* builder, PrimitiveType type) { in MaxValue() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemoryLocation.h68 MaxValue = (MapTombstone - 1) & ~ImpreciseBit, enumerator
/external/tensorflow/tensorflow/core/kernels/boosted_trees/quantiles/
Dweighted_quantiles_summary.h345 ValueType MaxValue() const { in MaxValue() function
/external/llvm-project/llvm/include/llvm/Analysis/
DMemoryLocation.h74 MaxValue = (MapTombstone - 1) & ~ImpreciseBit, enumerator
/external/tensorflow/tensorflow/compiler/xla/
Dliteral_util.cc252 /* static */ Literal LiteralUtil::MaxValue(PrimitiveType primitive_type) { in MaxValue() function in xla::LiteralUtil
/external/scudo/standalone/
Drelease.h55 uptr MaxValue) in PackedCounterArray()
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Drelease.h53 uptr MaxValue) in PackedCounterArray()
/external/OpenCL-CTS/test_conformance/gl/
Dhelpers.cpp347 … const cl_float MaxValue = (glDataType == GL_UNSIGNED_INT_24_8) ? 16777215.f : 4294967295.f; in convert_to_expected() local
/external/llvm/lib/IR/
DConstantRange.cpp582 APInt MaxValue = APInt::getMaxValue(DstTySize).zext(getBitWidth()); in truncate() local
/external/llvm-project/llvm/unittests/Analysis/
DAssumeBundleQueriesTest.cpp390 unsigned MaxValue) { in RunRandTest()
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInstrInfo.cpp486 int MaxValue = HexagonMCInstrInfo::getMaxValue(MCII, MCI); in isConstExtended() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantRange.cpp205 APInt MaxValue = APInt::getSignedMaxValue(BitWidth); in makeExactMulNSWRegion() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInstrInfo.cpp523 int MaxValue = HexagonMCInstrInfo::getMaxValue(MCII, MCI); in isConstExtended() local
/external/llvm-project/llvm/lib/IR/
DConstantRange.cpp206 APInt MaxValue = APInt::getSignedMaxValue(BitWidth); in makeExactMulNSWRegion() local
/external/llvm/lib/Target/SystemZ/AsmParser/
DSystemZAsmParser.cpp24 static bool inRange(const MCExpr *Expr, int64_t MinValue, int64_t MaxValue) { in inRange()
/external/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInstrInfo.cpp568 int MaxValue = HexagonMCInstrInfo::getMaxValue(MCII, MCI); in isConstExtended() local
/external/llvm-project/llvm/lib/Target/X86/
DX86InstCombineIntrinsic.cpp466 APInt MinValue, MaxValue; in simplifyX86pack() local
/external/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
DSystemZAsmParser.cpp41 static bool inRange(const MCExpr *Expr, int64_t MinValue, int64_t MaxValue) { in inRange()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/AsmParser/
DSystemZAsmParser.cpp41 static bool inRange(const MCExpr *Expr, int64_t MinValue, int64_t MaxValue) { in inRange()

12