Searched defs:pow (Results 1 – 4 of 4) sorted by relevance
90 public static native float pow(float x, float y); in pow() method in FloatMath
58 public static float pow(float a, float b) { in pow() method in MathUtils
116 /*package*/ static float pow(float x, float y) { in pow() method in FloatMath_Delegate
513 FN_FUNC_FN_FN(pow) in FN_FUNC_FN_FN() argument