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

/frameworks/base/core/java/android/util/
H A DFloatMath.java92 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);
/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdRuntimeMath.cpp37 return pow(10.f, v);
61 return pow(v, 1.f / r);
537 float pow(float x, float y) { function

Completed in 55 milliseconds