HomeSort by relevance Sort by last modified time
    Searched defs:remainderByPositiveInt (Results 1 - 2 of 2) sorted by null

  /libcore/luni/src/main/java/java/math/
Primality.java 112 startPoint.addPositiveInt(BigInt.remainderByPositiveInt(ni, 2) + 1);
122 modules[i] = BigInt.remainderByPositiveInt(startPoint, primes[i]) - gapSize;
BigInt.java 283 public static int remainderByPositiveInt(BigInt a, int w) {

Completed in 503 milliseconds