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

/haiku-buildtools/gcc/libgcc/config/libbid/
H A Dbid64_logb.c27 #define DECIMAL_EXPONENT_BIAS 398 macro
65 exponent_x = exponent_x - DECIMAL_EXPONENT_BIAS + digits - 1;
H A Dbid64_to_bid128.c54 DECIMAL_EXPONENT_BIAS, new_coeff);
108 exponent_x - DECIMAL_EXPONENT_BIAS_128 + DECIMAL_EXPONENT_BIAS;
147 if (exponent_x < DECIMAL_EXPONENT_BIAS_128 - DECIMAL_EXPONENT_BIAS) {
150 DECIMAL_EXPONENT_BIAS + 35 >= 0) {
152 DECIMAL_EXPONENT_BIAS_128 - DECIMAL_EXPONENT_BIAS - 1) {
162 DECIMAL_EXPONENT_BIAS - exponent_x;
163 exponent_x = DECIMAL_EXPONENT_BIAS_128 - DECIMAL_EXPONENT_BIAS;
259 DECIMAL_EXPONENT_BIAS, CX.w[0], rnd_mode, pfpsf);
H A Dbid32_to_bid64.c55 DECIMAL_EXPONENT_BIAS -
106 exponent_x - DECIMAL_EXPONENT_BIAS + DECIMAL_EXPONENT_BIAS_32;
116 exponent_x - DECIMAL_EXPONENT_BIAS + DECIMAL_EXPONENT_BIAS_32;
H A Dbid64_mul.c124 exponent_x += exponent_y - DECIMAL_EXPONENT_BIAS;
155 exponent_x += exponent_y - DECIMAL_EXPONENT_BIAS;
182 DECIMAL_EXPONENT_BIAS, C64, rnd_mode,
204 exponent_x + exponent_y + extra_digits - DECIMAL_EXPONENT_BIAS;
370 exponent_x + exponent_y - DECIMAL_EXPONENT_BIAS, C64,
H A Dbid64_fma.c192 exponent_y = exponent_x - DECIMAL_EXPONENT_BIAS + exponent_y;
235 exponent_y += exponent_x - DECIMAL_EXPONENT_BIAS;
259 exponent_x += exponent_y - DECIMAL_EXPONENT_BIAS;
300 final_exponent = exponent_x + exponent_y - DECIMAL_EXPONENT_BIAS;
341 exponent_x + exponent_y + extra_digits - DECIMAL_EXPONENT_BIAS;
501 exponent_x + exponent_y - DECIMAL_EXPONENT_BIAS, C64,
H A Dbid64_string.c30 #define DECIMAL_EXPONENT_BIAS 398 macro
131 exponent_x -= DECIMAL_EXPONENT_BIAS;
458 add_expon + DECIMAL_EXPONENT_BIAS,
498 expon_x += add_expon + DECIMAL_EXPONENT_BIAS;
H A Dbid64_scalb.c27 #define DECIMAL_EXPONENT_BIAS 398 macro
H A Dbid64_sqrt.c106 exponent_x = (exponent_x + DECIMAL_EXPONENT_BIAS) >> 1;
139 very_fast_get_BID64 (0, (exponent_x + DECIMAL_EXPONENT_BIAS) >> 1,
170 exponent_q = (exponent_q + DECIMAL_EXPONENT_BIAS) >> 1;
260 DECIMAL_EXPONENT_BIAS;
311 DECIMAL_EXPONENT_BIAS, CS.w[0], rnd_mode, pfpsf);
391 DECIMAL_EXPONENT_BIAS;
H A Dbid64_quantize.c27 #define DECIMAL_EXPONENT_BIAS 398 macro
H A Dbid64_rem.c46 #define DECIMAL_EXPONENT_BIAS 398 macro
H A Dbid64_div.c161 exponent_x = exponent_x - exponent_y + DECIMAL_EXPONENT_BIAS;
195 diff_expon = exponent_x - exponent_y + DECIMAL_EXPONENT_BIAS;
590 exponent_x += (DECIMAL_EXPONENT_BIAS_128 - DECIMAL_EXPONENT_BIAS);
626 diff_expon = exponent_x - exponent_y + DECIMAL_EXPONENT_BIAS;
1009 (DECIMAL_EXPONENT_BIAS << 1);
1049 (DECIMAL_EXPONENT_BIAS << 1);
1438 exponent_x = exponent_x - exponent_y + DECIMAL_EXPONENT_BIAS;
1482 diff_expon = exponent_x - exponent_y + DECIMAL_EXPONENT_BIAS;
H A Dbid128_sqrt.c340 exponent_x - DECIMAL_EXPONENT_BIAS + DECIMAL_EXPONENT_BIAS_128;
359 exponent_x - DECIMAL_EXPONENT_BIAS + DECIMAL_EXPONENT_BIAS_128;
H A Dbid128_div.c1017 exponent_x = exponent_x - exponent_y + (DECIMAL_EXPONENT_BIAS_128<<1) - DECIMAL_EXPONENT_BIAS;
1027 exponent_x += (DECIMAL_EXPONENT_BIAS_128 - DECIMAL_EXPONENT_BIAS);
1470 exponent_x = exponent_x - exponent_y + DECIMAL_EXPONENT_BIAS;
1513 diff_expon = exponent_x - exponent_y + DECIMAL_EXPONENT_BIAS;
H A Dbid_inline_add.h63 #define DECIMAL_EXPONENT_BIAS 398 macro
H A Dbid_internal.h717 #define DECIMAL_EXPONENT_BIAS 398 macro

Completed in 119 milliseconds