Searched refs:nMulBitsToLose (Results 1 – 1 of 1) sorted by relevance
595 const int nMulBitsToLose = Max( ( impl_NumberOfBits( nMul ) - int( nSignificantBits ) ), 0 ); in ReduceInaccurate() local598 const int nToLose = Min( nMulBitsToLose, nDivBitsToLose ); in ReduceInaccurate()
Completed in 12 milliseconds