| /external/OpenCL-CTS/test_conformance/c11_atomics/ |
| D | common.cpp | 199 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/test/ |
| D | avg_test.cc | 351 TEST_P(AverageTest, MaxValue) { in TEST_P() argument 370 TEST_P(AverageTestHBD, MaxValue) { in TEST_P() argument 392 TEST_P(IntProRowTest, MaxValue) { in TEST_P() argument 407 TEST_P(IntProColTest, MaxValue) { in TEST_P() argument 425 TEST_P(SatdLowbdTest, MaxValue) { in TEST_P() argument 480 TEST_P(SatdHighbdTest, MaxValue) { in TEST_P() argument 526 TEST_P(BlockErrorTestFP, MaxValue) { in TEST_P() argument
|
| D | minmax_test.cc | 71 TEST_P(MinMaxTest, MaxValue) { in TEST_P() argument
|
| /external/swiftshader/third_party/subzero/src/ |
| D | IceSwitchLowering.cpp | 64 const uint64_t MaxValue = CaseClusters.back().High; in clusterizeSwitch() local
|
| /external/libaom/test/ |
| D | avg_test.cc | 317 TEST_P(AverageTest8bpp, MaxValue) { TestConstantValue(255); } in TEST_P() argument 330 TEST_P(AvgTest8bpp_avg_8x8_quad, MaxValue) { TestConstantValue(255); } in TEST_P() argument 548 TEST_P(IntProRowTest, MaxValue) { in TEST_P() argument 568 TEST_P(IntProColTest, MaxValue) { in TEST_P() argument 965 TEST_P(SatdTest, MaxValue) { in TEST_P() argument 1066 TEST_P(SatdLpTest, MaxValue) { in TEST_P() argument
|
| /external/tensorflow/tensorflow/compiler/xla/client/lib/ |
| D | constants.cc | 104 XlaOp MaxValue(XlaBuilder* builder, PrimitiveType type) { in MaxValue() function
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| D | MemoryLocation.h | 68 MaxValue = (MapTombstone - 1) & ~ImpreciseBit, enumerator
|
| /external/scudo/standalone/ |
| D | release.h | 197 RegionPageMap(uptr NumberOfRegions, uptr CountersPerRegion, uptr MaxValue) { in RegionPageMap() 211 void reset(uptr NumberOfRegion, uptr CountersPerRegion, uptr MaxValue) { in reset()
|
| /external/OpenCL-CTS/test_conformance/gl/ |
| D | helpers.cpp | 347 … const cl_float MaxValue = (glDataType == GL_UNSIGNED_INT_24_8) ? 16777215.f : 4294967295.f; in convert_to_expected() local
|
| /external/tensorflow/tensorflow/compiler/xla/ |
| D | literal_util.cc | 331 /* static */ Literal LiteralUtil::MaxValue(PrimitiveType primitive_type) { in MaxValue() function in xla::LiteralUtil
|
| /external/llvm/lib/IR/ |
| D | ConstantRange.cpp | 582 APInt MaxValue = APInt::getMaxValue(DstTySize).zext(getBitWidth()); in truncate() local
|
| /external/scudo/standalone/tests/ |
| D | release_test.cpp | 67 scudo::uptr MaxValue = 1UL << ((1UL << I) - 1); in TEST() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | ConstantRange.cpp | 205 APInt MaxValue = APInt::getSignedMaxValue(BitWidth); in makeExactMulNSWRegion() local
|
| /external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| D | HexagonMCInstrInfo.cpp | 486 int MaxValue = HexagonMCInstrInfo::getMaxValue(MCII, MCI); in isConstExtended() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| D | HexagonMCInstrInfo.cpp | 523 int MaxValue = HexagonMCInstrInfo::getMaxValue(MCII, MCI); in isConstExtended() local
|
| /external/llvm/lib/Target/SystemZ/AsmParser/ |
| D | SystemZAsmParser.cpp | 24 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/ |
| D | SystemZAsmParser.cpp | 41 static bool inRange(const MCExpr *Expr, int64_t MinValue, int64_t MaxValue) { in inRange()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | ConstantFolding.cpp | 2325 APInt MaxValue = in ConstantFoldScalarCall3() local
|
| D | ScalarEvolution.cpp | 10553 APInt MaxValue = APInt::getSignedMaxValue(BitWidth); in doesIVOverflowOnLT() local 10561 APInt MaxValue = APInt::getMaxValue(BitWidth); in doesIVOverflowOnLT() local 10625 APInt MaxValue = IsSigned ? APInt::getSignedMaxValue(BitWidth) in computeMaxBECountForLT() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineSelect.cpp | 2159 const APInt *MinValue, *MaxValue; in matchSAddSubSat() local
|
| D | InstCombineCalls.cpp | 578 APInt MinValue, MaxValue; in simplifyX86pack() local
|
| /external/llvm/lib/Target/Hexagon/ |
| D | HexagonInstrInfo.cpp | 1941 int MaxValue = getMaxValue(MI); in isConstExtended() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| D | HexagonInstrInfo.cpp | 2067 int MaxValue = getMaxValue(MI); in isConstExtended() local
|
| /external/flatbuffers/src/ |
| D | idl_parser.cpp | 2191 const EnumVal *EnumDef::MaxValue() const { in MaxValue() function in flatbuffers::EnumDef
|
| /external/llvm/lib/Analysis/ |
| D | ScalarEvolution.cpp | 8586 APInt MaxValue = APInt::getSignedMaxValue(BitWidth); in doesIVOverflowOnLT() local 8595 APInt MaxValue = APInt::getMaxValue(BitWidth); in doesIVOverflowOnLT() local
|