Searched refs:inc2 (Results 1 – 1 of 1) sorted by relevance
125 long inc2 = (long) x + 1L; in testIntegerExact() local126 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()