Home | History | Annotate | Download | only in src

Lines Matching refs:L_num

104     Word32 L_num;
122 L_num = (Word32) var1;
128 L_num <<= 1;
130 if (L_num >= L_denom)
132 L_num -= L_denom;
217 Word32 L_num;
234 L_num = (Word32) var1;
241 L_num <<= 3;
243 if (L_num >= L_denom_by_4)
245 L_num -= L_denom_by_4;
249 if (L_num >= L_denom_by_2)
251 L_num -= L_denom_by_2;
255 if (L_num >= (L_denom))
257 L_num -= (L_denom);