Home | History | Annotate | Download | only in dmg_fp

Lines Matching refs:inexact

157  *	computation should be done to set the inexact flag when the
158 * result is inexact and avoid setting inexact when the result
165 * inexact bit is already set, and clear_inexact() sets the
166 * inexact bit to 0. When SET_INEXACT is #defined, strtod
169 * inexact or when it is a numeric value rounded to +-infinity).
485 BCinfo { int dp0, dp1, dplen, dsign, e0, inexact, nd, nd0, rounding, scale, uflchk; };
2386 bc->inexact = 0;
2729 bc.inexact = 1;
3001 bc.inexact = 0;
3103 bc.inexact = 0;
3110 bc.inexact = 0;
3383 if (bc.inexact) {
3410 if (bc.inexact && !(word0(&rv) & Exp_mask)) {
3577 int inexact, oldinexact;
3635 inexact = 1;
3907 inexact = 0;
4078 inexact = 0;
4091 inexact = 0;
4146 inexact = 0;
4191 if (inexact) {