Home
last modified time | relevance | path

Searched refs:MaxValue (Results 1 – 25 of 33) sorted by relevance

12

/external/protobuf/csharp/src/Google.Protobuf.Test/
DSampleMessages.cs71 SingleUint32 = UInt32.MaxValue, in CreateFullTestAllTypes()
72 SingleUint64 = UInt64.MaxValue, in CreateFullTestAllTypes()
76 RepeatedFixed32 = { UInt32.MaxValue, 23 }, in CreateFullTestAllTypes()
77 RepeatedFixed64 = { UInt64.MaxValue, 1234567890123 }, in CreateFullTestAllTypes()
84 RepeatedInt64 = { 3210987654321, Int64.MaxValue }, in CreateFullTestAllTypes()
93 RepeatedUint32 = { UInt32.MaxValue, UInt32.MinValue }, in CreateFullTestAllTypes()
94 RepeatedUint64 = { UInt64.MaxValue, UInt32.MinValue }, in CreateFullTestAllTypes()
DGeneratedMessageTest.cs162 SingleUint32 = uint.MaxValue, in RoundTrip_SingleValues()
163 SingleUint64 = ulong.MaxValue in RoundTrip_SingleValues()
179 RepeatedFixed32 = { uint.MaxValue, 23 }, in RoundTrip_RepeatedValues()
180 RepeatedFixed64 = { ulong.MaxValue, 1234567890123 }, in RoundTrip_RepeatedValues()
187 RepeatedInt64 = { 3210987654321, long.MaxValue }, in RoundTrip_RepeatedValues()
196 RepeatedUint32 = { uint.MaxValue, uint.MinValue }, in RoundTrip_RepeatedValues()
197 RepeatedUint64 = { ulong.MaxValue, uint.MinValue } in RoundTrip_RepeatedValues()
458 SingleUint32 = uint.MaxValue, in CloneSingleNonMessageValues()
459 SingleUint64 = ulong.MaxValue in CloneSingleNonMessageValues()
477 RepeatedFixed32 = { uint.MaxValue, 23 }, in CloneRepeatedNonMessageValues()
[all …]
DJsonParserTest.cs182 Int32Field = { int.MaxValue, int.MinValue, 0 }, in RepeatedWrappers()
183 Int64Field = { long.MaxValue, long.MinValue, 0L }, in RepeatedWrappers()
185 Uint32Field = { uint.MaxValue, uint.MinValue, 0U }, in RepeatedWrappers()
186 Uint64Field = { ulong.MaxValue, ulong.MinValue, 0UL }, in RepeatedWrappers()
DJsonFormatterTest.cs92 SingleUint32 = uint.MaxValue, in AllSingleFields()
93 SingleUint64 = ulong.MaxValue, in AllSingleFields()
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/quantiles/
Dweighted_quantiles_summary_test.cc87 EXPECT_EQ(summary.MaxValue(), buffer1_max_value_); in TEST_F()
107 EXPECT_EQ(summary.MaxValue(), buffer1_max_value_); in TEST_F()
125 EXPECT_EQ(summary.MaxValue(), buffer1_max_value_); in TEST_F()
177 EXPECT_EQ(summary1.MaxValue(), in TEST_F()
189 EXPECT_EQ(summary2.MaxValue(), in TEST_F()
217 EXPECT_EQ(summary1.MaxValue(), in TEST_F()
/external/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/
DWrappersTest.cs137 Int32Field = { int.MaxValue, int.MinValue, 0 }, in RepeatedWrappersSerializeDeserialize()
138 Int64Field = { long.MaxValue, long.MinValue, 0L }, in RepeatedWrappersSerializeDeserialize()
140 Uint32Field = { uint.MaxValue, uint.MinValue, 0U }, in RepeatedWrappersSerializeDeserialize()
141 Uint64Field = { ulong.MaxValue, ulong.MinValue, 0UL }, in RepeatedWrappersSerializeDeserialize()
190 Int32Field = { { 5, int.MaxValue }, { 6, int.MinValue }, { 7, 0 } }, in MapWrappersSerializeDeserialize()
191 Int64Field = { { 8, long.MaxValue }, { 9, long.MinValue }, { 10, 0L } }, in MapWrappersSerializeDeserialize()
193 Uint32Field = { { 15, uint.MaxValue }, { 16, uint.MinValue }, { 17, 0U } }, in MapWrappersSerializeDeserialize()
194 Uint64Field = { { 18, ulong.MaxValue }, { 19, ulong.MinValue }, { 20, 0UL } }, in MapWrappersSerializeDeserialize()
DTimestampTest.cs44 DateTime utcMax = DateTime.SpecifyKind(DateTime.MaxValue, DateTimeKind.Utc); in FromAndToDateTime()
/external/tensorflow/tensorflow/contrib/image/kernels/
Dsingle_image_random_dot_stereograms_ops.cc173 double MaxValue = 1.0; in BuildZBuffer() local
183 MaxValue = *Z; in BuildZBuffer()
189 if (value > MaxValue) MaxValue = value; in BuildZBuffer()
193 MaxValue = normalize_max; in BuildZBuffer()
203 value = (value - MinValue) / (MaxValue - MinValue); in BuildZBuffer()
/external/swiftshader/third_party/subzero/src/
DIceSwitchLowering.cpp64 const uint64_t MaxValue = CaseClusters.back().High; in clusterizeSwitch() local
67 const uint64_t Range = MaxValue - MinValue; in clusterizeSwitch()
91 CaseClusters.emplace_back(MinValue, MaxValue, JumpTable); in clusterizeSwitch()
/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/tensorflow/tensorflow/compiler/tf2xla/
Dxla_helpers.cc42 init_value = XlaHelpers::MaxValue(builder, input_type); in ArgMinMax()
100 xla::ComputationDataHandle XlaHelpers::MaxValue(xla::ComputationBuilder* b, in MaxValue() function in tensorflow::XlaHelpers
104 return b->ConstantLiteral(xla::Literal::MaxValue(type)); in MaxValue()
Dxla_helpers.h38 static xla::ComputationDataHandle MaxValue(xla::ComputationBuilder* b,
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
DStats.cs100 return EnumerableExtensions.Min(EnumerableExtensions.DefaultIfEmpty(X, int.MaxValue)); in min()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dquantize_and_dequantize_op.cc61 b->ReduceAll(input, XlaHelpers::MaxValue(b, data_type), *fmin); in Compile()
Dreduction_ops.cc67 return builder->ConstantLiteral(xla::Literal::MaxValue(type)); in InitialValue()
/external/llvm/lib/IR/
DConstantRange.cpp582 APInt MaxValue = APInt::getMaxValue(DstTySize).zext(getBitWidth()); in truncate() local
594 if (Upper.uge(MaxValue)) in truncate()
607 if (LowerDiv.uge(MaxValue)) { in truncate()
613 if (UpperDiv.ule(MaxValue)) in truncate()
/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/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTDecompress.cpp537 PVRTuint32 MaxValue=YPos; in TwiddleUV() local
553 MaxValue = XPos; in TwiddleUV()
575 MaxValue >>= ShiftCount; in TwiddleUV()
576 Twiddled |= (MaxValue << (2*ShiftCount)); in TwiddleUV()
/external/llvm/lib/Target/SystemZ/AsmParser/
DSystemZAsmParser.cpp24 static bool inRange(const MCExpr *Expr, int64_t MinValue, int64_t MaxValue) { in inRange() argument
27 return Value >= MinValue && Value <= MaxValue; in inRange()
217 bool isImm(int64_t MinValue, int64_t MaxValue) const { in isImm()
218 return Kind == KindImm && inRange(Imm, MinValue, MaxValue); in isImm()
/external/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs110 private int currentLimit = int.MaxValue;
982 if (currentLimit == int.MaxValue)
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DBufferedTokenStream.cs162 return int.MaxValue;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DBufferedTokenStream.cs141 return int.MaxValue;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DBufferedTreeNodeStream.cs241 return int.MaxValue;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
DEnumerableExtensions.cs159 return Iterate(source, int.MaxValue, delegate(int a, int b) { return Math.Min(a, b); }); in Min()

12