Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/math/BigInteger/
DPrimeTest.java129 BigInteger fourToTheCMinusOne = fourToTheC.subtract(BigInteger.ONE); in checkPrime() local
131 BigInteger right = t.multiply(fourToTheCMinusOne); in checkPrime()