Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
Djfdlibm.h46 #define pow jpow macro
/libcore/ojluni/src/main/java/java/lang/
DStrictMath.java632 public static native double pow(double a, double b); in pow() method in StrictMath
DMath.java640 public static native double pow(double a, double b); in pow() method in Math
/libcore/ojluni/annotations/mmodule/java/lang/
DMath.annotated.java73 public static native double pow(double a, double b); in pow() method in Math
/libcore/luni/src/main/java/java/math/
DBigInteger.java925 @NonNull public BigInteger pow(int exp) { in pow() method in BigInteger
DBigDecimal.java1618 public BigDecimal pow(int n) { in pow() method in BigDecimal
1643 public BigDecimal pow(int n, MathContext mc) { in pow() method in BigDecimal