Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/Arrays/
DTimSortStackSize.java101 int pow = MIN; in genData() local
/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/annotations/flagged_api/java/lang/
DStrictMath.annotated.java70 public static native double pow(double a, double b); in pow() method in StrictMath
DMath.annotated.java71 public static native double pow(double a, double b); in pow() method in Math
/libcore/ojluni/src/main/java/java/lang/
DStrictMath.java770 public static native double pow(double a, double b); in pow() method in StrictMath
DMath.java872 public static native double pow(double a, double b); in pow() method in Math
/libcore/ojluni/src/test/java/math/BigInteger/
DBigIntegerTest.java215 private static void pow(int order) { in pow() method in BigIntegerTest
/libcore/ojluni/src/main/java/java/math/
DBigInteger.java2533 public BigInteger pow(int exponent) { in pow() method