Home | History | Annotate | Download | only in dmg_fp

Lines Matching defs:be

29  * appropriate depends on the compiler; for this to work, it may be
52 * we can represent 10^k exactly), we may be able to
76 * is also #defined, fegetround() will be queried for the rounding mode.
78 * standard (and are specified to be consistent, with fesetround()
96 * something other than "long long", #define Llong to be the name,
98 * Llong, #define #ULLong to be the corresponding unsigned type.
105 * appropriate. If MALLOC is undefined, malloc will be invoked
107 * want something other than the system's free() to be called to
108 * recycle memory acquired from MALLOC, #define FREE to be the
115 * unless #defined to be a different length. This default length
127 * (e.g., some HP systems), it may be necessary to #define NAN_WORD0
146 * probability of wasting memory, but would otherwise be harmless.)
157 * computation should be done to set the inexact flag when the
159 * is exact. In this case, dtoa.c must be compiled in
301 Exactly one of IEEE_8087, IEEE_MC68k, VAX, or IBM should be defined.
326 * An alternative that might be better on some machines is
3235 /* special case -- power of FLT_RADIX to be */
3465 /* freedtoa(s) must be used to free values s returned by dtoa
3466 * when MULTIPLE_THREADS is #defined. It should be used in all cases,
3500 * 3. Under the assumption that input will be rounded nearest,
3548 ndigits can be negative.
3564 int bbits, b2, b5, be, dig, i, ieps, ilim, ilim0, ilim1,
3647 b = d2b(&u, &be, &bbits);
3671 * We want k to be too large rather than too small.
3694 i = bbits + be + (Bias + (P-1) - 1);
3885 if (be >= 0 && k <= Int_max) {
3898 /* If FLT_ROUNDS == 2, L will usually be high by 1 */
3942 denorm ? be + (Bias + (P-1) - 1 + 1) :
3945 1 + 4*P - 3 - bbits + ((bbits + be - 1) & 3);