OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:remainderByPositiveInt
(Results
1 - 2
of
2
) sorted by null
/libcore/luni/src/main/java/java/math/
Primality.java
106
startPoint.addPositiveInt(BigInt.
remainderByPositiveInt
(ni, 2) + 1);
116
modules[i] = BigInt.
remainderByPositiveInt
(startPoint, primes[i]) - gapSize;
BigInt.java
250
static int
remainderByPositiveInt
(BigInt a, int w) {
Completed in 3350 milliseconds