Searched defs:rowPtrL (Results 1 - 2 of 2) sorted by relevance

/external/neven/Embedded/common/src/b_TensorEm/
H A DCompactMat.c46 const int16* rowPtrL = ptrA->cpsArrE.arrPtrE + ptrA->wordsPerRowE * rowA; local
49 uint32 offsL = *rowPtrL++;
50 uint32 sizeL = *rowPtrL++;
51 int32 factorManL = *rowPtrL++;
52 int32 factorExpL = *rowPtrL++;
53 uint32 rowNormBitsL = *rowPtrL++;
69 for( iL = sizeL; iL > 0; iL-- ) sumL += ( ( int32 )*rowPtrL++ * ( int32 )*inPtrL++ );
77 const uint16* dpL = ( uint16* )rowPtrL;
107 const uint16* dpL = ( uint16* )rowPtrL;
140 const uint16* dpL = ( uint16* )rowPtrL;
[all...]
H A DInt32Mat.c387 int32* rowPtrL = matL + iL * sizeL; local
389 int32 tmpL = *( rowPtrL + jPivL );
398 *rowPtrL++ -= ( ( ( tmpL * pivRowL[ jL ] ) >> ( shiftL - 1 ) ) + 1 ) >> 1;
405 *rowPtrL++ -= ( tmpL * pivRowL[ jL ] ) << -shiftL;

Completed in 74 milliseconds