Home
last modified time | relevance | path

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

/external/neven/Embedded/common/src/b_TensorEm/
DCompactMat.c315 int32 resultLogL; in bts_CompactMat_fltDotPrdRow() local
318 resultLogL = bbs_intLog2( resultManL > 0 ? resultManL : -resultManL ); in bts_CompactMat_fltDotPrdRow()
319 if( resultLogL < 30 ) in bts_CompactMat_fltDotPrdRow()
321 resultManL <<= 30 - resultLogL; in bts_CompactMat_fltDotPrdRow()
322 resultExpL -= 30 - resultLogL; in bts_CompactMat_fltDotPrdRow()