Searched refs:log_2 (Results 1 – 5 of 5) 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()
182 GLint log_2; in LOG2() local184 log_2 = ((num.i >> 23) & 255) - 128; in LOG2()188 return num.f + log_2; in LOG2()
7 # - that the alignment is represented as a log_2 of the alignment
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.