Searched defs:pow (Results 1 – 9 of 9) sorted by relevance
101 int pow = MIN; in genData() local
46 #define pow jpow macro
75 … @libcore.util.NonNull public BigInteger pow(int exponent) { throw new RuntimeException("Stub!"); } in pow() method in BigInteger
70 public static native double pow(double a, double b); in pow() method in StrictMath
71 public static native double pow(double a, double b); in pow() method in Math
770 public static native double pow(double a, double b); in pow() method in StrictMath
872 public static native double pow(double a, double b); in pow() method in Math
215 private static void pow(int order) { in pow() method in BigIntegerTest
2533 public BigInteger pow(int exponent) { in pow() method