Home
last modified time | relevance | path

Searched refs:log_2 (Results 1 – 6 of 6) 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/api/
Drs_math.spec111 summary: log_2(e), as a 32 bit float
/frameworks/base/docs/html/guide/topics/renderscript/reference/
Doverview.jd750 log_2(e), as a 32 bit float
Dindex.jd69 log_2(e), as a 32 bit float
Drs_math.jd105 log_2(e), as a 32 bit float
1229 <span class='normal'>: log_2(e), as a 32 bit float</span>
/frameworks/rs/scriptc/
Drs_math.rsh115 * M_LOG2E: log_2(e), as a 32 bit float