/external/protobuf/csharp/src/Google.Protobuf.Test/ |
D | SampleMessages.cs | 71 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()
|
D | GeneratedMessageTest.cs | 162 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 …]
|
D | JsonParserTest.cs | 182 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()
|
D | JsonFormatterTest.cs | 92 SingleUint32 = uint.MaxValue, in AllSingleFields() 93 SingleUint64 = ulong.MaxValue, in AllSingleFields()
|
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/quantiles/ |
D | weighted_quantiles_summary_test.cc | 87 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/ |
D | WrappersTest.cs | 137 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()
|
D | TimestampTest.cs | 44 DateTime utcMax = DateTime.SpecifyKind(DateTime.MaxValue, DateTimeKind.Utc); in FromAndToDateTime()
|
/external/tensorflow/tensorflow/contrib/image/kernels/ |
D | single_image_random_dot_stereograms_ops.cc | 173 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/ |
D | IceSwitchLowering.cpp | 64 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/ |
D | avg_test.cc | 298 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
|
D | minmax_test.cc | 71 TEST_P(MinMaxTest, MaxValue) { in TEST_P() argument
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | xla_helpers.cc | 42 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()
|
D | xla_helpers.h | 38 static xla::ComputationDataHandle MaxValue(xla::ComputationBuilder* b,
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/ |
D | Stats.cs | 100 return EnumerableExtensions.Min(EnumerableExtensions.DefaultIfEmpty(X, int.MaxValue)); in min()
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | quantize_and_dequantize_op.cc | 61 b->ReduceAll(input, XlaHelpers::MaxValue(b, data_type), *fmin); in Compile()
|
D | reduction_ops.cc | 67 return builder->ConstantLiteral(xla::Literal::MaxValue(type)); in InitialValue()
|
/external/llvm/lib/IR/ |
D | ConstantRange.cpp | 582 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/ |
D | UefiInternalFormRepresentation.h | 931 UINT8 MaxValue; member 936 UINT16 MaxValue; member 941 UINT32 MaxValue; member 946 UINT64 MaxValue; member
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTDecompress.cpp | 537 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/ |
D | SystemZAsmParser.cpp | 24 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/ |
D | CodedInputStream.cs | 110 private int currentLimit = int.MaxValue; 982 if (currentLimit == int.MaxValue)
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | BufferedTokenStream.cs | 162 return int.MaxValue;
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | BufferedTokenStream.cs | 141 return int.MaxValue;
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | BufferedTreeNodeStream.cs | 241 return int.MaxValue;
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/ |
D | EnumerableExtensions.cs | 159 return Iterate(source, int.MaxValue, delegate(int a, int b) { return Math.Min(a, b); }); in Min()
|