Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/Math/
DExactArithTests.java229 final BigInteger xBig = BigInteger.valueOf(x); in testLongExact() local
233 resultBig = xBig.add(yBig); in testLongExact()
244 resultBig = xBig.subtract(yBig); in testLongExact()
255 resultBig = xBig.multiply(yBig); in testLongExact()
266 resultBig = xBig.add(BigInteger.ONE); in testLongExact()
277 resultBig = xBig.subtract(BigInteger.ONE); in testLongExact()
288 resultBig = xBig.negate(); in testLongExact()
379 final BigInteger xBig = BigInteger.valueOf(x); in testLongIntExact() local
384 resultBig = xBig.multiply(yBig); in testLongIntExact()
/libcore/ojluni/src/test/java/lang/StrictMath/
DExactArithTests.java204 final BigInteger xBig = BigInteger.valueOf(x); in testLongExact() local
208 resultBig = xBig.add(yBig); in testLongExact()
219 resultBig = xBig.subtract(yBig); in testLongExact()
230 resultBig = xBig.multiply(yBig); in testLongExact()
322 final BigInteger xBig = BigInteger.valueOf(x); in testLongIntExact() local
327 resultBig = xBig.multiply(yBig); in testLongIntExact()