Searched refs:bfL (Results 1 – 1 of 1) sorted by relevance
218 uint32 bfL = ( ( uint32 )*rowPtrL++ ) << 16; in bts_CompactMat_fltDotPrdRow() local227 bfL = ( ( ( uint32 )*rowPtrL++ ) << 16 ) | ( bfL >> 16 ); in bts_CompactMat_fltDotPrdRow()230 sumL += ( ( int16 )( ( bfL >> srL ) & mkL ) * ( int32 )inPtrL[ iL ] ) >> adjL; in bts_CompactMat_fltDotPrdRow()290 uint32 bfL = ( ( uint32 )*rowPtrL++ ) << 16; in bts_CompactMat_fltDotPrdRow() local301 bfL = ( ( ( uint32 )*rowPtrL++ ) << 16 ) | ( bfL >> 16 ); in bts_CompactMat_fltDotPrdRow()304 sumL += ( ( int16 )( ( bfL >> srL ) & mkL ) * ( int32 )inPtrL[ iL ] + lRoundL ) >> lAdjL; in bts_CompactMat_fltDotPrdRow()