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/annotations/sdk/nullability/java/math/
DBigInteger.annotated.java75 … @libcore.util.NonNull public BigInteger pow(int exponent) { throw new RuntimeException("Stub!"); } in pow() method in BigInteger
/libcore/ojluni/src/main/java/java/lang/
DMath.java846 public static native double pow(double a, double b); in pow() method in Math
DStrictMath.java695 public static native double pow(double a, double b); in pow() method in StrictMath
/libcore/ojluni/src/test/java/math/BigInteger/
DBigIntegerTest.java213 private static void pow(int order) { in pow() method in BigIntegerTest
/libcore/ojluni/src/main/java/java/math/
DBigInteger.java2519 public BigInteger pow(int exponent) { in pow() method