Home
last modified time | relevance | path

Searched refs:fast_log2 (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libeffects/loudness/common/core/
Dmath.h37 inline float fast_log2(float val) { in fast_log2() function
50 return fast_log2(val) * in fast_log()
/frameworks/rs/java/tests/MathErr/src/com/example/android/rs/matherr/
Dmath_err.rs45 static float fast_log2(float v) {
82 *out = fast_log2(*in);