Searched refs:nDenomX (Results 1 – 1 of 1) sorted by relevance
133 sal_uLong nDenomX = rMapRes.mnMapScDenomX; in ImplCalcBigIntThreshold() local141 if ( !nDenomX ) in ImplCalcBigIntThreshold()144 rThresRes.mnThresPixToLogX = (long)(((sal_uLong)LONG_MAX - (sal_uLong)( nProductX/2)) / nDenomX); in ImplCalcBigIntThreshold()146 rThresRes.mnThresPixToLogX = (long)(((sal_uLong)LONG_MAX + (sal_uLong)(-nProductX/2)) / nDenomX); in ImplCalcBigIntThreshold()
Completed in 17 milliseconds