/prebuilts/gdb/linux-x86/lib/python2.7/ |
xdrlib.py | 173 if x >= 0x8000000000000000L:
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
xdrlib.py | 173 if x >= 0x8000000000000000L:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
xdrlib.py | 173 if x >= 0x8000000000000000L:
|
/art/test/542-bitfield-rotates/src/ |
Main.java | 96 assertLongEquals($noinline$rotate_long_right_reg_v_csubv(0x8000000000000000L, 1), 0x4000000000000000L); 188 assertLongEquals($noinline$rotate_long_right_reg_v_negv(0x8000000000000000L, 1), 0x4000000000000000L);
|
/external/r8/src/test/java/com/android/tools/r8/smali/ |
ConstantFoldingTest.java | 418 new long[]{0x8000000000000000L, 0x01, 0x2, 0x03}, 456 0x8000000000000000L 500 0x8000000000000000L
|
/external/smali/smali/src/main/java/org/jf/smali/ |
smaliTreeWalker.java | [all...] |
/art/test/082-inline-execute/src/ |
Main.java | [all...] |
/cts/tests/tests/proto/src/android/util/proto/cts/ |
EncodedBufferTest.java | 212 assertEquals(10, EncodedBuffer.getRawVarint64Size(0x8000000000000000L));
|
/external/protobuf/objectivec/Tests/ |
GPBCodedInputStreamTests.m | 88 XCTAssertEqual((int64_t)0x8000000000000000L,
|
/frameworks/ex/common/java/com/android/common/widget/ |
GroupingListAdapter.java | 40 private static final long EXPANDED_GROUP_MASK = 0x8000000000000000L;
|
/art/test/645-checker-abs-simd/src/ |
Main.java | 334 xl[0] = 0x8000000000000000L; 343 expectEquals64(0x8000000000000000L, xl[0]);
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
CollationFastLatinBuilder.java | 28 a += 0x8000000000000000L; 29 b += 0x8000000000000000L;
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
CollationFastLatinBuilder.java | 27 a += 0x8000000000000000L; 28 b += 0x8000000000000000L;
|
/external/pcre/dist2/src/sljit/ |
sljitNativeMIPS_64.c | 106 if (!(uimm & 0x8000000000000000l)) { 111 SLJIT_ASSERT((uimm & 0x8000000000000000l) && (shift2 > 0) && (shift2 <= 16));
|
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/writer/ |
DexDataWriterTest.java | 341 testWriteEncodedLongHelper(0x8000000000000000L, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80); 409 testWriteRightZeroExtendedLongHelper(0x8000000000000000L, 0x80);
|
/libcore/ojluni/src/main/java/java/text/ |
ChoiceFormat.java | 538 static final long SIGN = 0x8000000000000000L; 564 static final long SIGN = 0x8000000000000000L;
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
DoubleTest.java | 505 doTestCompareRawBits("-0.0e-309", 0x8000000000000000L, "-0.0"); 507 doTestCompareRawBits("-0.0e309", 0x8000000000000000L, "-0.0"); [all...] |
/art/test/003-omnibus-opcodes/src/ |
FloatMath.java | 273 Main.assertTrue(results[4] == 0x8000000000000000L);
|
IntMath.java | 528 long mostNegLong = (long) 0x8000000000000000L;
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
Float16Utils.java | 33 private static long DOUBLE_SIGN_MASK = 0x8000000000000000L;
|
/libcore/luni/src/main/java/java/math/ |
Conversion.java | 456 long resSign = (val.sign < 0) ? 0x8000000000000000L : 0;
|
/libcore/ojluni/src/main/java/java/lang/ |
Double.java | 810 * {@code 0x8000000000000000L}) represents the sign of the [all...] |
/external/okhttp/okio/okio/src/test/java/okio/ |
BufferedSourceTest.java | 610 assertLongHexString("8000000000000000", 0x8000000000000000L);
|
/external/protobuf/csharp/src/Google.Protobuf.Test/ |
CodedInputStreamTest.cs | 226 Assert.AreEqual(unchecked((long) 0x8000000000000000L), CodedInputStream.DecodeZigZag64(0xFFFFFFFFFFFFFFFFL));
|
/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
CodedInputStreamTest.java | 311 assertEquals(0x8000000000000000L,
|