/external/OpenCL-CTS/test_conformance/c11_atomics/ |
D | common.cpp | 192 template<> cl_int AtomicTypeExtendedInfo<cl_int>::MinValue() {return CL_INT_MIN;} in MinValue() function in AtomicTypeExtendedInfo 193 template<> cl_uint AtomicTypeExtendedInfo<cl_uint>::MinValue() {return 0;} in MinValue() function in AtomicTypeExtendedInfo 194 template<> cl_long AtomicTypeExtendedInfo<cl_long>::MinValue() {return CL_LONG_MIN;} in MinValue() function in AtomicTypeExtendedInfo 195 template<> cl_ulong AtomicTypeExtendedInfo<cl_ulong>::MinValue() {return 0;} in MinValue() function in AtomicTypeExtendedInfo 196 template<> cl_float AtomicTypeExtendedInfo<cl_float>::MinValue() {return CL_FLT_MIN;} in MinValue() function in AtomicTypeExtendedInfo 197 template<> cl_double AtomicTypeExtendedInfo<cl_double>::MinValue() {return CL_DBL_MIN;} in MinValue() function in AtomicTypeExtendedInfo
|
/external/libvpx/test/ |
D | avg_test.cc | 346 TEST_P(AverageTest, MinValue) { in TEST_P() argument 365 TEST_P(AverageTestHBD, MinValue) { in TEST_P() argument 387 TEST_P(IntProRowTest, MinValue) { in TEST_P() argument 402 TEST_P(IntProColTest, MinValue) { in TEST_P() argument 418 TEST_P(SatdLowbdTest, MinValue) { in TEST_P() argument 473 TEST_P(SatdHighbdTest, MinValue) { in TEST_P() argument 519 TEST_P(BlockErrorTestFP, MinValue) { in TEST_P() argument
|
D | minmax_test.cc | 57 TEST_P(MinMaxTest, MinValue) { in TEST_P() argument
|
/external/libaom/test/ |
D | avg_test.cc | 315 TEST_P(AverageTest8bpp, MinValue) { TestConstantValue(0); } in TEST_P() argument 328 TEST_P(AvgTest8bpp_avg_8x8_quad, MinValue) { TestConstantValue(0); } in TEST_P() argument 339 TEST_P(AverageTestHbd, MinValue) { TestConstantValue(0); } in TEST_P() argument 543 TEST_P(IntProRowTest, MinValue) { in TEST_P() argument 563 TEST_P(IntProColTest, MinValue) { in TEST_P() argument 959 TEST_P(SatdTest, MinValue) { in TEST_P() argument 1060 TEST_P(SatdLpTest, MinValue) { in TEST_P() argument
|
/external/swiftshader/third_party/subzero/src/ |
D | IceSwitchLowering.cpp | 65 const uint64_t MinValue = CaseClusters.front().Low; in clusterizeSwitch() local
|
/external/tensorflow/tensorflow/compiler/xla/client/lib/ |
D | constants.cc | 64 XlaOp MinValue(XlaBuilder* builder, PrimitiveType type) { in MinValue() function
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | literal_util.cc | 327 /* static */ Literal LiteralUtil::MinValue(PrimitiveType primitive_type) { in MinValue() function in xla::LiteralUtil
|
/external/llvm/lib/Target/SystemZ/AsmParser/ |
D | SystemZAsmParser.cpp | 24 static bool inRange(const MCExpr *Expr, int64_t MinValue, int64_t MaxValue) { in inRange() 217 bool isImm(int64_t MinValue, int64_t MaxValue) const { in isImm()
|
/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() 234 bool isImm(int64_t MinValue, int64_t MaxValue) const { in isImm()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | ConstantRange.cpp | 204 APInt MinValue = APInt::getSignedMinValue(BitWidth); in makeExactMulNSWRegion() local
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCInstrInfo.cpp | 485 int MinValue = HexagonMCInstrInfo::getMinValue(MCII, MCI); in isConstExtended() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCInstrInfo.cpp | 522 int MinValue = HexagonMCInstrInfo::getMinValue(MCII, MCI); in isConstExtended() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 2327 APInt MinValue = in ConstantFoldScalarCall3() local
|
D | ScalarEvolution.cpp | 10577 APInt MinValue = APInt::getSignedMinValue(BitWidth); in doesIVOverflowOnGT() local 10585 APInt MinValue = APInt::getMinValue(BitWidth); in doesIVOverflowOnGT() 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 | 1940 int MinValue = getMinValue(MI); in isConstExtended() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.cpp | 2066 int MinValue = getMinValue(MI); in isConstExtended() local
|
/external/flatbuffers/src/ |
D | idl_parser.cpp | 2188 const EnumVal *EnumDef::MinValue() const { in MinValue() function in flatbuffers::EnumDef
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 8612 APInt MinValue = APInt::getSignedMinValue(BitWidth); in doesIVOverflowOnGT() local 8621 APInt MinValue = APInt::getMinValue(BitWidth); in doesIVOverflowOnGT() local
|