Searched refs:dRoundingFactor (Results 1 – 1 of 1) sorted by relevance
140 double dRoundingFactor = FP_POW_10( -nPrecision ) * 0.5; in fp_round() local144 dResult = dNumber - dRoundingFactor; in fp_round()148 dResult = dNumber + dRoundingFactor; in fp_round()