Home
last modified time | relevance | path

Searched refs:log_2 (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libeffects/loudness/common/core/
Dmath.h40 const int log_2 = ((x >> 23) & 255) - 128; in fast_log2() local
45 return static_cast<float>(val + log_2); in fast_log2()
/frameworks/rs/script_api/
Drs_math.spec121 summary: log_2(e), as a 32 bit float
/frameworks/rs/script_api/include/
Drs_math.rsh115 * M_LOG2E: log_2(e), as a 32 bit float