Searched defs:log2 (Results 1 – 7 of 7) sorted by relevance
46 #define log2(x) fast_log2(x) macro
214 #define log2(x) (log (x) / M_LOG2_E) macro
267 #define log2(x) (log (x) / _M_LOG2_E) macro
150 #define log2(x) __TGMATH_REAL(x, log2) macro
315 #define log2(Val) __TGMATH_UNARY_REAL_ONLY (Val, log2) macro
107 U32 i, log2; in ms_get_value_log2() local
127 U32 i, log2; in get_value_log2() local