Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/math/
DBigInteger.java1619 int[] result = multiplyToLen(mag, xlen, in multiply()
1802 private static int[] multiplyToLen(int[] x, int xlen, int[] y, int ylen, int[] z) { in multiplyToLen() method
2972 product = multiplyToLen(a, len, b, len, product); in montgomeryMultiply()
3023 product = multiplyToLen(a, len, b, len, product); in implMontgomeryMultiply()