Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/math/
DPrimality.java106 startPoint.addPositiveInt(BigInt.remainderByPositiveInt(ni, 2) + 1); in nextProbablePrime()
116 modules[i] = BigInt.remainderByPositiveInt(startPoint, primes[i]) - gapSize; in nextProbablePrime()
DBigInt.java248 static int remainderByPositiveInt(BigInt a, int w) { in remainderByPositiveInt() method in BigInt