Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/math/BigInteger/
DPrimeTest.java128 BigInteger fourToTheC = BigInteger.valueOf(4).pow(certainty / 2); in checkPrime() local
129 BigInteger fourToTheCMinusOne = fourToTheC.subtract(BigInteger.ONE); in checkPrime()
130 BigInteger left = p.multiply(fourToTheC); in checkPrime()