Home
last modified time | relevance | path

Searched refs:UnsignedLong (Results 1 – 19 of 19) sorted by relevance

/external/guava/guava-tests/test/com/google/common/primitives/
DUnsignedLongTest.java65 UnsignedLongs.toString(value), value, UnsignedLong.fromLongBits(value).longValue()); in testAsUnsignedAndLongValueAreInverses()
75 UnsignedLong.fromLongBits(value).bigIntegerValue()); in testAsUnsignedBigIntegerValue()
83 assertEquals(value, UnsignedLong.valueOf(value).longValue()); in testValueOfLong()
93 BigInteger max = UnsignedLong.MAX_VALUE.bigIntegerValue(); in testValueOfBigInteger()
98 assertEquals(big, UnsignedLong.valueOf(big).bigIntegerValue()); in testValueOfBigInteger()
108 UnsignedLong unsignedValue = UnsignedLong.fromLongBits(value); in testToString()
117 UnsignedLong value = UnsignedLong.fromLongBits(l); in testToStringRadix()
127 UnsignedLong value = UnsignedLong.fromLongBits(l); in testToStringRadixQuick()
135 UnsignedLong unsignedValue = UnsignedLong.fromLongBits(value); in testFloatValue()
142 UnsignedLong unsignedValue = UnsignedLong.fromLongBits(value); in testDoubleValue()
[all …]
/external/guava/guava-gwt/test-super/com/google/common/primitives/super/com/google/common/primitives/
DUnsignedLongTest.java61 UnsignedLongs.toString(value), value, UnsignedLong.fromLongBits(value).longValue()); in testAsUnsignedAndLongValueAreInverses()
71 UnsignedLong.fromLongBits(value).bigIntegerValue()); in testAsUnsignedBigIntegerValue()
79 assertEquals(value, UnsignedLong.valueOf(value).longValue()); in testValueOfLong()
89 BigInteger max = UnsignedLong.MAX_VALUE.bigIntegerValue(); in testValueOfBigInteger()
94 assertEquals(big, UnsignedLong.valueOf(big).bigIntegerValue()); in testValueOfBigInteger()
104 UnsignedLong unsignedValue = UnsignedLong.fromLongBits(value); in testToString()
113 UnsignedLong value = UnsignedLong.fromLongBits(l); in testToStringRadixQuick()
121 UnsignedLong unsignedValue = UnsignedLong.fromLongBits(value); in testFloatValue()
128 UnsignedLong unsignedValue = UnsignedLong.fromLongBits(value); in testDoubleValue()
136 UnsignedLong aUnsigned = UnsignedLong.fromLongBits(a); in testPlus()
[all …]
/external/guava/guava/src/com/google/common/primitives/
DUnsignedLong.java43 public final class UnsignedLong extends Number implements Comparable<UnsignedLong>, Serializable { class
47 public static final UnsignedLong ZERO = new UnsignedLong(0);
48 public static final UnsignedLong ONE = new UnsignedLong(1);
49 public static final UnsignedLong MAX_VALUE = new UnsignedLong(-1L);
53 private UnsignedLong(long value) { in UnsignedLong() method in UnsignedLong
70 public static UnsignedLong fromLongBits(long bits) { in fromLongBits()
72 return new UnsignedLong(bits); in fromLongBits()
81 public static UnsignedLong valueOf(long value) { in valueOf()
93 public static UnsignedLong valueOf(BigInteger value) { in valueOf()
107 public static UnsignedLong valueOf(String string) { in valueOf()
[all …]
/external/guava/guava-gwt/src/com/google/common/primitives/
DUnsignedLong_CustomFieldSerializer.java28 UnsignedLong instance) {} in deserialize()
30 public static UnsignedLong instantiate(SerializationStreamReader reader) in instantiate()
32 return UnsignedLong.fromLongBits(reader.readLong()); in instantiate()
36 UnsignedLong instance) throws SerializationException { in serialize()
/external/clang/lib/Basic/
DTargetInfo.cpp55 SizeType = UnsignedLong; in TargetInfo()
117 case UnsignedLong: return "long unsigned int"; in getTypeName()
140 case UnsignedLong: return "UL"; in getTypeConstantSuffix()
158 case UnsignedLong: return "l"; in getTypeFormatModifier()
176 case UnsignedLong: return getLongWidth(); in getTypeWidth()
191 return IsSigned ? SignedLong : UnsignedLong; in getIntTypeByWidth()
206 return IsSigned ? SignedLong : UnsignedLong; in getLeastIntTypeByWidth()
245 case UnsignedLong: return getLongAlign(); in getTypeAlign()
265 case UnsignedLong: in isTypeSigned()
302 SizeType = Is32BitArch ? UnsignedInt : UnsignedLong; in adjust()
DTargets.cpp1726 SizeType = TargetInfo::UnsignedLong; in NVPTX64TargetInfo()
3703 SizeType = UnsignedLong; in OpenBSDI386TargetInfo()
3713 SizeType = UnsignedLong; in BitrigI386TargetInfo()
3731 SizeType = UnsignedLong; in DarwinI386TargetInfo()
3858 SizeType = UnsignedLong; in HaikuX86_32TargetInfo()
3933 SizeType = UnsignedLong; in RTEMSX86_32TargetInfo()
3959 SizeType = IsX32 ? UnsignedInt : UnsignedLong; in X86_64TargetInfo()
4258 SizeType = UnsignedLong; in setABIAAPCS()
4322 SizeType = UnsignedLong; in setABIAPCS()
6021 SizeType = UnsignedLong; in SparcV8TargetInfo()
[all …]
/external/guava/guava-testlib/test/com/google/common/testing/anotherpackage/
DForwardingWrapperTesterTest.java28 import com.google.common.primitives.UnsignedLong;
354 Pattern pattern, UnsignedInteger ui, UnsignedLong ul, StringBuilder sb, in foo()
369 Pattern pattern, UnsignedInteger ui, UnsignedLong ul, StringBuilder sb, in foo()
/external/guava/guava-testlib/src/com/google/common/testing/
DArbitraryInstances.java78 import com.google.common.primitives.UnsignedLong;
197 .put(UnsignedLong.class, UnsignedLong.ZERO)
DFreshValueGenerator.java67 import com.google.common.primitives.UnsignedLong;
373 @Generates private UnsignedLong freshUnsignedLong() { in freshUnsignedLong()
374 return UnsignedLong.fromLongBits(freshLong()); in freshUnsignedLong()
/external/guava/guava-testlib/test/com/google/common/testing/
DArbitraryInstancesTest.java61 import com.google.common.primitives.UnsignedLong;
159 assertEquals(UnsignedLong.ZERO, ArbitraryInstances.get(UnsignedLong.class)); in testGet_primitives()
DFreshValueGeneratorTest.java63 import com.google.common.primitives.UnsignedLong;
133 UnsignedInteger.class, UnsignedLong.class, in testFreshInstance()
/external/clang/include/clang/Basic/
DTargetInfo.h126 UnsignedLong, enumerator
246 return UnsignedLong; in getCorrespondingUnsignedType()
/external/clang/lib/Frontend/
DInitPreprocessor.cpp767 DefineExactWidthIntType(TargetInfo::UnsignedLong, TI, Builder); in InitializePredefinedMacros()
768 DefineExactWidthIntTypeSize(TargetInfo::UnsignedLong, TI, Builder); in InitializePredefinedMacros()
/external/clang/lib/AST/
DASTContext.cpp6605 case TargetInfo::UnsignedLong: return UnsignedLongTy; in getFromTargetType()
/external/owasp/sanitizer/distrib/lib/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/owasp/sanitizer/lib/guava-libraries/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/guice/lib/
Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/external/dagger2/lib/
Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/robolectric/v3/runtime/
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...