Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/Math/
DExactArithTests.java404 long quotient2 = StrictMath.divideExact(x, y); in testLongExact() local
405 if (quotient2 != quotient) { in testLongExact()
407 "; expected " + quotient + " but got " + quotient2); in testLongExact()
409 checkResult("long StrictMath.divideExact", x, y, quotient2, resultBig); in testLongExact()