Home
last modified time | relevance | path

Searched refs:nDivBitsToLose (Results 1 – 1 of 1) sorted by relevance

/trunk/main/tools/source/generic/
H A Dfract.cxx596 const int nDivBitsToLose = Max( ( impl_NumberOfBits( nDiv ) - int( nSignificantBits ) ), 0 ); in ReduceInaccurate() local
598 const int nToLose = Min( nMulBitsToLose, nDivBitsToLose ); in ReduceInaccurate()

Completed in 12 milliseconds