Home | History | Annotate | Download | only in Sema

Lines Matching refs:log2

4578         unsigned log2 = divisor.logBase2(); // floor(log_2(divisor))
4579 if (log2 >= L.Width)
4582 L.Width = std::min(L.Width - log2, MaxWidth);