Home | History | Annotate | Download | only in b_APIEm

Lines Matching refs:shiftL

65 			int32 shiftL = 0;
70 refSimL += ( refSimArrA[ iL ] + roundL ) >> shiftL;
74 shiftL++;
75 roundL = ( int32 )1 << ( shiftL - 1 );
78 refSimL = ( refSimL / refSizeA ) << shiftL;
207 int32 shiftL = 0;
212 refSimL += ( refSimArrA[ iL ] + roundL ) >> shiftL;
216 shiftL++;
217 roundL = ( int32 )1 << ( shiftL - 1 );
220 refSimL = ( refSimL / refSizeA ) << shiftL;