Lines Matching full:arithmetic
31 /* strtod for IEEE-, VAX-, and IBM-arithmetic machines.
34 * string (or sets errno to ERANGE). With IEEE arithmetic, ties are
44 * arithmetic (not IEEE double-extended).
45 * 2. We get by with floating-point arithmetic in a case that
53 * arithmetic to determine the adjustment to within
62 * #define IEEE_LITTLE_ENDIAN for IEEE-arithmetic machines where the least
64 * #define IEEE_BIG_ENDIAN for IEEE-arithmetic machines where the most
69 * #define IBM for IBM mainframe-style floating-point arithmetic.
70 * #define VAX for VAX-style floating-point arithmetic.
82 * integer arithmetic. Whether this speeds things up or slows things
2036 /* dtoa for IEEE arithmetic (dmg): convert double to ASCII string.
2058 * we use floating-point arithmetic rather than resorting
2061 * to get by with floating-point arithmetic; we resort to
2062 * multiple-precision integer arithmetic only if we cannot
2089 e.g. with IEEE P754 arithmetic , mode 0 gives
2319 /* Try to get by with floating-point arithmetic. */