Searched defs:pow (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/util/
H A DFloatMath.java93 public static native float pow(float x, float y); method in class:FloatMath
H A DMathUtils.java58 public static float pow(float a, float b) { method in class:MathUtils
59 return (float) Math.pow(a, b);
/frameworks/base/tools/layoutlib/bridge/src/android/util/
H A DFloatMath_Delegate.java116 /*package*/ static float pow(float x, float y) { method in class:FloatMath_Delegate
117 return (float)Math.pow(x, y);

Completed in 1021 milliseconds