Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/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()
/third_party/boost/boost/
Dinteger.hpp193 template< boost::long_long_type MinValue > // minimum value to require support
195 template< long MinValue > // minimum value to require support
202 (MinValue >= ::boost::integer_traits<boost::long_long_type>::const_min) +
206 (MinValue >= ::boost::integer_traits<long>::const_min) +
207 (MinValue >= ::boost::integer_traits<int>::const_min) +
208 (MinValue >= ::boost::integer_traits<short>::const_min) +
209 (MinValue >= ::boost::integer_traits<signed char>::const_min)
Dinteger_fwd.hpp114 template< boost::long_long_type MinValue > // minimum value to require support
116 template< long MinValue > // minimum value to require support
/third_party/grpc/src/csharp/Grpc.Core/Internal/
DTimespec.cs111 return new Timespec(long.MinValue, 0, ClockType.Realtime);
182 return DateTime.MinValue; in ToDateTime()
195 return tv_sec > 0 ? DateTime.MaxValue : DateTime.MinValue; in ToDateTime()
200 return tv_sec > 0 ? DateTime.MaxValue : DateTime.MinValue; in ToDateTime()
219 if (dateTime == DateTime.MinValue) in FromDateTime()
/third_party/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()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DCustomOptionsTest.cs163 …AssertOption(int.MinValue, customOptions.TryGetInt32, Int32Opt, d.GetOption, d.GetOptions().GetExt… in MinValues()
164 …AssertOption(long.MinValue, customOptions.TryGetInt64, Int64Opt, d.GetOption, d.GetOptions().GetEx… in MinValues()
165 …AssertOption(uint.MinValue, customOptions.TryGetUInt32, Uint32Opt, d.GetOption, d.GetOptions().Get… in MinValues()
166 …AssertOption(ulong.MinValue, customOptions.TryGetUInt64, Uint64Opt, d.GetOption, d.GetOptions().Ge… in MinValues()
167 …AssertOption(int.MinValue, customOptions.TryGetSInt32, Sint32Opt, d.GetOption, d.GetOptions().GetE… in MinValues()
168 …AssertOption(long.MinValue, customOptions.TryGetSInt64, Sint64Opt, d.GetOption, d.GetOptions().Get… in MinValues()
169 …AssertOption(uint.MinValue, customOptions.TryGetUInt32, Fixed32Opt, d.GetOption, d.GetOptions().Ge… in MinValues()
170 …AssertOption(ulong.MinValue, customOptions.TryGetUInt64, Fixed64Opt, d.GetOption, d.GetOptions().G… in MinValues()
171 …AssertOption(int.MinValue, customOptions.TryGetInt32, Sfixed32Opt, d.GetOption, d.GetOptions().Get… in MinValues()
172 …AssertOption(long.MinValue, customOptions.TryGetInt64, Sfixed64Opt, d.GetOption, d.GetOptions().Ge… in MinValues()
/third_party/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()
DTimestampTest.cs43 DateTime utcMin = DateTime.SpecifyKind(DateTime.MinValue, DateTimeKind.Utc); in FromAndToDateTime()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DSampleMessages.cs96 RepeatedUint32 = { UInt32.MaxValue, UInt32.MinValue }, in CreateFullTestAllTypes()
97 RepeatedUint64 = { UInt64.MaxValue, UInt32.MinValue }, in CreateFullTestAllTypes()
148 RepeatedUint32 = { UInt32.MaxValue, UInt32.MinValue }, in CreateFullTestAllTypesProto2()
149 RepeatedUint64 = { UInt64.MaxValue, UInt32.MinValue }, in CreateFullTestAllTypesProto2()
200 …rInitializeExtension(RepeatedUint32Extension).AddRange(new[] { UInt32.MaxValue, UInt32.MinValue }); in CreateFullTestAllExtensions()
201 …rInitializeExtension(RepeatedUint64Extension).AddRange(new[] { UInt64.MaxValue, UInt32.MinValue }); in CreateFullTestAllExtensions()
DGeneratedMessageTest.cs199 RepeatedUint32 = { uint.MaxValue, uint.MinValue }, in RoundTrip_RepeatedValues()
200 RepeatedUint64 = { ulong.MaxValue, uint.MinValue } in RoundTrip_RepeatedValues()
534 RepeatedUint32 = { uint.MaxValue, uint.MinValue }, in CloneRepeatedNonMessageValues()
535 RepeatedUint64 = { ulong.MaxValue, uint.MinValue } in CloneRepeatedNonMessageValues()
DJsonParserTest.cs187 Int32Field = { int.MaxValue, int.MinValue, 0 }, in RepeatedWrappers()
188 Int64Field = { long.MaxValue, long.MinValue, 0L }, in RepeatedWrappers()
190 Uint32Field = { uint.MaxValue, uint.MinValue, 0U }, in RepeatedWrappers()
191 Uint64Field = { ulong.MaxValue, ulong.MinValue, 0UL }, in RepeatedWrappers()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/
DWrappersTest.cs141 Int32Field = { int.MaxValue, int.MinValue, 0 }, in RepeatedWrappersSerializeDeserialize()
142 Int64Field = { long.MaxValue, long.MinValue, 0L }, in RepeatedWrappersSerializeDeserialize()
144 Uint32Field = { uint.MaxValue, uint.MinValue, 0U }, in RepeatedWrappersSerializeDeserialize()
145 Uint64Field = { ulong.MaxValue, ulong.MinValue, 0UL }, in RepeatedWrappersSerializeDeserialize()
197 Int32Field = { { 5, int.MaxValue }, { 6, int.MinValue }, { 7, 0 } }, in MapWrappersSerializeDeserialize()
198 Int64Field = { { 8, long.MaxValue }, { 9, long.MinValue }, { 10, 0L } }, in MapWrappersSerializeDeserialize()
200 Uint32Field = { { 15, uint.MaxValue }, { 16, uint.MinValue }, { 17, 0U } }, in MapWrappersSerializeDeserialize()
201 Uint64Field = { { 18, ulong.MaxValue }, { 19, ulong.MinValue }, { 20, 0UL } }, in MapWrappersSerializeDeserialize()
DTimestampTest.cs43 DateTime utcMin = DateTime.SpecifyKind(DateTime.MinValue, DateTimeKind.Utc); in FromAndToDateTime()
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
DSampleMessages.cs93 RepeatedUint32 = { UInt32.MaxValue, UInt32.MinValue }, in CreateFullTestAllTypes()
94 RepeatedUint64 = { UInt64.MaxValue, UInt32.MinValue }, in CreateFullTestAllTypes()
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()
DJsonParserTest.cs185 Int32Field = { int.MaxValue, int.MinValue, 0 }, in RepeatedWrappers()
186 Int64Field = { long.MaxValue, long.MinValue, 0L }, in RepeatedWrappers()
188 Uint32Field = { uint.MaxValue, uint.MinValue, 0U }, in RepeatedWrappers()
189 Uint64Field = { ulong.MaxValue, ulong.MinValue, 0UL }, in RepeatedWrappers()
/third_party/grpc/src/csharp/Grpc.Core.Tests/
DTimeoutsTest.cs98 …ls.BlockingUnaryCall(helper.CreateUnaryCall(new CallOptions(deadline: DateTime.MinValue)), "abc")); in DeadlineInThePast()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/AsmParser/
DSystemZAsmParser.cpp41 static bool inRange(const MCExpr *Expr, int64_t MinValue, int64_t MaxValue) { in inRange() argument
44 return Value >= MinValue && Value <= MaxValue; in inRange()
234 bool isImm(int64_t MinValue, int64_t MaxValue) const { in isImm() argument
235 return Kind == KindImm && inRange(Imm, MinValue, MaxValue); in isImm()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantRange.cpp204 APInt MinValue = APInt::getSignedMinValue(BitWidth); in makeExactMulNSWRegion() local
208 return ConstantRange(-MaxValue, MinValue); in makeExactMulNSWRegion()
213 Upper = APIntOps::RoundingSDiv(MinValue, V, APInt::Rounding::DOWN); in makeExactMulNSWRegion()
215 Lower = APIntOps::RoundingSDiv(MinValue, V, APInt::Rounding::UP); in makeExactMulNSWRegion()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInstrInfo.cpp522 int MinValue = HexagonMCInstrInfo::getMinValue(MCII, MCI); in isConstExtended() local
524 return (MinValue > Value || Value > MaxValue); in isConstExtended()
/third_party/flatbuffers/include/flatbuffers/
Didl.h427 const EnumVal *MinValue() const;
432 uint64_t Distance() const { return Distance(MinValue(), MaxValue()); } in Distance()
/third_party/flatbuffers/src/
Didl_gen_cpp.cpp1051 enum_def && enum_def->MinValue()->IsZero() && in GenMiniReflect()
1140 const EnumVal *minv = enum_def.MinValue(); in GenEnum()
1225 GetEnumValUse(enum_def, *enum_def.MinValue()) + ", " + in GenEnum()
1230 if (enum_def.MinValue()->IsNonZero()) { in GenEnum()
1231 auto vals = GetEnumValUse(enum_def, *enum_def.MinValue()); in GenEnum()
Didl_gen_java.cpp350 if (enum_def.MinValue()->IsNonZero()) in GenEnum()
351 code += " - " + enum_def.MinValue()->name; in GenEnum()
Didl_gen_kotlin.cpp310 if (enum_def.MinValue()->IsNonZero()) in GenEnum()
311 writer += " - " + enum_def.MinValue()->name + ".toInt()\\"; in GenEnum()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp2159 const APInt *MinValue, *MaxValue; in matchSAddSubSat() local
2161 if (!match(MinMax2, m_SMax(m_BinOp(AddSub), m_APInt(MinValue)))) in matchSAddSubSat()
2164 m_SMax(m_Instruction(MinMax2), m_APInt(MinValue)))) { in matchSAddSubSat()
2172 if (!(*MaxValue + 1).isPowerOf2() || -*MinValue != *MaxValue + 1) in matchSAddSubSat()

12