Lines Matching defs:inexact
3988 int inexact, negate, a_is_small, b_is_small;
4041 the result is inexact, in a flag 'inexact'; this information is
4066 either: (a) the computation of x in step 2 had an inexact result,
4136 inexact = 0;
4170 /* set inexact if any of the bits shifted out is nonzero */
4172 inexact = 1;
4173 while (!inexact && shift_digits > 0)
4175 inexact = 1;
4180 /* x //= b. If the remainder is nonzero, set inexact. We own the only
4187 inexact = 1;
4197 inexact = 1;
4210 low = x->ob_digit[0] | inexact;