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
846 public static native double pow(double a, double b); in pow() method in Math
695 public static native double pow(double a, double b); in pow() method in StrictMath
213 private static void pow(int order) { in pow() method in BigIntegerTest
2519 public BigInteger pow(int exponent) { in pow() method