Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/Math/
DExactArithTests.java125 long inc2 = (long) x + 1L; in testIntegerExact() local
126 if ((int) inc2 != inc2) { in testIntegerExact()
128 } else if (inc != inc2) { in testIntegerExact()
129 fail("FAIL: long Math.incrementExact(" + x + ") = " + inc + "; expected: " + inc2); in testIntegerExact()
132 long inc2 = (long) x + 1L; in testIntegerExact()
133 if ((int) inc2 == inc2) { in testIntegerExact()