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.java1533 int[] result = multiplyToLen(mag, xlen, in multiply()
1686 private static int[] multiplyToLen(int[] x, int xlen, int[] y, int ylen, int[] z) { in multiplyToLen() method
2773 product = multiplyToLen(a, len, b, len, product); in montgomeryMultiply()
2823 product = multiplyToLen(a, len, b, len, product); in implMontgomeryMultiply()