Home
last modified time | relevance | path

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

/external/neven/Embedded/common/src/b_TensorEm/
DCompactMat.c219 uint32 bitsL = ptrA->bitsPerValueE; in bts_CompactMat_fltDotPrdRow() local
220 uint16 adjL = 16 - bitsL; in bts_CompactMat_fltDotPrdRow()
221 uint32 mkL = ( ( 1 << bitsL ) - 1 ) << adjL; in bts_CompactMat_fltDotPrdRow()
222 uint32 srL = bitsL; in bts_CompactMat_fltDotPrdRow()
231 srL += bitsL; in bts_CompactMat_fltDotPrdRow()
291 uint32 bitsL = ptrA->bitsPerValueE; in bts_CompactMat_fltDotPrdRow() local
292 uint16 adjL = 16 - bitsL; in bts_CompactMat_fltDotPrdRow()
293 uint32 mkL = ( ( 1 << bitsL ) - 1 ) << adjL; in bts_CompactMat_fltDotPrdRow()
294 uint32 srL = bitsL; in bts_CompactMat_fltDotPrdRow()
305 srL += bitsL; in bts_CompactMat_fltDotPrdRow()