/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/llvm-project/llvm/unittests/Support/ |
D | MathExtrasTest.cpp | 510 auto MinValue = std::numeric_limits<TypeParam>::min(); in TYPED_TEST() local 517 auto MinValue = std::numeric_limits<TypeParam>::min(); in TYPED_TEST() local 530 auto MinValue = std::numeric_limits<TypeParam>::min(); in TYPED_TEST() local 537 auto MinValue = std::numeric_limits<TypeParam>::min(); in TYPED_TEST() local 545 auto MinValue = std::numeric_limits<TypeParam>::min(); in TYPED_TEST() local 553 auto MinValue = std::numeric_limits<TypeParam>::min(); in TYPED_TEST() local 573 auto MinValue = std::numeric_limits<TypeParam>::min(); in TYPED_TEST() local 580 auto MinValue = std::numeric_limits<TypeParam>::min(); in TYPED_TEST() local 587 auto MinValue = std::numeric_limits<TypeParam>::min(); in TYPED_TEST() local
|
/external/libvpx/libvpx/test/ |
D | avg_test.cc | 341 TEST_P(AverageTest, MinValue) { in TEST_P() argument 360 TEST_P(AverageTestHBD, MinValue) { in TEST_P() argument 381 TEST_P(IntProRowTest, MinValue) { in TEST_P() argument 396 TEST_P(IntProColTest, MinValue) { in TEST_P() argument 411 TEST_P(SatdLowbdTest, MinValue) { in TEST_P() argument 466 TEST_P(SatdHighbdTest, MinValue) { in TEST_P() argument 512 TEST_P(BlockErrorTestFP, MinValue) { in TEST_P() argument
|
D | minmax_test.cc | 57 TEST_P(MinMaxTest, MinValue) { in TEST_P() argument
|
/external/libaom/libaom/test/ |
D | avg_test.cc | 120 TEST_P(AverageTest, MinValue) { in TEST_P() argument 216 TEST_P(IntProRowTest, MinValue) { in TEST_P() argument 231 TEST_P(IntProColTest, 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 | 65 XlaOp MinValue(XlaBuilder* builder, PrimitiveType type) { in MinValue() function
|
/external/tensorflow/tensorflow/core/kernels/boosted_trees/quantiles/ |
D | weighted_quantiles_summary.h | 341 ValueType MinValue() const { in MinValue() function
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | literal_util.cc | 207 /* 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/llvm-project/llvm/lib/Target/SystemZ/AsmParser/ |
D | SystemZAsmParser.cpp | 41 static bool inRange(const MCExpr *Expr, int64_t MinValue, int64_t MaxValue) { in inRange() 232 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/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/IR/ |
D | ConstantRange.cpp | 204 APInt MinValue = APInt::getSignedMinValue(BitWidth); in makeExactMulNSWRegion() 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/llvm-project/llvm/lib/IR/ |
D | ConstantRange.cpp | 205 APInt MinValue = APInt::getSignedMinValue(BitWidth); in makeExactMulNSWRegion() local
|
/external/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCInstrInfo.cpp | 567 int MinValue = HexagonMCInstrInfo::getMinValue(MCII, MCI); in isConstExtended() local
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86InstCombineIntrinsic.cpp | 466 APInt MinValue, MaxValue; in simplifyX86pack() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 2327 APInt MinValue = in ConstantFoldScalarCall3() local
|
/external/llvm-project/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 2783 APInt MinValue = in ConstantFoldScalarCall3() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 2159 const APInt *MinValue, *MaxValue; in matchSAddSubSat() local
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 2204 const APInt *MinValue, *MaxValue; in matchSAddSubSat() 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 | 1844 const EnumVal *EnumDef::MinValue() const { in MinValue() function in flatbuffers::EnumDef
|