Searched refs:expon_x (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/libgcc/config/libbid/
H A Dbid64_string.c253 int expon_x = 0, sgn_expon, ndigits, add_expon = 0, midpoint = local
482 expon_x = (expon_x << 1) + (expon_x << 3);
483 expon_x += (int) (c - '0');
496 expon_x = -expon_x;
498 expon_x += add_expon + DECIMAL_EXPONENT_BIAS;
500 if (expon_x < 0) {
505 get_BID64_UF (sign_x, expon_x, coefficient_
[all...]

Completed in 40 milliseconds