Searched refs:powf (Results 1 – 4 of 4) sorted by relevance
151 EXPORT_F32_FN_F32_F32(powf) in EXPORT_F32_FN_F32_F32() argument277 { "_Z3powff", (void *)&powf, true },278 { "powf", (void *)&powf, true },
91 mFp[r + mIradius] = coeff1 * powf(e, floatR * floatR * coeff2); in ComputeGaussianWeights()
34 return powf(x, y); in PowF()
444 float playerGain = powf(10.0f, level / 2000.0f); in audioPlayerGainUpdate()