Searched defs:log_2 (Results 1 – 5 of 5) sorted by relevance
43 static inline unsigned int log_2(unsigned int num) in log_2() function
141 const int log_2 = ((x >> 23) & 255) - 128; in dcn_bw_log() local
40 static const lu_byte log_2[256] = { /* log_2[i] = ceil(log2(i - 1)) */ in luaO_ceillog2() local
715 volatile long double log_2 = ATF_TC_BODY() local [all...]
226 static const unsigned int log_2 = 0x02c5c8; /* scale * log(2) */ variable