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.java2969 implMontgomeryMultiplyChecks(a, b, n, len, product); in montgomeryMultiply()
2980 implMontgomeryMultiplyChecks(a, a, n, len, product); in montgomerySquare()
2991 private static void implMontgomeryMultiplyChecks in implMontgomeryMultiplyChecks() method