Searched refs:xBig (Results 1 – 2 of 2) sorted by relevance
229 final BigInteger xBig = BigInteger.valueOf(x); in testLongExact() local233 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() local384 resultBig = xBig.multiply(yBig); in testLongIntExact()
204 final BigInteger xBig = BigInteger.valueOf(x); in testLongExact() local208 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() local327 resultBig = xBig.multiply(yBig); in testLongIntExact()