Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/math/
DBigInteger.java2770 implMontgomeryMultiplyChecks(a, b, n, len, product); in montgomeryMultiply()
2781 implMontgomeryMultiplyChecks(a, a, n, len, product); in montgomerySquare()
2792 private static void implMontgomeryMultiplyChecks in implMontgomeryMultiplyChecks() method