Searched refs:PowApproximation (Results 1 – 3 of 3) sorted by relevance
51 float PowApproximation(float x, float p) { in PowApproximation() function68 return PowApproximation(10.f, x * kLog10Ofe); in ExpApproximation()
29 float PowApproximation(float x, float p);
132 float denom = PowApproximation(use_band, parametric_exp); in PreUpdate()