Searched defs:log_2 (Results 1 – 4 of 4) sorted by relevance
48 static inline unsigned int log_2(unsigned int num) in log_2() function
134 const int log_2 = ((x >> 23) & 255) - 128; in dcn_bw_log() local
112 const int log_2 = ((x >> 23) & 255) - 128; in math_log() local
33 const int log_2 = ((x >> 23) & 255) - 128; in _log() local