Home
last modified time | relevance | path

Searched refs:rowPtrL (Results 1 – 2 of 2) sorted by relevance

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