Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/math/
DBigInteger.java3088 c += subN(n, mod, mlen); in montReduce()
3091 subN(n, mod, mlen); in montReduce()
3116 private static int subN(int[] a, int[] b, int len) { in subN() method