Home | History | Annotate | Download | only in b_TensorEm

Lines Matching refs:shiftL

120 	uint32 shiftL = bts_maxAbsIntLog2Of4( xxL, xyL, yxL, yyL ) - 15;
122 ptrA->xxE = xxL >> shiftL;
123 ptrA->xyE = xyL >> shiftL;
124 ptrA->yxE = yxL >> shiftL;
125 ptrA->yyE = yyL >> shiftL;
127 ptrA->bbpE += scaleA.bbpE - shiftL;
152 uint32 shiftL = bts_maxAbsIntLog2Of4( xxL, xyL, yxL, yyL ) - 15;
154 matL.xxE = xxL >> shiftL;
155 matL.xyE = xyL >> shiftL;
156 matL.yxE = yxL >> shiftL;
157 matL.yyE = yyL >> shiftL;
159 matL.bbpE = mat1PtrA->bbpE + mat2PtrA->bbpE - shiftL;