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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid_round.c631 if (Cstar.w[2] == ten2k256[0].w[2] && Cstar.w[1] == ten2k256[0].w[1]
632 && Cstar.w[0] == ten2k256[0].w[0]) {
642 if (Cstar.w[2] == ten2k256[ind - 39].w[2] &&
643 Cstar.w[1] == ten2k256[ind - 39].w[1] &&
644 Cstar.w[0] == ten2k256[ind - 39].w[0]) {
646 Cstar.w[0] = ten2k256[ind - 40].w[0]; // Cstar = 10^(q-x-1)
647 Cstar.w[1] = ten2k256[ind - 40].w[1];
648 Cstar.w[2] = ten2k256[ind - 40].w[2];
1005 if (Cstar.w[3] == 0x0ULL && Cstar.w[2] == ten2k256[
[all...]
H A Dbid128_fma.c221 (R256.w[2] < ten2k256[0].w[2] ||
222 (R256.w[2] == ten2k256[0].w[2] &&
223 R256.w[1] < ten2k256[0].w[1]) ||
224 (R256.w[2] == ten2k256[0].w[2] &&
225 R256.w[1] == ten2k256[0].w[1] &&
226 R256.w[0] < ten2k256[0].w[0]))) {
232 if (R256.w[3] < ten2k256[ind].w[3] ||
233 (R256.w[3] == ten2k256[ind].w[3] &&
234 R256.w[2] < ten2k256[ind].w[2]) ||
235 (R256.w[3] == ten2k256[in
[all...]
H A Dbid_conf.h142 #define ten2k256 __bid_ten2k256 macro
H A Dbid128.c592 // might split into ten2k192[] and ten2k256[]
594 // ten2k256[i - 39] = 10^i, 39 <= i <= 68
595 UINT256 ten2k256[] = { // the 64-bit word order is LL, LH, HL, HH variable
H A Dbid_internal.h2489 extern UINT256 ten2k256[];

Completed in 98 milliseconds