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