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