Lines Matching defs:be
49 * we can represent 10^k exactly), we may be able to
90 * appropriate. If MALLOC is undefined, malloc will be invoked
206 IBM should be defined.
223 * An alternative that might be better on some machines is
384 * computation is performed. Also the NULL value can also be
1786 /* special case -- power of FLT_RADIX to be */
2018 /* freedtoa(s) must be used to free values s returned by dtoa
2019 * when MULTIPLE_THREADS is #defined. It should be used in all cases,
2049 * 3. Under the assumption that input will be rounded nearest,
2097 ndigits can be negative.
2113 int bbits, b2, b5, be, dig, i, ieps, ilim0,
2183 b = d2b(value(d), &be, &bbits);
2207 * We want k to be too large rather than too small.
2230 i = bbits + be + (Bias + (P-1) - 1);
2308 // complicated way the block size need to be computed
2421 if (be >= 0 && k <= Int_max) {
2434 /* If FLT_ROUNDS == 2, L will usually be high by 1 */
2468 denorm ? be + (Bias + (P-1) - 1 + 1) :
2471 1 + 4*P - 3 - bbits + ((bbits + be - 1) & 3);