Home | History | Annotate | Download | only in math

Lines Matching refs:lostDigits

60 /* 1997.09.12 Add lostDigits checking                                 */
82 /* 1999.02.04 lostdigits=0 behaviour rounds instead of digits+1 guard */
135 * form=SCIENTIFIC, lostDigits=false, roundingMode=ROUND_HALF_UP</code>) perform general-purpose floating point
140 * form=PLAIN, lostDigits=false, roundingMode=ROUND_HALF_UP</code>; these settings perform fixed point arithmetic with
1026 if (set.lostDigits)
1266 if (set.lostDigits)
1560 if (set.lostDigits)
1667 if (set.lostDigits)
1706 if (set.lostDigits)
1775 if (set.lostDigits)
1799 // Note: no need to check for lostDigits again.
1900 if (set.lostDigits)
3149 if (set.lostDigits)
3153 // [note we must have checked lostDigits before the following checks]