Home
last modified time | relevance | path

Searched refs:power10_table_128 (Results 1 – 20 of 20) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libgcc/config/libbid/
Dbid_inline_add.h123 if (coefficient_a >= power10_table_128[scale_ca].w[0]) in get_add64()
128 coefficient_a *= power10_table_128[scale_k].w[0]; in get_add64()
206 coefficient_a *= power10_table_128[diff_dec_expon].w[0]; in get_add64()
224 if (coefficient_a < power10_table_128[MAX_FORMAT_DIGITS].w[0]) { in get_add64()
239 if (coefficient_a < power10_table_128[17].w[0]) in get_add64()
241 else if (coefficient_a < power10_table_128[18].w[0]) in get_add64()
290 T1 = power10_table_128[16 - diff_dec_expon].w[0]; in get_add64()
295 if (coefficient_a >= power10_table_128[scale_ca].w[0]) { in get_add64()
312 (SINT64) saved_ca *(SINT64) power10_table_128[scale_k].w[0]; in get_add64()
354 power10_table_128[diff_dec_expon].w[0]; in get_add64()
[all …]
Dbid64_fma.c335 if (!(__unsigned_compare_gt_128 (power10_table_128[digits_p], P)))
351 if (coefficient_z >= power10_table_128[digits_z].w[0])
366 coefficient_z *= power10_table_128[scale_z].w[0];
380 T = power10_table_128[16].w[0];
392 power10_table_128[extra_digits].w[0]);
397 (CT, power10_table_128[16 + extra_digits])) {
419 (power10_table_128[15 + extra_digits], CT))) {
429 __unsigned_compare_gt_128 (power10_table_128
435 PU = power10_table_128[extra_digits + 15];
447 remainder_y = power10_table_128[16].w[0] - remainder_y;
[all …]
Dbid64_add.c264 if (coefficient_a >= power10_table_128[scale_ca].w[0])
269 coefficient_a *= power10_table_128[scale_k].w[0];
349 coefficient_a *= power10_table_128[diff_dec_expon].w[0];
367 if (coefficient_a < power10_table_128[MAX_FORMAT_DIGITS].w[0]) {
382 if (coefficient_a < power10_table_128[17].w[0])
384 else if (coefficient_a < power10_table_128[18].w[0])
433 T1 = power10_table_128[16 - diff_dec_expon].w[0];
436 if (coefficient_a >= power10_table_128[scale_ca].w[0]) {
445 (SINT64) saved_ca *(SINT64) power10_table_128[scale_k].w[0];
482 saved_cb += rem_a * power10_table_128[diff_dec_expon].w[0];
[all …]
Dbid128_quantize.c121 if (CX.w[1] > power10_table_128[digits_x].w[1]
122 || (CX.w[1] == power10_table_128[digits_x].w[1]
123 && CX.w[0] >= power10_table_128[digits_x].w[0]))
131 T = power10_table_128[expon_diff];
Dbid128_sqrt.c135 T128 = power10_table_128[scale - 37];
138 TP128 = power10_table_128[37];
141 T128 = power10_table_128[scale];
322 __mul_64x64_to_128 (res, res.w[0], power10_table_128[18].w[0]);
405 T128 = power10_table_128[scale - 37];
408 TP128 = power10_table_128[37];
411 T128 = power10_table_128[scale];
Dbid128_div.c172 T128 = power10_table_128[ed2];
205 T128.w[0] = power10_table_128[ed2].w[0];
206 T128.w[1] = power10_table_128[ed2].w[1];
520 __mul_64x64_to_128 (res, res.w[0], power10_table_128[18].w[0]);
584 __mul_64x64_to_128 (res, res.w[0], power10_table_128[18].w[0]);
633 T128 = power10_table_128[ed2];
666 T128.w[0] = power10_table_128[ed2].w[0];
667 T128.w[1] = power10_table_128[ed2].w[1];
979 __mul_64x64_to_128 (res, res.w[0], power10_table_128[18].w[0]);
1087 T128 = power10_table_128[ed2];
[all …]
Dbid64_div.c214 T = power10_table_128[ed1].w[0]; in bid64_div()
266 T = power10_table_128[ed2].w[0]; in bid64_div()
270 Q *= power10_table_128[ed2].w[0]; in bid64_div()
652 T128 = power10_table_128[ed2]; in bid64_div()
687 T128.w[0] = power10_table_128[ed2].w[0]; in bid64_div()
700 __mul_64x64_to_128 (CQ2, CQ.w[0], (power10_table_128[ed2].w[0])); in bid64_div()
1075 T128 = power10_table_128[ed2];
1110 T128.w[0] = power10_table_128[ed2].w[0];
1123 __mul_64x64_to_128 (CQ2, CQ.w[0], (power10_table_128[ed2].w[0]));
1136 __mul_64x128_low(CY, (power10_table_128[ed2].w[0]),CY);
[all …]
Dbid64_rem.c165 T = power10_table_128[diff_expon].w[0];
205 coefficient_x *= power10_table_128[e_scale].w[0];
Dbid64_sqrt.c151 CT = power10_table_128[scale]; in bid64_sqrt()
381 T128 = power10_table_128[scale]; in bid64_sqrt()
406 if (CS.w[0] != CS0 * power10_table_128[extra_digits].w[0]) in bid64_sqrt()
416 mul_factor *= power10_table_128[extra_digits].w[0]; in bid64_sqrt()
Dbid64_quantize.c119 if (coefficient_x >= power10_table_128[digits_x].w[0])
128 coefficient_x *= power10_table_128[expon_diff].w[0];
Dbid128_rem.c136 T = power10_table_128[diff_expon];
195 T = power10_table_128[scale];
Dbid64_logb.c62 if (coefficient_x >= power10_table_128[digits].w[0])
Dbid32_to_bid128.c44 __mul_64x128_low (res, res.w[0], power10_table_128[27]);
159 (CX1, power10_table_128[extra_digits + 7]))
Dbid64_to_bid128.c44 __mul_64x64_to_128 (res, res.w[0], power10_table_128[18].w[0]);
157 (CX1, power10_table_128[extra_digits + 16]))
Dbid64_mul.c198 if (!(__unsigned_compare_gt_128 (power10_table_128[digits_p], P)))
235 (PU, power10_table_128[extra_digits + 16]))
Dbid64_string.c104 if ((UINT64)exponent_x >= power10_table_128[digits_x].w[0])
212 if ((UINT64)exponent_x >= power10_table_128[digits_x].w[0])
Dbid_internal.h770 extern UINT128 power10_table_128[];
1777 T33 = power10_table_128[33]; in unpack_BID128_value()
1805 T34 = power10_table_128[34]; in unpack_BID128_value()
1842 T33 = power10_table_128[33]; in unpack_BID128()
1859 T34 = power10_table_128[34]; in unpack_BID128()
1886 T = power10_table_128[MAX_FORMAT_DIGITS_128 - 1]; in get_BID128_very_fast_OF()
2003 T = power10_table_128[MAX_FORMAT_DIGITS_128 - 1]; in get_BID128()
2086 (coeff.w[1] < power10_table_128[33].w[1] || in get_BID128_string()
2087 (coeff.w[1] == power10_table_128[33].w[1] in get_BID128_string()
2088 && coeff.w[0] < power10_table_128[33].w[0]))) { in get_BID128_string()
Dbid_decimal_data.c990 UINT128 power10_table_128[] = { variable
Dbid32_to_bid64.c144 power10_table_128[extra_digits + 7].w[0])
Dbid_conf.h84 #define power10_table_128 __bid_power10_table_128 macro