Searched refs:power10_table_128 (Results 1 – 20 of 20) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/libgcc/config/libbid/ |
| D | bid_inline_add.h | 123 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 …]
|
| D | bid64_fma.c | 335 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 …]
|
| D | bid64_add.c | 264 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 …]
|
| D | bid128_quantize.c | 121 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];
|
| D | bid128_sqrt.c | 135 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];
|
| D | bid128_div.c | 172 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 …]
|
| D | bid64_div.c | 214 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 …]
|
| D | bid64_rem.c | 165 T = power10_table_128[diff_expon].w[0]; 205 coefficient_x *= power10_table_128[e_scale].w[0];
|
| D | bid64_sqrt.c | 151 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()
|
| D | bid64_quantize.c | 119 if (coefficient_x >= power10_table_128[digits_x].w[0]) 128 coefficient_x *= power10_table_128[expon_diff].w[0];
|
| D | bid128_rem.c | 136 T = power10_table_128[diff_expon]; 195 T = power10_table_128[scale];
|
| D | bid64_logb.c | 62 if (coefficient_x >= power10_table_128[digits].w[0])
|
| D | bid32_to_bid128.c | 44 __mul_64x128_low (res, res.w[0], power10_table_128[27]); 159 (CX1, power10_table_128[extra_digits + 7]))
|
| D | bid64_to_bid128.c | 44 __mul_64x64_to_128 (res, res.w[0], power10_table_128[18].w[0]); 157 (CX1, power10_table_128[extra_digits + 16]))
|
| D | bid64_mul.c | 198 if (!(__unsigned_compare_gt_128 (power10_table_128[digits_p], P))) 235 (PU, power10_table_128[extra_digits + 16]))
|
| D | bid64_string.c | 104 if ((UINT64)exponent_x >= power10_table_128[digits_x].w[0]) 212 if ((UINT64)exponent_x >= power10_table_128[digits_x].w[0])
|
| D | bid_internal.h | 770 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()
|
| D | bid_decimal_data.c | 990 UINT128 power10_table_128[] = { variable
|
| D | bid32_to_bid64.c | 144 power10_table_128[extra_digits + 7].w[0])
|
| D | bid_conf.h | 84 #define power10_table_128 __bid_power10_table_128 macro
|