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

/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/libbid/
H A Dbid64_sqrt.c73 int exponent_x, exponent_q, bin_expon_cx; local
148 exponent_q = exponent_x - scale;
149 scale += (exponent_q & 1); // exp. bias is even
170 exponent_q = (exponent_q + DECIMAL_EXPONENT_BIAS) >> 1;
205 res = fast_get_BID64 (0, exponent_q, Q);
222 int digits, scale, exponent_q = 0, exact = 1, amount, extra_digits; local
320 exponent_q = exponent_x;
340 exponent_q = exponent_x + 2;
352 exponent_q
[all...]
H A Dbid128_sqrt.c41 int digits, scale, exponent_q; variable
131 exponent_q = exponent_x - scale;
132 scale += (exponent_q & 1); // exp. bias is even
287 (exponent_q + DECIMAL_EXPONENT_BIAS_128) >> 1, CS);
304 int digits, scale, exponent_q;
401 exponent_q = exponent_x - scale;
402 scale += (exponent_q & 1); // exp. bias is even
556 get_BID128_fast (&res, 0, (exponent_q + DECIMAL_EXPONENT_BIAS_128) >> 1,
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid64_sqrt.c73 int exponent_x, exponent_q, bin_expon_cx; local
148 exponent_q = exponent_x - scale;
149 scale += (exponent_q & 1); // exp. bias is even
170 exponent_q = (exponent_q + DECIMAL_EXPONENT_BIAS) >> 1;
205 res = fast_get_BID64 (0, exponent_q, Q);
222 int digits, scale, exponent_q = 0, exact = 1, amount, extra_digits; local
320 exponent_q = exponent_x;
340 exponent_q = exponent_x + 2;
352 exponent_q
[all...]
H A Dbid128_sqrt.c41 int digits, scale, exponent_q; variable
131 exponent_q = exponent_x - scale;
132 scale += (exponent_q & 1); // exp. bias is even
287 (exponent_q + DECIMAL_EXPONENT_BIAS_128) >> 1, CS);
304 int digits, scale, exponent_q;
401 exponent_q = exponent_x - scale;
402 scale += (exponent_q & 1); // exp. bias is even
556 get_BID128_fast (&res, 0, (exponent_q + DECIMAL_EXPONENT_BIAS_128) >> 1,

Completed in 194 milliseconds