Searched refs:fourToTheCMinusOne (Results 1 – 1 of 1) sorted by relevance
129 BigInteger fourToTheCMinusOne = fourToTheC.subtract(BigInteger.ONE); in checkPrime() local131 BigInteger right = t.multiply(fourToTheCMinusOne); in checkPrime()