Home
last modified time | relevance | path

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

/external/neven/Embedded/common/src/b_TensorEm/
DCompactMat.c218 uint32 bfL = ( ( uint32 )*rowPtrL++ ) << 16; in bts_CompactMat_fltDotPrdRow() local
227 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() local
301 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()