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/ojluni/src/main/java/java/lang/
DStrictMath.java646 public static native double pow(double a, double b); in pow() method in StrictMath
DMath.java653 public static native double pow(double a, double b); in pow() method in Math
/libcore/ojluni/src/main/java/java/math/
DBigDecimal.java2011 public BigDecimal pow(int n) { in pow() method in BigDecimal
2071 public BigDecimal pow(int n, MathContext mc) { in pow() method in BigDecimal
DBigInteger.java2372 @NonNull public BigInteger pow(int exponent) { in pow() method