Searched refs:remainderByPositiveInt (Results 1 – 2 of 2) sorted by relevance
106 startPoint.addPositiveInt(BigInt.remainderByPositiveInt(ni, 2) + 1); in nextProbablePrime()116 modules[i] = BigInt.remainderByPositiveInt(startPoint, primes[i]) - gapSize; in nextProbablePrime()
248 static int remainderByPositiveInt(BigInt a, int w) { in remainderByPositiveInt() method in BigInt