Searched refs:math_pow (Results 1 – 1 of 1) sorted by relevance
84 float math_pow(float a, float exp) in math_pow() function89 temp = math_pow(a, (float)((int)(exp / 2))); in math_pow()