Home | History | Annotate | Download | only in b_TensorEm

Lines Matching refs:shiftL

250 		int32 shiftL = bts_maxAbsIntLog2Of4( xxA, xyA, yxA, yyA ) - 13;
252 if( shiftL > 0 )
254 int32 sh1L = shiftL - 1;
262 matL.xxE = xxA << -shiftL;
263 matL.xyE = xyA << -shiftL;
264 matL.yxE = yxA << -shiftL;
265 matL.yyE = yyA << -shiftL;
268 matL.bbpE = bbpA - shiftL;
282 int32 shiftL = scaleExpL - 14;
283 scaleA = ( ( scaleA >> ( shiftL - 1 ) ) + 1 ) >> 1;
284 scaleBbpA -= shiftL;