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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid64_quantize.c46 UINT64 sign_x, sign_y, coefficient_x, coefficient_y, remainder_h, C64, local
166 remainder_h = 0;
167 remainder_h--;
168 remainder_h >>= amount2;
169 remainder_h = remainder_h & CT.w[1];
172 if (!remainder_h && (CT.w[0] < reciprocals10_64[extra_digits])) {
181 remainder_h = CT.w[1] << (64 - amount);
186 if ((remainder_h == 0x8000000000000000ull)
192 if (!remainder_h
[all...]
H A Dbid32_to_bid64.c80 UINT64 sign_x, coefficient_x, remainder_h, carry, Stemp;
167 remainder_h = Q.w[1] << (64 - amount);
169 if (!remainder_h && (Q.w[0] < reciprocals10_64[extra_digits]))
179 remainder_h = Q.w[1] << (64 - amount);
185 if (remainder_h == 0x8000000000000000ull
191 if (!remainder_h && (Q.w[0] < reciprocals10_64[extra_digits]))
198 if ((remainder_h >> (64 - amount)) + carry >=
H A Dbid64_mul.c62 UINT64 C64, remainder_h, carry, CY, res; local
249 remainder_h = 0;
250 remainder_h--;
251 remainder_h >>= amount2;
252 remainder_h = remainder_h & Q_high.w[0];
255 if (remainder_h || (Q_low.w[1] > reciprocals10_128[16].w[1]
307 remainder_h = Q_high.w[0] << (64 - amount);
310 if (!remainder_h
324 remainder_h
[all...]
H A Dbid_inline_add.h81 UINT64 saved_ca, saved_cb, C0_64, C64, remainder_h, T1, carry, tmp, local
421 remainder_h = CT.w[1] << (64 - amount);
424 if (!remainder_h && (CT.w[0] < reciprocals10_64[extra_digits])) {
434 remainder_h = CT.w[1] << (64 - amount);
440 if ((remainder_h == 0x8000000000000000ull)
446 if (!remainder_h && (CT.w[0] < reciprocals10_64[extra_digits]))
453 if ((remainder_h >> (64 - amount)) + carry >=
515 UINT64 remainder_h, C64, carry, CY; local
563 remainder_h = 0;
564 remainder_h
639 UINT64 remainder_h, C64, carry, CY; local
[all...]
H A Dbid_internal.h832 UINT64 QH, r, mask, C64, remainder_h, CY, carry; local
888 remainder_h = 0;
889 remainder_h--;
890 remainder_h >>= amount2;
891 remainder_h = remainder_h & QH;
893 if (!remainder_h
910 remainder_h = QH << (64 - amount);
916 if (remainder_h == 0x8000000000000000ull
925 if (!remainder_h
1179 UINT64 C64, remainder_h, QH, carry, CY; local
1306 UINT64 r, mask, C64, remainder_h, QH, carry, CY; local
2192 UINT64 C64, remainder_h, carry, Stemp; local
[all...]
H A Dbid128_quantize.c31 UINT64 sign_x, sign_y, remainder_h, carry, CY64, valid_x;
176 remainder_h = CX2.w[0] | (CX2.w[1] << (128 - amount));
178 remainder_h = CX2.w[0] << (64 - amount);
181 if (!remainder_h
H A Dbid64_add.c128 UINT64 saved_ca, saved_cb, C0_64, C64, remainder_h, T1, carry, tmp; local
549 remainder_h = CT.w[1] << (64 - amount);
552 if (!remainder_h && (CT.w[0] < reciprocals10_64[extra_digits])) {
562 remainder_h = CT.w[1] << (64 - amount);
568 if ((remainder_h == 0x8000000000000000ull)
574 if (!remainder_h && (CT.w[0] < reciprocals10_64[extra_digits]))
582 if ((remainder_h >> (64 - amount)) + carry >=

Completed in 123 milliseconds