Searched refs:x2 (Results 1 – 6 of 6) sorted by relevance
/libcore/luni/src/test/java/libcore/java/math/ |
D | OldBigDecimalScaleOperationsTest.java | 84 BigDecimal x2 = x1.setScale(75); in testSetScale() local 86 assertEquals(0, x1.compareTo(x2)); in testSetScale() 87 assertEquals(0, x2.compareTo(x1)); in testSetScale() 91 assertEquals(0, x1.compareTo(x2)); in testSetScale() 92 assertEquals(0, x2.compareTo(x1)); in testSetScale() 94 x2.precision(); in testSetScale() 96 assertEquals(0, x1.compareTo(x2)); in testSetScale() 97 assertEquals(0, x2.compareTo(x1)); in testSetScale()
|
/libcore/ojluni/src/main/java/java/lang/ |
D | Math.java | 1092 long x2 = x & 0xFFFFFFFFL; in multiplyHigh() local 1095 long z2 = x2 * y2; in multiplyHigh() 1099 z1 += x2 * y1; in multiplyHigh() 1105 long x2 = x & 0xFFFFFFFFL; in multiplyHigh() local 1108 long B = x2 * y2; in multiplyHigh() 1109 long C = (x1 + x2) * (y1 + y2); in multiplyHigh()
|
/libcore/ojluni/src/main/native/ |
D | net_util_md.c | 673 int index, x1, x2, x3; 682 &index, &x1, &x2, &x3, ifname) == 21) {
|
/libcore/mmodules/core_platform_api/api/stable_platform/ |
D | current.txt | 296 field public static final int KIND_GLOBAL_ALLOCATED_BYTES = 2; // 0x2 350 field public static final int CODE_PATH_TYPE_SPLIT_APK = 2; // 0x2 356 field public static final int ACCESS_METHOD_JNI = 2; // 0x2
|
/libcore/mmodules/core_platform_api/api/legacy_platform/ |
D | current.txt | 296 field public static final int KIND_GLOBAL_ALLOCATED_BYTES = 2; // 0x2 350 field public static final int CODE_PATH_TYPE_SPLIT_APK = 2; // 0x2 356 field public static final int ACCESS_METHOD_JNI = 2; // 0x2
|
/libcore/api/ |
D | module-lib-current.txt | 296 field public static final int KIND_GLOBAL_ALLOCATED_BYTES = 2; // 0x2 350 field public static final int CODE_PATH_TYPE_SPLIT_APK = 2; // 0x2 356 field public static final int ACCESS_METHOD_JNI = 2; // 0x2
|