Searched refs:resultLogL (Results 1 – 1 of 1) sorted by relevance
315 int32 resultLogL; in bts_CompactMat_fltDotPrdRow() local318 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()