Home | History | Annotate | Download | only in doc

Lines Matching full:ilog

15 \subsubsection{ilog} \label{vorbis:spec:ilog}
17 The "ilog(x)" function returns the position number (1 through n) of the highest set bit in the two's complement integer value
36 \item ilog(0) = 0;
37 \item ilog(1) = 1;
38 \item ilog(2) = 2;
39 \item ilog(3) = 2;
40 \item ilog(4) = 3;
41 \item ilog(7) = 3;
42 \item ilog(negative number) = 0;