Home
last modified time | relevance | path

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

1234

/external/protobuf/csharp/compatibility_tests/v3.0.0/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 …]
/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 …]
/external/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DCustomOptionsTest.cs182 AssertOption(int.MaxValue, options.TryGetInt32, Int32Opt); in MaxValues()
183 AssertOption(long.MaxValue, options.TryGetInt64, Int64Opt); in MaxValues()
184 AssertOption(uint.MaxValue, options.TryGetUInt32, UInt32Opt); in MaxValues()
185 AssertOption(ulong.MaxValue, options.TryGetUInt64, UInt64Opt); in MaxValues()
186 AssertOption(int.MaxValue, options.TryGetSInt32, SInt32Opt); in MaxValues()
187 AssertOption(long.MaxValue, options.TryGetSInt64, SInt64Opt); in MaxValues()
188 AssertOption(uint.MaxValue, options.TryGetFixed32, Fixed32Opt); in MaxValues()
189 AssertOption(ulong.MaxValue, options.TryGetFixed64, Fixed64Opt); in MaxValues()
190 AssertOption(int.MaxValue, options.TryGetSFixed32, SFixed32Opt); in MaxValues()
191 AssertOption(long.MaxValue, options.TryGetSFixed64, SFixed64Opt); in MaxValues()
/external/OpenCL-CTS/test_conformance/c11_atomics/
Dcommon.cpp199 template<> cl_int AtomicTypeExtendedInfo<cl_int>::MaxValue() {return CL_INT_MAX;} in MaxValue() function in AtomicTypeExtendedInfo
200 template<> cl_uint AtomicTypeExtendedInfo<cl_uint>::MaxValue() {return CL_UINT_MAX;} in MaxValue() function in AtomicTypeExtendedInfo
201 template<> cl_long AtomicTypeExtendedInfo<cl_long>::MaxValue() {return CL_LONG_MAX;} in MaxValue() function in AtomicTypeExtendedInfo
202 template<> cl_ulong AtomicTypeExtendedInfo<cl_ulong>::MaxValue() {return CL_ULONG_MAX;} in MaxValue() function in AtomicTypeExtendedInfo
203 template<> cl_float AtomicTypeExtendedInfo<cl_float>::MaxValue() {return CL_FLT_MAX;} in MaxValue() function in AtomicTypeExtendedInfo
204 template<> cl_double AtomicTypeExtendedInfo<cl_double>::MaxValue() {return CL_DBL_MAX;} in MaxValue() function in AtomicTypeExtendedInfo
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DTimespec.cs59 return new Timespec(long.MaxValue, 0, ClockType.Realtime);
135 return DateTime.MaxValue; in ToDateTime()
154 return tv_sec > 0 ? DateTime.MaxValue : DateTime.MinValue; in ToDateTime()
159 return tv_sec > 0 ? DateTime.MaxValue : DateTime.MinValue; in ToDateTime()
173 if (dateTime == DateTime.MaxValue) in FromDateTime()
/external/tensorflow/tensorflow/core/kernels/boosted_trees/quantiles/
Dweighted_quantiles_summary_test.cc86 EXPECT_EQ(summary.MaxValue(), buffer1_max_value_); in TEST_F()
106 EXPECT_EQ(summary.MaxValue(), buffer1_max_value_); in TEST_F()
124 EXPECT_EQ(summary.MaxValue(), buffer1_max_value_); in TEST_F()
176 EXPECT_EQ(summary1.MaxValue(), in TEST_F()
188 EXPECT_EQ(summary2.MaxValue(), in TEST_F()
216 EXPECT_EQ(summary1.MaxValue(), in TEST_F()
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/Internal/
DTimespecTest.cs86 Assert.AreEqual(DateTime.MaxValue, Timespec.InfFuture.ToDateTime()); in ToDateTime()
112 var timespec = new Timespec(long.MaxValue - 100, 0); in ToDateTime_Overflow()
114 Assert.AreEqual(DateTime.MaxValue, timespec.ToDateTime()); in ToDateTime_Overflow()
128 Assert.AreEqual(DateTime.MaxValue, timespec.ToDateTime()); in ToDateTime_OutOfDateTimeRange()
150 Assert.AreEqual(Timespec.InfFuture, Timespec.FromDateTime(DateTime.MaxValue)); in FromDateTime()
/external/llvm-project/llvm/unittests/Support/
DMathExtrasTest.cpp496 auto MaxValue = std::numeric_limits<TypeParam>::max(); in TYPED_TEST() local
497 EXPECT_TRUE(AddOverflow<TypeParam>(MaxValue, MaxValue, Result)); in TYPED_TEST()
503 auto MaxValue = std::numeric_limits<TypeParam>::max(); in TYPED_TEST() local
504 EXPECT_TRUE(AddOverflow<TypeParam>(MaxValue, TypeParam(1), Result)); in TYPED_TEST()
544 auto MaxValue = std::numeric_limits<TypeParam>::max(); in TYPED_TEST() local
546 EXPECT_TRUE(SubOverflow<TypeParam>(MaxValue, MinValue, Result)); in TYPED_TEST()
552 auto MaxValue = std::numeric_limits<TypeParam>::max(); in TYPED_TEST() local
554 EXPECT_TRUE(SubOverflow<TypeParam>(MinValue, MaxValue, Result)); in TYPED_TEST()
572 auto MaxValue = std::numeric_limits<TypeParam>::max(); in TYPED_TEST() local
575 EXPECT_EQ(Result, MaxValue); in TYPED_TEST()
[all …]
/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/protobuf/csharp/compatibility_tests/v3.0.0/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()
/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()
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dconstants.cc105 XlaOp MaxValue(XlaBuilder* builder, PrimitiveType type) { in MaxValue() function
106 return ConstantLiteral(builder, LiteralUtil::MaxValue(type)); in MaxValue()
122 return MaxValue(builder, type); in MaxFiniteValue()
Dconstants_test.cc140 MaxValue(&builder, S32); in XLA_TEST_F()
153 MaxValue(&builder, F32); in XLA_TEST_F()
Darithmetic.cc150 value_init_value = MaxValue(builder, input_shape.element_type()); in ArgMinMax()
183 init_value = MaxValue(builder, input_shape.element_type()); in ArgMinMaxTwoPass()
198 XlaOp max_idx = MaxValue(builder, output_type); in ArgMinMaxTwoPass()
/external/libvpx/libvpx/test/
Davg_test.cc346 TEST_P(AverageTest, MaxValue) { in TEST_P() argument
365 TEST_P(AverageTestHBD, MaxValue) { in TEST_P() argument
386 TEST_P(IntProRowTest, MaxValue) { in TEST_P() argument
401 TEST_P(IntProColTest, MaxValue) { in TEST_P() argument
418 TEST_P(SatdLowbdTest, MaxValue) { in TEST_P() argument
473 TEST_P(SatdHighbdTest, MaxValue) { in TEST_P() argument
519 TEST_P(BlockErrorTestFP, MaxValue) { in TEST_P() argument
/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DBenchmarkResult.h107 double max() const { return MaxValue; } in max()
115 double MaxValue = std::numeric_limits<double>::min();
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemoryLocation.h68 MaxValue = (MapTombstone - 1) & ~ImpreciseBit, enumerator
88 : Value(Raw > MaxValue ? Unknown : Raw) {} in LocationSize()
96 if (LLVM_UNLIKELY(Value > MaxValue)) in upperBound()
/external/libaom/libaom/test/
Davg_test.cc125 TEST_P(AverageTest, MaxValue) { in TEST_P() argument
221 TEST_P(IntProRowTest, MaxValue) { in TEST_P() argument
236 TEST_P(IntProColTest, MaxValue) { in TEST_P() argument
/external/llvm-project/llvm/include/llvm/ADT/
DBitfields.h220 T MaxValue = std::is_enum<T>::value
239 static_assert(!std::is_enum<T>::value || MaxValue != T(0),
249 static_cast<IntegerType>(MaxValue);
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/
DTimeoutsTest.cs62 Assert.AreEqual(DateTime.MaxValue, context.Deadline); in InfiniteDeadline()
70 …ls.BlockingUnaryCall(helper.CreateUnaryCall(new CallOptions(deadline: DateTime.MaxValue)), "abc")); in InfiniteDeadline()
/external/llvm-project/llvm/include/llvm/Analysis/
DMemoryLocation.h74 MaxValue = (MapTombstone - 1) & ~ImpreciseBit, enumerator
98 : Value(Raw > MaxValue ? AfterPointer : Raw) {} in LocationSize()
111 if (LLVM_UNLIKELY(Value > MaxValue)) in upperBound()
/external/grpc-grpc/src/csharp/Grpc.Core/Logging/
DLogLevel.cs46 Off = int.MaxValue
/external/scudo/standalone/
Drelease.h55 uptr MaxValue) in PackedCounterArray() argument
59 DCHECK_GT(MaxValue, 0); in PackedCounterArray()
64 roundUpToPowerOfTwo(getMostSignificantSetBitIndex(MaxValue) + 1); in PackedCounterArray()

1234