Home
last modified time | relevance | path

Searched defs:MinValue (Results 1 – 25 of 31) sorted by relevance

12

/external/OpenCL-CTS/test_conformance/c11_atomics/
Dcommon.cpp192 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/
DMathExtrasTest.cpp510 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/
Davg_test.cc341 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
Dminmax_test.cc57 TEST_P(MinMaxTest, MinValue) { in TEST_P() argument
/external/libaom/libaom/test/
Davg_test.cc120 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/
DIceSwitchLowering.cpp65 const uint64_t MinValue = CaseClusters.front().Low; in clusterizeSwitch() local
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dconstants.cc65 XlaOp MinValue(XlaBuilder* builder, PrimitiveType type) { in MinValue() function
/external/tensorflow/tensorflow/core/kernels/boosted_trees/quantiles/
Dweighted_quantiles_summary.h341 ValueType MinValue() const { in MinValue() function
/external/tensorflow/tensorflow/compiler/xla/
Dliteral_util.cc207 /* static */ Literal LiteralUtil::MinValue(PrimitiveType primitive_type) { in MinValue() function in xla::LiteralUtil
/external/llvm/lib/Target/SystemZ/AsmParser/
DSystemZAsmParser.cpp24 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/
DSystemZAsmParser.cpp41 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/
DSystemZAsmParser.cpp41 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/
DHexagonMCInstrInfo.cpp485 int MinValue = HexagonMCInstrInfo::getMinValue(MCII, MCI); in isConstExtended() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantRange.cpp204 APInt MinValue = APInt::getSignedMinValue(BitWidth); in makeExactMulNSWRegion() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInstrInfo.cpp522 int MinValue = HexagonMCInstrInfo::getMinValue(MCII, MCI); in isConstExtended() local
/external/llvm-project/llvm/lib/IR/
DConstantRange.cpp205 APInt MinValue = APInt::getSignedMinValue(BitWidth); in makeExactMulNSWRegion() local
/external/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInstrInfo.cpp567 int MinValue = HexagonMCInstrInfo::getMinValue(MCII, MCI); in isConstExtended() local
/external/llvm-project/llvm/lib/Target/X86/
DX86InstCombineIntrinsic.cpp466 APInt MinValue, MaxValue; in simplifyX86pack() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DConstantFolding.cpp2327 APInt MinValue = in ConstantFoldScalarCall3() local
/external/llvm-project/llvm/lib/Analysis/
DConstantFolding.cpp2783 APInt MinValue = in ConstantFoldScalarCall3() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp2159 const APInt *MinValue, *MaxValue; in matchSAddSubSat() local
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp2204 const APInt *MinValue, *MaxValue; in matchSAddSubSat() local
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp1940 int MinValue = getMinValue(MI); in isConstExtended() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp2066 int MinValue = getMinValue(MI); in isConstExtended() local
/external/flatbuffers/src/
Didl_parser.cpp1844 const EnumVal *EnumDef::MinValue() const { in MinValue() function in flatbuffers::EnumDef

12