Home
last modified time | relevance | path

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

/external/neven/Embedded/common/src/b_TensorEm/
DCompactMat.c220 uint16 adjL = 16 - bitsL; in bts_CompactMat_fltDotPrdRow() local
221 uint32 mkL = ( ( 1 << bitsL ) - 1 ) << adjL; in bts_CompactMat_fltDotPrdRow()
230 sumL += ( ( int16 )( ( bfL >> srL ) & mkL ) * ( int32 )inPtrL[ iL ] ) >> adjL; in bts_CompactMat_fltDotPrdRow()
292 uint16 adjL = 16 - bitsL; in bts_CompactMat_fltDotPrdRow() local
293 uint32 mkL = ( ( 1 << bitsL ) - 1 ) << adjL; in bts_CompactMat_fltDotPrdRow()
295 int32 lRoundL = roundL << adjL; in bts_CompactMat_fltDotPrdRow()
296 int32 lAdjL = overflowBitsL + adjL; in bts_CompactMat_fltDotPrdRow()