Searched refs:resultExpL (Results 1 – 1 of 1) sorted by relevance
314 int32 resultExpL; in bts_CompactMat_fltDotPrdRow() local316 bbs_mulS32( sumL, factorManL, &resultManL, &resultExpL ); in bts_CompactMat_fltDotPrdRow()317 resultExpL += factorExpL + overflowBitsL; in bts_CompactMat_fltDotPrdRow()322 resultExpL -= 30 - resultLogL; in bts_CompactMat_fltDotPrdRow()326 resultExpL = resultExpL + 16; in bts_CompactMat_fltDotPrdRow()328 return ( ( resultManL & 0x0000FFFF ) << 16 ) | ( resultExpL & 0x0000FFFF ); in bts_CompactMat_fltDotPrdRow()