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

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

Completed in 30 milliseconds