/external/swiftshader/third_party/subzero/src/ |
D | IceSwitchLowering.cpp | 65 const uint64_t MinValue = CaseClusters.front().Low; in clusterizeSwitch() local 67 const uint64_t Range = MaxValue - MinValue; in clusterizeSwitch() 84 JumpTable->addTarget(I - MinValue, Case.Target); in clusterizeSwitch() 85 JumpTable->addTarget(Case.High - MinValue, Case.Target); in clusterizeSwitch() 91 CaseClusters.emplace_back(MinValue, MaxValue, JumpTable); in clusterizeSwitch()
|
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/ |
D | Timespec.cs | 70 return new Timespec(long.MinValue, 0, ClockType.Realtime); 141 return DateTime.MinValue; in ToDateTime() 154 return tv_sec > 0 ? DateTime.MaxValue : DateTime.MinValue; in ToDateTime() 159 return tv_sec > 0 ? DateTime.MaxValue : DateTime.MinValue; in ToDateTime() 178 if (dateTime == DateTime.MinValue) in FromDateTime()
|
/external/tensorflow/tensorflow/core/kernels/boosted_trees/quantiles/ |
D | weighted_quantiles_summary_test.cc | 83 EXPECT_EQ(summary.MinValue(), buffer1_min_value_); in TEST_F() 105 EXPECT_EQ(summary.MinValue(), buffer1_min_value_); in TEST_F() 123 EXPECT_EQ(summary.MinValue(), buffer1_min_value_); in TEST_F() 174 EXPECT_EQ(summary1.MinValue(), in TEST_F() 186 EXPECT_EQ(summary2.MinValue(), in TEST_F() 214 EXPECT_EQ(summary1.MinValue(), in TEST_F()
|
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/quantiles/ |
D | weighted_quantiles_summary_test.cc | 84 EXPECT_EQ(summary.MinValue(), buffer1_min_value_); in TEST_F() 106 EXPECT_EQ(summary.MinValue(), buffer1_min_value_); in TEST_F() 124 EXPECT_EQ(summary.MinValue(), buffer1_min_value_); in TEST_F() 175 EXPECT_EQ(summary1.MinValue(), in TEST_F() 187 EXPECT_EQ(summary2.MinValue(), in TEST_F() 215 EXPECT_EQ(summary1.MinValue(), in TEST_F()
|
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/Internal/ |
D | TimespecTest.cs | 87 Assert.AreEqual(DateTime.MinValue, Timespec.InfPast.ToDateTime()); in ToDateTime() 116 Assert.AreEqual(DateTime.MinValue, new Timespec(long.MinValue + 100, 0).ToDateTime()); in ToDateTime_Overflow() 130 Assert.AreEqual(DateTime.MinValue, new Timespec(-seconds, 0).ToDateTime()); in ToDateTime_OutOfDateTimeRange() 151 Assert.AreEqual(Timespec.InfPast, Timespec.FromDateTime(DateTime.MinValue)); in FromDateTime()
|
/external/tensorflow/tensorflow/contrib/image/kernels/ |
D | single_image_random_dot_stereograms_ops.cc | 174 double MinValue = 0.0; in BuildZBuffer() local 184 MinValue = *Z; in BuildZBuffer() 190 if (value < MinValue) MinValue = value; in BuildZBuffer() 194 MinValue = normalize_min; in BuildZBuffer() 203 value = (value - MinValue) / (MaxValue - MinValue); in BuildZBuffer()
|
/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 | 43 DateTime utcMin = DateTime.SpecifyKind(DateTime.MinValue, DateTimeKind.Utc); in FromAndToDateTime()
|
/external/tensorflow/tensorflow/compiler/xla/client/lib/ |
D | constants.cc | 63 XlaOp MinValue(XlaBuilder* builder, PrimitiveType type) { in MinValue() function 64 return ConstantLiteral(builder, LiteralUtil::MinValue(type)); in MinValue() 79 return MinValue(builder, type); in MinFiniteValue()
|
D | constants_test.cc | 134 MinValue(&builder, S32); in XLA_TEST_F() 146 MinValue(&builder, F32); in XLA_TEST_F()
|
D | arithmetic.cc | 138 init_value = MinValue(builder, input_shape.element_type()); in ArgMinMax() 170 return Reduce(product, MinValue(builder, output_type), in ArgMinMax()
|
D | comparators_test.cc | 59 auto negative_infinity = MinValue(test->builder(), type); in BuildComparatorAndComparisons()
|
D | constants.h | 132 XlaOp MinValue(XlaBuilder* builder, PrimitiveType type);
|
/external/libvpx/libvpx/test/ |
D | avg_test.cc | 341 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
|
D | minmax_test.cc | 57 TEST_P(MinMaxTest, MinValue) { in TEST_P() argument
|
/external/protobuf/csharp/src/Google.Protobuf.Test/ |
D | SampleMessages.cs | 93 RepeatedUint32 = { UInt32.MaxValue, UInt32.MinValue }, in CreateFullTestAllTypes() 94 RepeatedUint64 = { UInt64.MaxValue, UInt32.MinValue }, in CreateFullTestAllTypes()
|
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 | GeneratedMessageTest.cs | 196 RepeatedUint32 = { uint.MaxValue, uint.MinValue }, in RoundTrip_RepeatedValues() 197 RepeatedUint64 = { ulong.MaxValue, uint.MinValue } in RoundTrip_RepeatedValues() 488 RepeatedUint32 = { uint.MaxValue, uint.MinValue }, in CloneRepeatedNonMessageValues() 489 RepeatedUint64 = { ulong.MaxValue, uint.MinValue } in CloneRepeatedNonMessageValues()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/ |
D | BenchmarkResult.h | 92 double min() const { return MinValue; } in min() 102 double MinValue = std::numeric_limits<double>::max();
|
D | BenchmarkResult.cpp | 299 MinValue = std::min(MinValue, BM.Value); in push()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | ConstantRange.cpp | 274 APInt MinValue, MaxValue; in makeGuaranteedNoWrapRegion() local 276 MinValue = APInt::getMinValue(BitWidth); in makeGuaranteedNoWrapRegion() 279 MinValue = APInt::getSignedMinValue(BitWidth); in makeGuaranteedNoWrapRegion() 284 return ConstantRange(-MaxValue, MinValue); in makeGuaranteedNoWrapRegion() 289 Upper = APIntOps::RoundingSDiv(MinValue, V, APInt::Rounding::DOWN); in makeGuaranteedNoWrapRegion() 291 Lower = APIntOps::RoundingUDiv(MinValue, V, APInt::Rounding::UP); in makeGuaranteedNoWrapRegion() 294 Lower = APIntOps::RoundingSDiv(MinValue, V, APInt::Rounding::UP); in makeGuaranteedNoWrapRegion()
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | softmax_op.cc | 60 xla::Reduce(logits, xla::MinValue(b, xla_type), max_func, {kClassDim}); in Compile() 102 xla::Reduce(logits, xla::MinValue(b, xla_type), max_func, {kClassDim}); in CrossEntropyWithLogits()
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/ |
D | Stats.cs | 105 return EnumerableExtensions.Max(EnumerableExtensions.DefaultIfEmpty(X, int.MinValue)); in max()
|
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/ |
D | TimeoutsTest.cs | 98 …ls.BlockingUnaryCall(helper.CreateUnaryCall(new CallOptions(deadline: DateTime.MinValue)), "abc")); in DeadlineInThePast()
|
/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() argument 218 return Kind == KindImm && inRange(Imm, MinValue, MaxValue); in isImm()
|