Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/math/
DBigInt.java281 static BigInt bigExp(BigInt a, BigInt p) { in bigExp() method in BigInt
292 return bigExp(a, power); in exp()