Searched defs:pow (Results 1 – 6 of 6) sorted by relevance
46 #define pow jpow macro
75 … @libcore.util.NonNull public BigInteger pow(int exponent) { throw new RuntimeException("Stub!"); } in pow() method in BigInteger
667 public static native double pow(double a, double b); in pow() method in StrictMath
790 public static native double pow(double a, double b); in pow() method in Math
213 private static void pow(int order) { in pow() method in BigIntegerTest
2495 public BigInteger pow(int exponent) { in pow() method