Searched defs:montReduce (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/math/
H A DBigInteger.java1755 b = montReduce(b, mod, modLen, inv);
1765 table[i] = montReduce(prod, mod, modLen, inv);
1837 a = montReduce(a, mod, modLen, inv);
1850 a = montReduce(a, mod, modLen, inv);
1860 b = montReduce(t2, mod, modLen, inv);
1873 private static int[] montReduce(int[] n, int[] mod, int mlen, int inv) { method in class:BigInteger

Completed in 38 milliseconds