Home
last modified time | relevance | path

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

/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/libvpx/test/
Davg_test.cc346 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
Dminmax_test.cc57 TEST_P(MinMaxTest, MinValue) { in TEST_P() argument
/external/libaom/test/
Davg_test.cc315 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/
DIceSwitchLowering.cpp65 const uint64_t MinValue = CaseClusters.front().Low; in clusterizeSwitch() local
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dconstants.cc64 XlaOp MinValue(XlaBuilder* builder, PrimitiveType type) { in MinValue() function
/external/tensorflow/tensorflow/compiler/xla/
Dliteral_util.cc327 /* 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/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/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantRange.cpp204 APInt MinValue = APInt::getSignedMinValue(BitWidth); in makeExactMulNSWRegion() local
/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/Target/Hexagon/MCTargetDesc/
DHexagonMCInstrInfo.cpp522 int MinValue = HexagonMCInstrInfo::getMinValue(MCII, MCI); in isConstExtended() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DConstantFolding.cpp2327 APInt MinValue = in ConstantFoldScalarCall3() local
DScalarEvolution.cpp10577 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/
DInstCombineSelect.cpp2159 const APInt *MinValue, *MaxValue; in matchSAddSubSat() local
DInstCombineCalls.cpp578 APInt MinValue, MaxValue; in simplifyX86pack() 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.cpp2188 const EnumVal *EnumDef::MinValue() const { in MinValue() function in flatbuffers::EnumDef
/external/llvm/lib/Analysis/
DScalarEvolution.cpp8612 APInt MinValue = APInt::getSignedMinValue(BitWidth); in doesIVOverflowOnGT() local
8621 APInt MinValue = APInt::getMinValue(BitWidth); in doesIVOverflowOnGT() local