Searched refs:nProductX (Results 1 – 1 of 1) sorted by relevance
134 long nProductX = nDPIX * rMapRes.mnMapScNumX; in ImplCalcBigIntThreshold() local136 if ( !nProductX ) in ImplCalcBigIntThreshold()139 rThresRes.mnThresLogToPixX = Abs( (LONG_MAX - nDenomHalfX) / nProductX ); in ImplCalcBigIntThreshold()143 else if ( nProductX >= 0 ) 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 31 milliseconds