Home | History | Annotate | Download | only in dmg_fp

Lines Matching full:arithmetic

26  * of) Intel 80x87 arithmetic, the call
34 /* strtod for IEEE-, VAX-, and IBM-arithmetic machines.
37 * string (or sets errno to ERANGE). With IEEE arithmetic, ties are
47 * arithmetic (not IEEE double-extended).
48 * 2. We get by with floating-point arithmetic in a case that
56 * arithmetic to determine the adjustment to within
65 * #define IEEE_8087 for IEEE-arithmetic machines where the least
67 * #define IEEE_MC68k for IEEE-arithmetic machines where the most
70 * #define IBM for IBM mainframe-style floating-point arithmetic.
71 * #define VAX for VAX-style floating-point arithmetic (D_floating).
93 * high-precision integer arithmetic. Whether this speeds things
156 * #define SET_INEXACT if IEEE arithmetic is being used and extra
174 * #define NO_STRTOD_BIGCOMP (on IEEE-arithmetic systems only for now)
2874 /* in IEEE arithmetic. */
3487 /* dtoa for IEEE arithmetic (dmg): convert double to ASCII string.
3509 * we use floating-point arithmetic rather than resorting
3512 * to get by with floating-point arithmetic; we resort to
3513 * multiple-precision integer arithmetic only if we cannot
3540 e.g. with IEEE P754 arithmetic , mode 0 gives
3552 With IEEE arithmetic and compilation with
3783 /* Try to get by with floating-point arithmetic. */