Home
last modified time | relevance | path

Searched refs:log_2 (Results 1 – 5 of 5) sorted by relevance

/external/webp/src/dsp/
Dlossless_mips32.c70 double log_2; in FastLog2Slow() local
84 log_2 = kLog2Table[temp] + log_cnt; in FastLog2Slow()
90 log_2 += (double)correction / v; in FastLog2Slow()
92 return (float)log_2; in FastLog2Slow()
Dlossless.c368 double log_2; in FastLog2Slow() local
374 log_2 = kLog2Table[v] + log_cnt; in FastLog2Slow()
379 log_2 += (double)correction / orig_v; in FastLog2Slow()
381 return (float)log_2; in FastLog2Slow()
/external/mesa3d/src/mesa/main/
Dimports.h182 GLint log_2; in LOG2() local
184 log_2 = ((num.i >> 23) & 255) - 128; in LOG2()
188 return num.f + log_2; in LOG2()
/external/llvm/test/MC/COFF/
Dcomm-align.s7 # - that the alignment is represented as a log_2 of the alignment
/external/mesa3d/src/gallium/docs/source/
Dtgsi.rst109 dst.x = \lfloor\log_2{|src.x|}\rfloor
111 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.