Home
last modified time | relevance | path

Searched refs:MinValue (Results 1 – 25 of 45) sorted by relevance

12

/external/swiftshader/third_party/subzero/src/
DIceSwitchLowering.cpp65 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/
DTimespec.cs70 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/
Dweighted_quantiles_summary_test.cc83 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/
Dweighted_quantiles_summary_test.cc84 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/
DTimespecTest.cs87 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/
Dsingle_image_random_dot_stereograms_ops.cc174 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/
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.cs43 DateTime utcMin = DateTime.SpecifyKind(DateTime.MinValue, DateTimeKind.Utc); in FromAndToDateTime()
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dconstants.cc63 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()
Dconstants_test.cc134 MinValue(&builder, S32); in XLA_TEST_F()
146 MinValue(&builder, F32); in XLA_TEST_F()
Darithmetic.cc138 init_value = MinValue(builder, input_shape.element_type()); in ArgMinMax()
170 return Reduce(product, MinValue(builder, output_type), in ArgMinMax()
Dcomparators_test.cc59 auto negative_infinity = MinValue(test->builder(), type); in BuildComparatorAndComparisons()
Dconstants.h132 XlaOp MinValue(XlaBuilder* builder, PrimitiveType type);
/external/libvpx/libvpx/test/
Davg_test.cc341 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
Dminmax_test.cc57 TEST_P(MinMaxTest, MinValue) { in TEST_P() argument
/external/protobuf/csharp/src/Google.Protobuf.Test/
DSampleMessages.cs93 RepeatedUint32 = { UInt32.MaxValue, UInt32.MinValue }, in CreateFullTestAllTypes()
94 RepeatedUint64 = { UInt64.MaxValue, UInt32.MinValue }, in CreateFullTestAllTypes()
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()
DGeneratedMessageTest.cs196 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/
DBenchmarkResult.h92 double min() const { return MinValue; } in min()
102 double MinValue = std::numeric_limits<double>::max();
DBenchmarkResult.cpp299 MinValue = std::min(MinValue, BM.Value); in push()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstantRange.cpp274 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/
Dsoftmax_op.cc60 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/
DStats.cs105 return EnumerableExtensions.Max(EnumerableExtensions.DefaultIfEmpty(X, int.MinValue)); in max()
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/
DTimeoutsTest.cs98 …ls.BlockingUnaryCall(helper.CreateUnaryCall(new CallOptions(deadline: DateTime.MinValue)), "abc")); in DeadlineInThePast()
/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() argument
218 return Kind == KindImm && inRange(Imm, MinValue, MaxValue); in isImm()

12