Home
last modified time | relevance | path

Searched defs:MaxValue (Results 1 – 14 of 14) sorted by relevance

/external/libvpx/libvpx/test/
Davg_test.cc298 TEST_P(AverageTest, MaxValue) { in TEST_P() argument
317 TEST_P(IntProRowTest, MaxValue) { in TEST_P() argument
332 TEST_P(IntProColTest, MaxValue) { in TEST_P() argument
349 TEST_P(SatdTest, MaxValue) { in TEST_P() argument
393 TEST_P(BlockErrorTestFP, MaxValue) { in TEST_P() argument
Dminmax_test.cc71 TEST_P(MinMaxTest, MaxValue) { in TEST_P() argument
/external/swiftshader/third_party/subzero/src/
DIceSwitchLowering.cpp64 const uint64_t MaxValue = CaseClusters.back().High; in clusterizeSwitch() local
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/quantiles/
Dweighted_quantiles_summary.h310 ValueType MaxValue() const { in MaxValue() function
/external/tensorflow/tensorflow/contrib/image/kernels/
Dsingle_image_random_dot_stereograms_ops.cc173 double MaxValue = 1.0; in BuildZBuffer() local
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_helpers.cc100 xla::ComputationDataHandle XlaHelpers::MaxValue(xla::ComputationBuilder* b, in MaxValue() function in tensorflow::XlaHelpers
/external/llvm/lib/IR/
DConstantRange.cpp582 APInt MaxValue = APInt::getMaxValue(DstTySize).zext(getBitWidth()); in truncate() local
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTDecompress.cpp537 PVRTuint32 MaxValue=YPos; in TwiddleUV() local
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInstrInfo.cpp486 int MaxValue = HexagonMCInstrInfo::getMaxValue(MCII, MCI); in isConstExtended() local
/external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
DUefiInternalFormRepresentation.h931 UINT8 MaxValue; member
936 UINT16 MaxValue; member
941 UINT32 MaxValue; member
946 UINT64 MaxValue; member
/external/llvm/lib/Target/SystemZ/AsmParser/
DSystemZAsmParser.cpp24 static bool inRange(const MCExpr *Expr, int64_t MinValue, int64_t MaxValue) { in inRange()
/external/tensorflow/tensorflow/compiler/xla/
Dliteral_util.cc623 /* static */ Literal Literal::MaxValue(PrimitiveType primitive_type) { in MaxValue() function in xla::Literal
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp1941 int MaxValue = getMaxValue(MI); in isConstExtended() local
/external/llvm/lib/Analysis/
DScalarEvolution.cpp8586 APInt MaxValue = APInt::getSignedMaxValue(BitWidth); in doesIVOverflowOnLT() local
8595 APInt MaxValue = APInt::getMaxValue(BitWidth); in doesIVOverflowOnLT() local