Searched refs:adjL (Results 1 – 1 of 1) sorted by relevance
220 uint16 adjL = 16 - bitsL; in bts_CompactMat_fltDotPrdRow() local221 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() local293 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()