Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/util/
DFloatMath.java90 public static native float pow(float x, float y); in pow() method in FloatMath
DMathUtils.java58 public static float pow(float a, float b) { in pow() method in MathUtils
/frameworks/base/tools/layoutlib/bridge/src/android/util/
DFloatMath_Delegate.java116 /*package*/ static float pow(float x, float y) { in pow() method in FloatMath_Delegate
/frameworks/rs/driver/runtime/
Drs_cl.c513 FN_FUNC_FN_FN(pow) in FN_FUNC_FN_FN() argument