Home | History | Annotate | Download | only in lib

Lines Matching refs:shift

157     int qexp=0,shift;
164 if(!(shift=MLOOP_1[(pi|qi)>>25]))
165 if(!(shift=MLOOP_2[(pi|qi)>>19]))
166 shift=MLOOP_3[(pi|qi)>>16];
167 qi=(qi>>shift)*labs(ilsp[j-1]-wi);
168 pi=(pi>>shift)*labs(ilsp[j]-wi);
169 qexp+=shift;
171 if(!(shift=MLOOP_1[(pi|qi)>>25]))
172 if(!(shift=MLOOP_2[(pi|qi)>>19]))
173 shift=MLOOP_3[(pi|qi)>>16];
180 qi=(qi>>shift)*labs(ilsp[j-1]-wi);
181 pi=(pi>>shift)<<14;
182 qexp+=shift;
184 if(!(shift=MLOOP_1[(pi|qi)>>25]))
185 if(!(shift=MLOOP_2[(pi|qi)>>19]))
186 shift=MLOOP_3[(pi|qi)>>16];
188 pi>>=shift;
189 qi>>=shift;
190 qexp+=shift-14*((m+1)>>1);
205 pi>>=shift;
206 qi>>=shift;
207 qexp+=shift-7*m;
222 need at most one right shift or a number of left shifts */