Home
last modified time | relevance | path

Searched refs:remainder_h (Results 1 – 14 of 14) sorted by relevance

/netbsd/external/gpl3/gcc.old/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 && (CT.w[0] < reciprocals10_64[extra_digits]))
200 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];
307 remainder_h = Q_high.w[0] << (64 - amount);
310 if (!remainder_h
324 remainder_h = Q_high.w[0] << (64 - amount);
330 if (remainder_h == 0x8000000000000000ull
339 if (!remainder_h
[all …]
H A Dbid_inline_add.h563 remainder_h = 0; in __bid_full_round64()
564 remainder_h--; in __bid_full_round64()
565 remainder_h >>= amount2; in __bid_full_round64()
566 remainder_h = remainder_h & Q_high.w[0]; in __bid_full_round64()
568 if (!remainder_h in __bid_full_round64()
597 if (!remainder_h in __bid_full_round64()
674 remainder_h = 0; in __bid_full_round64_remainder()
675 remainder_h--; in __bid_full_round64_remainder()
677 remainder_h = remainder_h & Q_high.w[0]; in __bid_full_round64_remainder()
679 if (!remainder_h in __bid_full_round64_remainder()
[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 Dbid_internal.h888 remainder_h = 0; in get_BID64()
889 remainder_h--; in get_BID64()
891 remainder_h = remainder_h & QH; in get_BID64()
893 if (!remainder_h in get_BID64()
925 if (!remainder_h in get_BID64()
1235 remainder_h = remainder_h & QH; in get_BID64_UF()
1358 remainder_h = 0; in get_BID64_small_mantissa()
1359 remainder_h--; in get_BID64_small_mantissa()
1361 remainder_h = remainder_h & QH; in get_BID64_small_mantissa()
2256 remainder_h--; in get_BID32()
[all …]
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 >=
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
/netbsd/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 && (CT.w[0] < reciprocals10_64[extra_digits]))
200 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];
307 remainder_h = Q_high.w[0] << (64 - amount);
310 if (!remainder_h
324 remainder_h = Q_high.w[0] << (64 - amount);
330 if (remainder_h == 0x8000000000000000ull
339 if (!remainder_h
[all …]
H A Dbid_inline_add.h563 remainder_h = 0; in __bid_full_round64()
564 remainder_h--; in __bid_full_round64()
565 remainder_h >>= amount2; in __bid_full_round64()
566 remainder_h = remainder_h & Q_high.w[0]; in __bid_full_round64()
568 if (!remainder_h in __bid_full_round64()
597 if (!remainder_h in __bid_full_round64()
674 remainder_h = 0; in __bid_full_round64_remainder()
675 remainder_h--; in __bid_full_round64_remainder()
677 remainder_h = remainder_h & Q_high.w[0]; in __bid_full_round64_remainder()
679 if (!remainder_h in __bid_full_round64_remainder()
[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 Dbid_internal.h888 remainder_h = 0; in get_BID64()
889 remainder_h--; in get_BID64()
891 remainder_h = remainder_h & QH; in get_BID64()
893 if (!remainder_h in get_BID64()
925 if (!remainder_h in get_BID64()
1235 remainder_h = remainder_h & QH; in get_BID64_UF()
1358 remainder_h = 0; in get_BID64_small_mantissa()
1359 remainder_h--; in get_BID64_small_mantissa()
1361 remainder_h = remainder_h & QH; in get_BID64_small_mantissa()
2252 remainder_h--; in get_BID32()
[all …]
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 >=
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