Home | History | Annotate | Download | only in gdtoa

Lines Matching defs:be

16 not be used in advertising or publicity pertaining to
22 IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
49 * 3. Under the assumption that input will be rounded nearest,
104 ndigits can be negative.
120 int bbits, b2, b5, be, dig, i, ieps, ilim0,
204 b = d2b(dval(&d), &be, &bbits);
230 * We want k to be too large rather than too small.
253 i = bbits + be + (Bias + (P-1) - 1);
446 if (be >= 0 && k <= Int_max) {
459 /* If FLT_ROUNDS == 2, L will usually be high by 1 */
508 denorm ? be + (Bias + (P-1) - 1 + 1) :
511 1 + 4*P - 3 - bbits + ((bbits + be - 1) & 3);