Home
last modified time | relevance | path

Searched refs:powf (Results 1 – 4 of 4) sorted by relevance

/frameworks/rs/cpu_ref/
DrsCpuRuntimeMath.cpp151 EXPORT_F32_FN_F32_F32(powf) in EXPORT_F32_FN_F32_F32() argument
277 { "_Z3powff", (void *)&powf, true },
278 { "powf", (void *)&powf, true },
DrsCpuIntrinsicBlur.cpp91 mFp[r + mIradius] = coeff1 * powf(e, floatR * floatR * coeff2); in ComputeGaussianWeights()
/frameworks/base/core/jni/
Dandroid_util_FloatMath.cpp34 return powf(x, y); in PowF()
/frameworks/wilhelm/src/itf/
DIOutputMixExt.c444 float playerGain = powf(10.0f, level / 2000.0f); in audioPlayerGainUpdate()