| /src/external/gpl3/gcc/dist/libgcc/config/libbid/ |
| bid128_logb.c | 30 UINT64 sign_x; variable 35 if (!unpack_BID128_value (&sign_x, &exponent_x, &CX, x)) {
|
| bid64_logb.c | 40 UINT64 sign_x, coefficient_x; local 48 if (!unpack_BID64 (&sign_x, &exponent_x, &coefficient_x, x)) {
|
| bid128_scalb.c | 36 UINT64 sign_x; variable 40 if (!unpack_BID128_value (&sign_x, &exponent_x, &CX, x)) { 53 get_BID128_very_fast (&res, sign_x, exponent_x, CX); 62 get_BID128_very_fast (&res, sign_x, exponent_x, CX); 84 get_BID128_very_fast (&res, sign_x, exponent_x, CX); 92 get_BID128 (&res, sign_x, exponent_x, CX, (unsigned int *) &rmode,
|
| bid128_sqrt.c | 37 UINT64 sign_x, Carry; variable 47 if (!unpack_BID128_value (&sign_x, &exponent_x, &CX, x)) { 62 if (sign_x) { 74 sign_x | 79 if (sign_x) { 300 UINT64 sign_x, Carry; 312 if (!unpack_BID64 (&sign_x, &exponent_x, &CX.w[0], x)) { 328 if (sign_x) { 342 sign_x | ((((UINT64) (exponent_x + DECIMAL_EXPONENT_BIAS_128)) >> 1) 347 if (sign_x) { [all...] |
| bid64_scalb.c | 45 UINT64 sign_x, coefficient_x, res; local 58 if (!unpack_BID64 (&sign_x, &exponent_x, &coefficient_x, x)) { 71 res = very_fast_get_BID64 (sign_x, exponent_x, coefficient_x); // 0 80 res = very_fast_get_BID64 (sign_x, exponent_x, coefficient_x); 94 res = very_fast_get_BID64 (sign_x, exponent_x, coefficient_x); 102 res = get_BID64 (sign_x, exponent_x, coefficient_x, rmode, pfpsf);
|
| bid64_rem.c | 65 UINT64 sign_x, sign_y, coefficient_x, coefficient_y, res; local 77 valid_x = unpack_BID64 (&sign_x, &exponent_x, &coefficient_x, x); 122 res = x | sign_x; 141 res = very_fast_get_BID64 (sign_x, exponent_x, coefficient_x); 179 sign_x ^= 0x8000000000000000ull; 182 res = very_fast_get_BID64 (sign_x, exponent_x, R); 214 res = very_fast_get_BID64_small_mantissa (sign_x, exponent_y, 0); 222 sign_x ^= 0x8000000000000000ull; 225 res = very_fast_get_BID64 (sign_x, exponent_y, coefficient_x);
|
| bid64_mul.c | 32 * return get_BID64(sign_x^sign_y, exponent_x + exponent_y - dec_bias, 61 UINT64 sign_x, sign_y, coefficient_x, coefficient_y; local 78 valid_x = unpack_BID64 (&sign_x, &exponent_x, &coefficient_x, x); 129 BID_RETURN ((sign_x ^ sign_y) | (((UINT64) exponent_x) << 53)); 160 BID_RETURN ((sign_x ^ sign_y) | (((UINT64) exponent_x) << 53)); 180 get_BID64_small_mantissa (sign_x ^ sign_y, 209 if (sign_x ^ sign_y && (unsigned) (rmode - 1) < 2) 223 res = sign_x ^ sign_y; 271 fast_get_BID64_check_OF (sign_x ^ sign_y, final_exponent, 362 fast_get_BID64_check_OF (sign_x ^ sign_y, final_exponent, C64 [all...] |
| bid64_quantize.c | 46 UINT64 sign_x, sign_y, coefficient_x, coefficient_y, remainder_h, C64, local 62 valid_x = unpack_BID64 (&sign_x, &exponent_x, &coefficient_x, x); 112 res = very_fast_get_BID64_small_mantissa (sign_x, exponent_y, 0); 129 res = very_fast_get_BID64 (sign_x, exponent_y, coefficient_x); 137 if (sign_x && (unsigned) (rmode - 1) < 2) 208 res = very_fast_get_BID64_small_mantissa (sign_x, exponent_y, C64); 220 if (sign_x && (unsigned) (rmode - 1) < 2) 226 res = very_fast_get_BID64_small_mantissa (sign_x, exponent_y, C64);
|
| bid128_string.c | 280 UINT64 sign_x, coeff_high, coeff_low, coeff2, coeff_l2, carry = 0x0ull, local 371 // set up sign_x to be OR'ed with the upper word later 373 sign_x = 0x8000000000000000ull; 375 sign_x = 0; 385 res.w[1] = 0x7c00000000000000ull | sign_x; 413 (right_radix_leading_zeros << 49)) | sign_x; 420 res.w[1] = 0x7c00000000000000ull | sign_x; 425 //res.w[1] = 0x3040000000000000ull | sign_x; 428 (right_radix_leading_zeros << 49)) | sign_x; 537 res.w[1] = 0 | sign_x; [all...] |
| bid64_add.c | 123 UINT64 sign_x, sign_y, coefficient_x, coefficient_y, C64_new; local 142 valid_x = unpack_BID64 (&sign_x, &exponent_x, &coefficient_x, x); 163 if (sign_x == (y & 0x8000000000000000ull)) { 218 if (sign_x == sign_y) 219 res |= sign_x; 222 if (rnd_mode == ROUNDING_DOWN && sign_x != sign_y) 237 sign_b = sign_x; 241 sign_a = sign_x;
|
| bid64_fma.c | 70 UINT64 sign_x, sign_y, coefficient_x, coefficient_y, sign_z, local 89 valid_x = unpack_BID64 (&sign_x, &exponent_x, &coefficient_x, x); 268 if ((sign_x ^ sign_y) == sign_z) 303 get_add64 (sign_x ^ sign_y, 358 sign_x ^ sign_y, 1, rnd_mode, pfpsf); 372 sign_x ^ sign_y, 1, rnd_mode, pfpsf); 394 if (sign_z == (sign_y ^ sign_x)) { 409 sign_z = sign_y ^ sign_x; 446 if (remainder_y && (sign_z != (sign_y ^ sign_x))) 454 if (remainder_y && (sign_z != (sign_y ^ sign_x))) [all...] |
| bid64_sqrt.c | 67 UINT64 sign_x, coefficient_x; local 88 if (!unpack_BID64 (&sign_x, &exponent_x, &coefficient_x, x)) { 107 res = sign_x | (((UINT64) exponent_x) << 53); 111 if (sign_x && coefficient_x) { 218 UINT64 sign_x, Carry, B10, res, mul_factor, mul_factor2 = 0x0ull, CS0; local 228 if (!unpack_BID128_value (&sign_x, &exponent_x, &CX, x)) { 247 if (sign_x) { 265 //res= sign_x | (((UINT64)exponent_x)<<53); 266 res = get_BID64 (sign_x, exponent_x, 0, rnd_mode, pfpsf); 269 if (sign_x) { [all...] |
| bid64_string.c | 46 UINT64 sign_x, coefficient_x, D, ER10; local 61 if (!unpack_BID64 (&sign_x, &exponent_x, &coefficient_x, x)) { 67 ps[0] = (sign_x) ? '-' : '+'; 76 ps[0] = (sign_x) ? '-' : '+'; 85 if (sign_x) { 136 if (sign_x) { 252 UINT64 sign_x, coefficient_x = 0, rounded = 0, res; local 324 sign_x = 0x8000000000000000ull; 326 sign_x = 0; 336 res = 0x7c00000000000000ull | sign_x; [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/ |
| bid128_logb.c | 30 UINT64 sign_x; variable 35 if (!unpack_BID128_value (&sign_x, &exponent_x, &CX, x)) {
|
| bid64_logb.c | 40 UINT64 sign_x, coefficient_x; local 48 if (!unpack_BID64 (&sign_x, &exponent_x, &coefficient_x, x)) {
|
| bid128_scalb.c | 36 UINT64 sign_x; variable 40 if (!unpack_BID128_value (&sign_x, &exponent_x, &CX, x)) { 53 get_BID128_very_fast (&res, sign_x, exponent_x, CX); 62 get_BID128_very_fast (&res, sign_x, exponent_x, CX); 84 get_BID128_very_fast (&res, sign_x, exponent_x, CX); 92 get_BID128 (&res, sign_x, exponent_x, CX, (unsigned int *) &rmode,
|
| bid128_sqrt.c | 37 UINT64 sign_x, Carry; variable 47 if (!unpack_BID128_value (&sign_x, &exponent_x, &CX, x)) { 62 if (sign_x) { 74 sign_x | 79 if (sign_x) { 300 UINT64 sign_x, Carry; 312 if (!unpack_BID64 (&sign_x, &exponent_x, &CX.w[0], x)) { 328 if (sign_x) { 342 sign_x | ((((UINT64) (exponent_x + DECIMAL_EXPONENT_BIAS_128)) >> 1) 347 if (sign_x) { [all...] |
| bid64_scalb.c | 45 UINT64 sign_x, coefficient_x, res; local 58 if (!unpack_BID64 (&sign_x, &exponent_x, &coefficient_x, x)) { 71 res = very_fast_get_BID64 (sign_x, exponent_x, coefficient_x); // 0 80 res = very_fast_get_BID64 (sign_x, exponent_x, coefficient_x); 94 res = very_fast_get_BID64 (sign_x, exponent_x, coefficient_x); 102 res = get_BID64 (sign_x, exponent_x, coefficient_x, rmode, pfpsf);
|
| bid64_rem.c | 65 UINT64 sign_x, sign_y, coefficient_x, coefficient_y, res; local 77 valid_x = unpack_BID64 (&sign_x, &exponent_x, &coefficient_x, x); 122 res = x | sign_x; 141 res = very_fast_get_BID64 (sign_x, exponent_x, coefficient_x); 179 sign_x ^= 0x8000000000000000ull; 182 res = very_fast_get_BID64 (sign_x, exponent_x, R); 214 res = very_fast_get_BID64_small_mantissa (sign_x, exponent_y, 0); 222 sign_x ^= 0x8000000000000000ull; 225 res = very_fast_get_BID64 (sign_x, exponent_y, coefficient_x);
|
| bid64_mul.c | 32 * return get_BID64(sign_x^sign_y, exponent_x + exponent_y - dec_bias, 61 UINT64 sign_x, sign_y, coefficient_x, coefficient_y; local 78 valid_x = unpack_BID64 (&sign_x, &exponent_x, &coefficient_x, x); 129 BID_RETURN ((sign_x ^ sign_y) | (((UINT64) exponent_x) << 53)); 160 BID_RETURN ((sign_x ^ sign_y) | (((UINT64) exponent_x) << 53)); 180 get_BID64_small_mantissa (sign_x ^ sign_y, 209 if (sign_x ^ sign_y && (unsigned) (rmode - 1) < 2) 223 res = sign_x ^ sign_y; 271 fast_get_BID64_check_OF (sign_x ^ sign_y, final_exponent, 362 fast_get_BID64_check_OF (sign_x ^ sign_y, final_exponent, C64 [all...] |
| bid64_quantize.c | 46 UINT64 sign_x, sign_y, coefficient_x, coefficient_y, remainder_h, C64, local 62 valid_x = unpack_BID64 (&sign_x, &exponent_x, &coefficient_x, x); 112 res = very_fast_get_BID64_small_mantissa (sign_x, exponent_y, 0); 129 res = very_fast_get_BID64 (sign_x, exponent_y, coefficient_x); 137 if (sign_x && (unsigned) (rmode - 1) < 2) 208 res = very_fast_get_BID64_small_mantissa (sign_x, exponent_y, C64); 220 if (sign_x && (unsigned) (rmode - 1) < 2) 226 res = very_fast_get_BID64_small_mantissa (sign_x, exponent_y, C64);
|
| bid128_string.c | 280 UINT64 sign_x, coeff_high, coeff_low, coeff2, coeff_l2, carry = 0x0ull, local 371 // set up sign_x to be OR'ed with the upper word later 373 sign_x = 0x8000000000000000ull; 375 sign_x = 0; 385 res.w[1] = 0x7c00000000000000ull | sign_x; 413 (right_radix_leading_zeros << 49)) | sign_x; 420 res.w[1] = 0x7c00000000000000ull | sign_x; 425 //res.w[1] = 0x3040000000000000ull | sign_x; 428 (right_radix_leading_zeros << 49)) | sign_x; 537 res.w[1] = 0 | sign_x; [all...] |
| bid64_add.c | 123 UINT64 sign_x, sign_y, coefficient_x, coefficient_y, C64_new; local 142 valid_x = unpack_BID64 (&sign_x, &exponent_x, &coefficient_x, x); 163 if (sign_x == (y & 0x8000000000000000ull)) { 218 if (sign_x == sign_y) 219 res |= sign_x; 222 if (rnd_mode == ROUNDING_DOWN && sign_x != sign_y) 237 sign_b = sign_x; 241 sign_a = sign_x;
|
| bid64_fma.c | 70 UINT64 sign_x, sign_y, coefficient_x, coefficient_y, sign_z, local 89 valid_x = unpack_BID64 (&sign_x, &exponent_x, &coefficient_x, x); 268 if ((sign_x ^ sign_y) == sign_z) 303 get_add64 (sign_x ^ sign_y, 358 sign_x ^ sign_y, 1, rnd_mode, pfpsf); 372 sign_x ^ sign_y, 1, rnd_mode, pfpsf); 394 if (sign_z == (sign_y ^ sign_x)) { 409 sign_z = sign_y ^ sign_x; 446 if (remainder_y && (sign_z != (sign_y ^ sign_x))) 454 if (remainder_y && (sign_z != (sign_y ^ sign_x))) [all...] |
| bid64_sqrt.c | 67 UINT64 sign_x, coefficient_x; local 88 if (!unpack_BID64 (&sign_x, &exponent_x, &coefficient_x, x)) { 107 res = sign_x | (((UINT64) exponent_x) << 53); 111 if (sign_x && coefficient_x) { 218 UINT64 sign_x, Carry, B10, res, mul_factor, mul_factor2 = 0x0ull, CS0; local 228 if (!unpack_BID128_value (&sign_x, &exponent_x, &CX, x)) { 247 if (sign_x) { 265 //res= sign_x | (((UINT64)exponent_x)<<53); 266 res = get_BID64 (sign_x, exponent_x, 0, rnd_mode, pfpsf); 269 if (sign_x) { [all...] |