Home
last modified time | relevance | path

Searched defs:pow (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/main/native/
Djfdlibm.h46 #define pow jpow macro
/libcore/luni/src/main/java/java/math/
DBigDecimal.java1610 public BigDecimal pow(int n) { in pow() method in BigDecimal
1635 public BigDecimal pow(int n, MathContext mc) { in pow() method in BigDecimal
DBigInteger.java903 public BigInteger pow(int exp) { in pow() method in BigInteger
/libcore/ojluni/src/main/java/java/lang/
DStrictMath.java613 public static native double pow(double a, double b); in pow() method in StrictMath
DMath.java591 public static native double pow(double a, double b); in pow() method in Math