HomeSort by: relevance | last modified time | path
    Searched refs:sign_x (Results 1 - 25 of 43) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/libgcc/config/libbid/
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,
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_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...]
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);
bid128_logb.c 30 UINT64 sign_x; variable
35 if (!unpack_BID128_value (&sign_x, &exponent_x, &CX, x)) {
bid32_to_bid64.c 32 UINT32 sign_x;
36 if (!unpack_BID32 (&sign_x, &exponent_x, &coefficient_x, x)) {
53 very_fast_get_BID64_small_mantissa (((UINT64) sign_x) << 32,
80 UINT64 sign_x, coefficient_x, remainder_h, carry, Stemp;
94 if (!unpack_BID64 (&sign_x, &exponent_x, &coefficient_x, x)) {
111 res = (sign_x >> 32) | (exponent_x << 23);
130 if (sign_x && (unsigned) (rmode - 1) < 2)
212 get_BID32 ((UINT32) (sign_x >> 32),
bid64_logb.c 40 UINT64 sign_x, coefficient_x; local
48 if (!unpack_BID64 (&sign_x, &exponent_x, &coefficient_x, x)) {
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);
bid64_to_bid128.c 33 UINT64 sign_x;
37 if (!unpack_BID64 (&sign_x, &exponent_x, &coefficient_x, x)) {
52 get_BID128_very_fast (&res, sign_x,
78 UINT64 sign_x, carry, cy, res;
92 if (!unpack_BID128_value (&sign_x, &exponent_x, &CX, x)) {
110 res = sign_x;
115 res = sign_x | (((UINT64) exponent_x) << 53);
139 if (sign_x && (unsigned) (rmode - 1) < 2)
257 get_BID64 (sign_x,
bid128_quantize.c 31 UINT64 sign_x, sign_y, remainder_h, carry, CY64, valid_x;
36 valid_x = unpack_BID128_value (&sign_x, &exponent_x, &CX, x);
107 get_BID128_very_fast (&res, sign_x, exponent_y, CX);
133 get_BID128_very_fast (&res, sign_x, exponent_y, CX2);
139 if (sign_x && (unsigned) (rmode - 1) < 2)
246 get_BID128_very_fast (&res, sign_x, exponent_y, CR);
254 if (sign_x && (unsigned) (rmode - 1) < 2)
263 get_BID128_very_fast (&res, sign_x, exponent_y, CR);
bid128_rem.c 32 UINT64 sign_x, sign_y, valid_y;
42 if (!unpack_BID128_value (&sign_x, &exponent_x, &CX, x)) {
90 res.w[1] = sign_x | (((UINT64) exponent_x) << 49);
163 sign_x ^= 0x8000000000000000ull;
166 get_BID128_very_fast (&res, sign_x, exponent_x, CR);
202 get_BID128_very_fast (&res, sign_x, exponent_y, CX);
212 sign_x ^= 0x8000000000000000ull;
215 get_BID128_very_fast (&res, sign_x, exponent_y, CX);
bid32_to_bid128.c 33 UINT32 sign_x;
37 if (!unpack_BID32 (&sign_x, &exponent_x, &coefficient_x, x)) {
54 get_BID128_very_fast (&res, ((UINT64) sign_x) << 32,
79 UINT64 sign_x, carry, cy;
94 if (!unpack_BID128_value (&sign_x, &exponent_x, &CX, x)) {
115 res = (sign_x >> 32) | (exponent_x << 23);
140 if (sign_x && (unsigned) (rmode - 1) < 2)
259 get_BID32 ((UINT32) (sign_x >> 32),
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...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
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,
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_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...]
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);
bid128_logb.c 30 UINT64 sign_x; variable
35 if (!unpack_BID128_value (&sign_x, &exponent_x, &CX, x)) {
bid32_to_bid64.c 32 UINT32 sign_x;
36 if (!unpack_BID32 (&sign_x, &exponent_x, &coefficient_x, x)) {
53 very_fast_get_BID64_small_mantissa (((UINT64) sign_x) << 32,
80 UINT64 sign_x, coefficient_x, remainder_h, carry, Stemp;
94 if (!unpack_BID64 (&sign_x, &exponent_x, &coefficient_x, x)) {
111 res = (sign_x >> 32) | (exponent_x << 23);
130 if (sign_x && (unsigned) (rmode - 1) < 2)
212 get_BID32 ((UINT32) (sign_x >> 32),
bid64_logb.c 40 UINT64 sign_x, coefficient_x; local
48 if (!unpack_BID64 (&sign_x, &exponent_x, &coefficient_x, x)) {
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);
bid64_to_bid128.c 33 UINT64 sign_x;
37 if (!unpack_BID64 (&sign_x, &exponent_x, &coefficient_x, x)) {
52 get_BID128_very_fast (&res, sign_x,
78 UINT64 sign_x, carry, cy, res;
92 if (!unpack_BID128_value (&sign_x, &exponent_x, &CX, x)) {
110 res = sign_x;
115 res = sign_x | (((UINT64) exponent_x) << 53);
139 if (sign_x && (unsigned) (rmode - 1) < 2)
257 get_BID64 (sign_x,
bid128_quantize.c 31 UINT64 sign_x, sign_y, remainder_h, carry, CY64, valid_x;
36 valid_x = unpack_BID128_value (&sign_x, &exponent_x, &CX, x);
107 get_BID128_very_fast (&res, sign_x, exponent_y, CX);
133 get_BID128_very_fast (&res, sign_x, exponent_y, CX2);
139 if (sign_x && (unsigned) (rmode - 1) < 2)
246 get_BID128_very_fast (&res, sign_x, exponent_y, CR);
254 if (sign_x && (unsigned) (rmode - 1) < 2)
263 get_BID128_very_fast (&res, sign_x, exponent_y, CR);
bid128_rem.c 32 UINT64 sign_x, sign_y, valid_y;
42 if (!unpack_BID128_value (&sign_x, &exponent_x, &CX, x)) {
90 res.w[1] = sign_x | (((UINT64) exponent_x) << 49);
163 sign_x ^= 0x8000000000000000ull;
166 get_BID128_very_fast (&res, sign_x, exponent_x, CR);
202 get_BID128_very_fast (&res, sign_x, exponent_y, CX);
212 sign_x ^= 0x8000000000000000ull;
215 get_BID128_very_fast (&res, sign_x, exponent_y, CX);
bid32_to_bid128.c 33 UINT32 sign_x;
37 if (!unpack_BID32 (&sign_x, &exponent_x, &coefficient_x, x)) {
54 get_BID128_very_fast (&res, ((UINT64) sign_x) << 32,
79 UINT64 sign_x, carry, cy;
94 if (!unpack_BID128_value (&sign_x, &exponent_x, &CX, x)) {
115 res = (sign_x >> 32) | (exponent_x << 23);
140 if (sign_x && (unsigned) (rmode - 1) < 2)
259 get_BID32 ((UINT32) (sign_x >> 32),

Completed in 111 milliseconds

1 2