Home
last modified time | relevance | path

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

/external/neven/Embedded/common/src/b_TensorEm/
DCompactMat.c313 int32 resultManL; in bts_CompactMat_fltDotPrdRow() local
316 bbs_mulS32( sumL, factorManL, &resultManL, &resultExpL ); in bts_CompactMat_fltDotPrdRow()
318 resultLogL = bbs_intLog2( resultManL > 0 ? resultManL : -resultManL ); in bts_CompactMat_fltDotPrdRow()
321 resultManL <<= 30 - resultLogL; in bts_CompactMat_fltDotPrdRow()
325 resultManL = ( ( resultManL >> 15 ) + 1 ) >> 1; in bts_CompactMat_fltDotPrdRow()
328 return ( ( resultManL & 0x0000FFFF ) << 16 ) | ( resultExpL & 0x0000FFFF ); in bts_CompactMat_fltDotPrdRow()