Home
last modified time | relevance | path

Searched defs:modPow (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/annotations/sdk/nullability/java/math/
DBigInteger.annotated.java91 …@libcore.util.NonNull public BigInteger modPow(@libcore.util.NonNull BigInteger exponent, @libcore… in modPow() method in BigInteger
/libcore/ojluni/src/main/java/java/math/
DBigInteger.java2870 public BigInteger modPow(BigInteger exponent, BigInteger m) { in modPow() method