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
50 * 3. Under the assumption that input will be rounded nearest,
111 ndigits can be negative.
127 int bbits, b2, b5, be, dig, i, ieps, ilim0,
200 b = d2b(dval(d), &be, &bbits);
226 * We want k to be too large rather than too small.
249 i = bbits + be + (Bias + (P-1) - 1);
441 if (be >= 0 && k <= Int_max) {
454 /* If FLT_ROUNDS == 2, L will usually be high by 1 */
498 denorm ? be + (Bias + (P-1) - 1 + 1) :
501 1 + 4*P - 3 - bbits + ((bbits + be - 1) & 3);