Home
last modified time | relevance | path

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

/external/neven/Embedded/common/src/b_TensorEm/
DCompactMat.c222 uint32 srL = bitsL; in bts_CompactMat_fltDotPrdRow() local
225 if( srL > 16 ) in bts_CompactMat_fltDotPrdRow()
228 srL -= 16; in bts_CompactMat_fltDotPrdRow()
230 sumL += ( ( int16 )( ( bfL >> srL ) & mkL ) * ( int32 )inPtrL[ iL ] ) >> adjL; in bts_CompactMat_fltDotPrdRow()
231 srL += bitsL; in bts_CompactMat_fltDotPrdRow()
294 uint32 srL = bitsL; in bts_CompactMat_fltDotPrdRow() local
299 if( srL > 16 ) in bts_CompactMat_fltDotPrdRow()
302 srL -= 16; in bts_CompactMat_fltDotPrdRow()
304 sumL += ( ( int16 )( ( bfL >> srL ) & mkL ) * ( int32 )inPtrL[ iL ] + lRoundL ) >> lAdjL; in bts_CompactMat_fltDotPrdRow()
305 srL += bitsL; in bts_CompactMat_fltDotPrdRow()