Home
last modified time | relevance | path

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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DLongArray.java1556 reduceWordWise(buf, off, len, wordWiseLimit, m, ks); in reduceInPlace()
1591 private static void reduceWordWise(long[] buf, int off, int len, int toBit, int m, int[] ks) in reduceWordWise() method in LongArray