Searched refs:fourToTheC (Results 1 – 1 of 1) sorted by relevance
128 BigInteger fourToTheC = BigInteger.valueOf(4).pow(certainty / 2); in checkPrime() local129 BigInteger fourToTheCMinusOne = fourToTheC.subtract(BigInteger.ONE); in checkPrime()130 BigInteger left = p.multiply(fourToTheC); in checkPrime()