Searched refs:round_const_table (Results 1 – 18 of 18) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/libbid/ |
H A D | bid64_add.c | 400 coefficient_a += round_const_table[rmode][extra_digits]; 453 round_const_table[rmode][extra_digits]; 492 round_const_table[rmode][extra_digits]; 513 round_const_table[rmode][extra_digits];
|
H A D | bid32_to_bid64.c | 143 if (coefficient_x + round_const_table[rmode][extra_digits] >= 149 coefficient_x += round_const_table[rmode][extra_digits];
|
H A D | bid_inline_add.h | 257 coefficient_a += round_const_table[rmode][extra_digits]; in get_add64() 320 round_const_table[rmode][extra_digits]; in get_add64() 364 round_const_table[rmode][extra_digits]; in get_add64() 385 round_const_table[rmode][extra_digits]; in get_add64() 486 __add_128_64 (P, P, round_const_table[rmode][extra_digits]); in __bid_simple_round64_sticky() 652 __add_128_64 (P, P, round_const_table[rmode][extra_digits]); in __bid_full_round64_remainder() 1040 coefficient_y += round_const_table[rmode][extra_digits]; in get_add128()
|
H A D | bid64_mul.c | 233 __add_128_64 (PU, P, round_const_table[rmode][extra_digits]); 284 __add_128_64 (P, P, round_const_table[rmode][extra_digits]);
|
H A D | bid64_fma.c | 458 remainder_y += round_const_table[rmode][15]; 462 if (remainder_y < round_const_table[rmode][16])
|
H A D | bid_decimal_data.c | 26 UINT64 round_const_table[][19] = { variable
|
H A D | bid64_quantize.c | 145 coefficient_x += round_const_table[rmode][extra_digits];
|
H A D | bid_internal.h | 767 extern UINT64 round_const_table[][19]; 868 coeff += round_const_table[rmode][extra_digits]; in get_BID64() 1211 C128.w[0] = coeff + round_const_table[rmode][extra_digits]; in get_BID64_UF() 1338 C128.w[0] = coeff + round_const_table[rmode][extra_digits]; in get_BID64_small_mantissa() 2236 coeff += round_const_table[rmode][extra_digits]; in get_BID32()
|
H A D | bid_conf.h | 88 #define round_const_table __bid_round_const_table macro
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/libbid/ |
H A D | bid64_add.c | 400 coefficient_a += round_const_table[rmode][extra_digits]; 453 round_const_table[rmode][extra_digits]; 492 round_const_table[rmode][extra_digits]; 513 round_const_table[rmode][extra_digits];
|
H A D | bid32_to_bid64.c | 143 if (coefficient_x + round_const_table[rmode][extra_digits] >= 149 coefficient_x += round_const_table[rmode][extra_digits];
|
H A D | bid_inline_add.h | 257 coefficient_a += round_const_table[rmode][extra_digits]; in get_add64() 320 round_const_table[rmode][extra_digits]; in get_add64() 364 round_const_table[rmode][extra_digits]; in get_add64() 385 round_const_table[rmode][extra_digits]; in get_add64() 486 __add_128_64 (P, P, round_const_table[rmode][extra_digits]); in __bid_simple_round64_sticky() 652 __add_128_64 (P, P, round_const_table[rmode][extra_digits]); in __bid_full_round64_remainder() 1040 coefficient_y += round_const_table[rmode][extra_digits]; in get_add128()
|
H A D | bid64_mul.c | 233 __add_128_64 (PU, P, round_const_table[rmode][extra_digits]); 284 __add_128_64 (P, P, round_const_table[rmode][extra_digits]);
|
H A D | bid64_fma.c | 458 remainder_y += round_const_table[rmode][15]; 462 if (remainder_y < round_const_table[rmode][16])
|
H A D | bid_decimal_data.c | 26 UINT64 round_const_table[][19] = { variable
|
H A D | bid64_quantize.c | 145 coefficient_x += round_const_table[rmode][extra_digits];
|
H A D | bid_internal.h | 767 extern UINT64 round_const_table[][19]; 868 coeff += round_const_table[rmode][extra_digits]; in get_BID64() 1211 C128.w[0] = coeff + round_const_table[rmode][extra_digits]; in get_BID64_UF() 1338 C128.w[0] = coeff + round_const_table[rmode][extra_digits]; in get_BID64_small_mantissa() 2232 coeff += round_const_table[rmode][extra_digits]; in get_BID32()
|
H A D | bid_conf.h | 88 #define round_const_table __bid_round_const_table macro
|