Searched defs:log_2 (Results 1 – 2 of 2) sorted by relevance
41 static inline unsigned int log_2(unsigned int num) in log_2() function
116 const int log_2 = ((x >> 23) & 255) - 128; in dcn_bw_log() local