Searched refs:inexact (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/gdtoa/
H A Ddtoa.c131 int inexact, oldinexact; local
188 inexact = 1;
460 inexact = 0;
642 inexact = 0;
655 inexact = 0;
714 inexact = 0;
764 if (inexact) {
H A Dstrtod.c107 int inexact, oldinexact; local
435 inexact = 1;
670 inexact = 0;
772 inexact = 0;
779 inexact = 0;
1038 if (inexact) {
1065 if (inexact && !(word0(&rv) & Exp_mask)) {
/freebsd-11-stable/contrib/gcc/
H A Dreal.c441 true if the division was inexact. */
449 unsigned long msb, inexact;
469 for (i = 0, inexact = 0; i < SIGSZ; i++)
470 inexact |= u.sig[i];
472 return inexact != 0;
527 result may be inexact due to a loss of precision. */
535 bool inexact = false;
614 inexact |= sticky_rshift_significand (&t, b, dexp);
620 if (sub_significands (r, a, b, inexact))
637 inexact |
447 unsigned long msb, inexact; local
532 bool inexact = false; local
674 bool inexact = false; local
809 bool inexact; local
4824 bool inexact = false; local
[all...]
H A Dsimplify-rtx.c2797 bool inexact;
2848 inexact = real_arithmetic (&value, rtx_to_tree_code (code),
2871 && (inexact || !real_identical (&result, &value)))
2790 bool inexact; local
H A Dbuiltins.c7814 bool inexact;
7817 inexact = real_powi (&x, TYPE_MODE (type), &x, n);
7818 if (flag_unsafe_math_optimizations || !inexact)
7811 bool inexact; local
H A Dfold-const.c1734 bool inexact;
1778 inexact = real_arithmetic (&value, code, &d1, &d2);
1797 && (inexact || !real_identical (&result, &value)))
1723 bool inexact; local
/freebsd-11-stable/contrib/gcc/config/soft-fp/
H A Dop-common.h1038 int inexact = 0; \
1040 ? ({ _FP_FRAC_SRST_##wc(X, inexact, \
1046 else if (inexact) \
1062 int inexact; \
1063 _FP_FRAC_SRST_##wc(X, inexact, \
1067 if (inexact) \
1353 /* If there's anything left in U, the result is inexact. */ \
/freebsd-11-stable/sys/mips/mips/
H A Dfp.S1447 move t2, zero # result is an inexact zero
1469 move t2, zero # result is an inexact zero
1538 * Handle inexact exception.
1549 * or generate an inexact trap (if enabled),
1557 bne v0, zero, inexact_w # inexact traps enabled?
1562 * or generate an inexact trap (if enabled),
1570 bne v0, zero, inexact_w # inexact traps enabled?
1762 bne t8, zero, inexact_s # is result inexact?
1768 * Handle inexact exception.
1783 * or generate an inexact tra
[all...]

Completed in 313 milliseconds