Home | History | Annotate | Download | only in b_TensorEm

Lines Matching refs:ptrL

41 	int32* ptrL = ptrA;
45 int32 xL = *ptrL++;
55 ptrL = ptrA;
59 *ptrL = ( ( *ptrL >> ( shiftL - 1 ) ) + 1 ) >> 1;
60 ptrL++;
333 int32* ptrL = matL;
336 *ptrL = ( *ptrL + 1 ) >> 1;
337 ptrL++;
342 ptrL = vecL;
345 *ptrL = ( *ptrL + 1 ) >> 1;
346 ptrL++;