/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
CollationFastLatinBuilder.java | 26 a += 0x8000000000000000L; 27 b += 0x8000000000000000L;
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
CollationFastLatinBuilder.java | 25 a += 0x8000000000000000L; 26 b += 0x8000000000000000L;
|
/external/pcre/dist/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 | 523 static final long SIGN = 0x8000000000000000L; 549 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;
|
/external/protobuf/java/src/test/java/com/google/protobuf/ |
CodedOutputStreamTest.java | 243 CodedOutputStream.encodeZigZag64(0x8000000000000000L));
|
CodedInputStreamTest.java | 309 assertEquals(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 | 814 * {@code 0x8000000000000000L}) represents the sign of the [all...] |
FloatingDecimal.java | 51 static final long signMask = 0x8000000000000000L; 66 static final long highbit = 0x8000000000000000L; [all...] |
/art/test/538-checker-embed-constants/src/ |
Main.java | 532 assertLongEquals(shl63(longArg), 0x8000000000000000L);
|
/external/okhttp/okio/okio/src/test/java/okio/ |
BufferedSourceTest.java | 610 assertLongHexString("8000000000000000", 0x8000000000000000L);
|
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/dexbacked/ |
BaseDexReaderTest.java | 233 performSizedRightExtendedLongTest(0x8000000000000000L, new byte[]{(byte)0x80});
|
/external/v8/test/cctest/ |
test-assembler-arm64.cc | 784 __ Mov(x0, 0x8000000000000000L); 792 CHECK_EQUAL_64(0x8000000000000000L, x0); 924 __ Mov(x0, 0x8000000000000000L); 942 CHECK_EQUAL_64(0x8000000000000000L, x0); [all...] |
/libcore/ojluni/src/main/java/sun/misc/ |
FormattedFloatingDecimal.java | 67 static final long signMask = 0x8000000000000000L; 82 static final long highbit = 0x8000000000000000L; [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/ |
BigFraction.java | 181 final long sign = bits & 0x8000000000000000L; [all...] |
/external/v8/src/arm64/ |
constants-arm64.h | 85 const int64_t kXMinInt = 0x8000000000000000L; [all...] |
/libcore/luni/src/test/java/libcore/java/io/ |
OldRandomAccessFileTest.java | 650 0x8000000000000000l, raf.readLong()); [all...] |
/external/v8/src/mips64/ |
constants-mips64.h | 177 static const int64_t kMinValue = 0x8000000000000000l; [all...] |
/frameworks/base/core/java/android/widget/ |
ExpandableListView.java | 115 private static final long PACKED_POSITION_MASK_TYPE = 0x8000000000000000L; [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
MathUtils.java | 72 private static final long SGN_MASK = 0x8000000000000000L; [all...] |