Lines Matching full:floating
41 * Inspired loosely by William D. Clinger's paper "How to Read Floating
48 * 2. We get by with floating-point arithmetic in a case that
55 * result in the hard case, we use floating-point
70 * #define IBM for IBM mainframe-style floating-point arithmetic.
71 * #define VAX for VAX-style floating-point arithmetic (D_floating).
72 * #define No_leftright to omit left-right logic in fast floating-point
152 * floating-point numbers and flushes underflows to zero rather
172 * #define NO_HEX_FP to omit recognition of hexadecimal floating-point
2328 /* Now b/d = exactly half-way between the two floating-point values */
3489 * Inspired by "How to Print Floating-Point Numbers Accurately" by
3503 * round-nearest rule will give the same floating-point value
3508 * 5. When converting floating-point integers less than 1e16,
3509 * we use floating-point arithmetic rather than resorting
3512 * to get by with floating-point arithmetic; we resort to
3514 * guarantee that the floating-point calculation has given
3556 fast floating-point estimate (if applicable).
3783 /* Try to get by with floating-point arithmetic. */