Searched defs:pow (Results 1 – 5 of 5) sorted by relevance
| /libcore/luni/src/main/java/java/lang/ | ||
| D | RealToString.java | 93 int pow; in convertDouble() local |
| D | StrictMath.java | 687 public static native double pow(double x, double y); in pow() method in StrictMath |
| D | Math.java | 696 public static native double pow(double x, double y); in pow() method in Math |
| /libcore/luni/src/main/java/java/math/ | ||
| D | BigDecimal.java | 1646 public BigDecimal pow(int n) { in pow() method in BigDecimal |
| D | BigInteger.java | 869 public BigInteger pow(int exp) { in pow() method in BigInteger |