Searched refs:quotient2 (Results 1 – 1 of 1) sorted by relevance
404 long quotient2 = StrictMath.divideExact(x, y); in testLongExact() local405 if (quotient2 != quotient) { in testLongExact()407 "; expected " + quotient + " but got " + quotient2); in testLongExact()409 checkResult("long StrictMath.divideExact", x, y, quotient2, resultBig); in testLongExact()