Searched refs:log_2 (Results 1 – 12 of 12) sorted by relevance
70 double log_2; in FastLog2Slow() local84 log_2 = kLog2Table[temp] + log_cnt; in FastLog2Slow()90 log_2 += (double)correction / v; in FastLog2Slow()92 return (float)log_2; in FastLog2Slow()
368 double log_2; in FastLog2Slow() local374 log_2 = kLog2Table[v] + log_cnt; in FastLog2Slow()379 log_2 += (double)correction / orig_v; in FastLog2Slow()381 return (float)log_2; in FastLog2Slow()
56 static const lu_byte log_2[256] = { in luaO_ceillog2() local69 return l + log_2[x]; in luaO_ceillog2()
184 GLint log_2; in LOG2() local186 log_2 = ((num.i >> 23) & 255) - 128; in LOG2()190 return num.f + log_2; in LOG2()
182 GLint log_2; in LOG2() local184 log_2 = ((num.i >> 23) & 255) - 128; in LOG2()188 return num.f + log_2; in LOG2()
123 static inline int log_2(int j) in log_2() function
154 sb->s_log_block_size = log_2(info.block_size / 1024); in ext4_fill_in_sb()155 sb->s_obso_log_frag_size = log_2(info.block_size / 1024); in ext4_fill_in_sb()
217 is generated. If <levels> is greater than floor(log_2(width)) + 1269 floor(log_2(width)) + 1271 than floor(log_2(max(width, height))) + 1309 floor(log_2(max(width, height, depth))) + 1312 floor(log_2(max(width, height))) + 1366 otherwise p = floor(log_2(maxsize)) + level_base. All arrays from605 floor(log_2(width)) + 1607 floor(log_2(max(width, height))) + 1609 floor(log_2(max(width, height, depth))) + 1
109 dst.x = \lfloor\log_2{|src.x|}\rfloor111 dst.y = \frac{|src.x|}{2^{\lfloor\log_2{|src.x|}\rfloor}}113 dst.z = \log_2{|src.x|}361 dst = \log_2{src.x}1747 :math:`\log_2{x}` Logarithm of `x`, base 2.