Searched refs:nDivBitsToLose (Results 1 – 1 of 1) sorted by relevance
594 const int nDivBitsToLose = Max( ( impl_NumberOfBits( nDiv ) - int( nSignificantBits ) ), 0 ); in ReduceInaccurate() local596 const int nToLose = Min( nMulBitsToLose, nDivBitsToLose ); in ReduceInaccurate()