Searched refs:x_sign (Results 1 - 25 of 39) sorted by relevance

12

/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/libbid/
H A Dbid64_to_int32.c43 UINT64 x_sign; local
65 x_sign = x & MASK_SIGN; // 0 for positive, MASK_SIGN for negative
125 if (x_sign) { // if n < 0 and q + exp = 10
209 } else if (x_sign) { // n < 0
263 if (x_sign)
270 if (x_sign)
276 if (x_sign)
302 UINT64 x_sign; local
324 x_sign = x & MASK_SIGN; // 0 for positive, MASK_SIGN for negative
384 if (x_sign) { // i
601 UINT64 x_sign; local
852 UINT64 x_sign; local
1109 UINT64 x_sign; local
1360 UINT64 x_sign; local
1617 UINT64 x_sign; local
1839 UINT64 x_sign; local
2087 UINT64 x_sign; local
2325 UINT64 x_sign; local
[all...]
H A Dbid64_to_int64.c43 UINT64 x_sign; local
65 x_sign = x & MASK_SIGN; // 0 for positive, MASK_SIGN for negative
125 if (x_sign) { // if n < 0 and q + exp = 19
180 } else if (x_sign) { // n < 0
234 if (x_sign)
241 if (x_sign)
249 if (x_sign)
275 UINT64 x_sign; local
298 x_sign = x & MASK_SIGN; // 0 for positive, MASK_SIGN for negative
358 if (x_sign) { // i
548 UINT64 x_sign; local
772 UINT64 x_sign; local
1002 UINT64 x_sign; local
1226 UINT64 x_sign; local
1454 UINT64 x_sign; local
1650 UINT64 x_sign; local
1870 UINT64 x_sign; local
2087 UINT64 x_sign; local
[all...]
H A Dbid64_round_integral.c47 UINT64 x_sign; local
58 x_sign = x & MASK_SIGN; // 0 for positive, MASK_SIGN for negative
76 res = x_sign | 0x7800000000000000ull;
98 res = x_sign | (((UINT64) exp + 398) << 53);
108 res = x_sign | 0x31c0000000000000ull;
116 if (x_sign) {
128 if (x_sign) {
140 res = x_sign | 0x31c0000000000000ull;
247 res = x_sign | 0x31c0000000000000ull | res;
251 res = x_sign |
508 UINT64 x_sign; local
658 UINT64 x_sign; local
810 UINT64 x_sign; local
962 UINT64 x_sign; local
1103 UINT64 x_sign; local
[all...]
H A Dbid_from_int.c86 UINT64 x_sign, C; local
92 x_sign = x & 0x8000000000000000ull;
94 if (x_sign)
100 res = x_sign | 0x31c0000000000000ull | C;
103 x_sign | 0x6c70000000000000ull | (C & 0x0007ffffffffffffull);
132 if ((!x_sign
137 || (x_sign
149 ((x_sign && (rnd_mode == ROUNDING_UP ||
151 (!x_sign && (rnd_mode == ROUNDING_DOWN ||
164 res = x_sign | (((UINT6
[all...]
H A Dbid128_add.c467 UINT64 x_sign, y_sign, tmp_sign; local
489 x_sign = x.w[1] & MASK_SIGN; // 0 for positive, MASK_SIGN for negative
552 res.w[1] = x_sign | MASK_INF;
563 res.w[1] = x_sign | MASK_INF;
635 if (x_sign && y_sign)
636 res.w[1] = res.w[1] | x_sign; // both negative
637 else if (rnd_mode == ROUNDING_DOWN && x_sign != y_sign)
782 res.w[1] = res.w[1] | x_sign | x_exp;
790 tmp_sign = x_sign;
794 x_sign
[all...]
H A Dbid128_to_int64.c34 UINT64 x_sign;
48 x_sign = x.w[1] & MASK_SIGN; // 0 for positive, MASK_SIGN for negative
70 if (!x_sign) { // x is +inf
142 if (x_sign) { // if n < 0 and q + exp = 19
210 } else if (x_sign) { // n < 0
220 } else if (x_sign) { // n < 0
301 if (x_sign)
308 if (x_sign)
314 if (x_sign)
333 UINT64 x_sign;
[all...]
H A Dbid64_to_uint64.c43 UINT64 x_sign; local
65 x_sign = x & MASK_SIGN; // 0 for positive, MASK_SIGN for negative
125 if (x_sign) { // if n < 0 and q + exp = 20 then x is much less than -1/2
183 } else if (!x_sign) { // n > 0
193 if (x_sign) { // x <= -1
278 UINT64 x_sign; local
301 x_sign = x & MASK_SIGN; // 0 for positive, MASK_SIGN for negative
361 if (x_sign) { // if n < 0 and q + exp = 20 then x is much less than -1/2
421 } else if (!x_sign) { // n > 0
433 if (x_sign) { //
554 UINT64 x_sign; local
739 UINT64 x_sign; local
950 UINT64 x_sign; local
1169 UINT64 x_sign; local
1394 UINT64 x_sign; local
1588 UINT64 x_sign; local
1808 UINT64 x_sign; local
2028 UINT64 x_sign; local
[all...]
H A Dbid64_to_uint32.c43 UINT64 x_sign; local
65 x_sign = x & MASK_SIGN; // 0 for positive, MASK_SIGN for negative
125 if (x_sign) { // if n < 0 and q + exp = 10 then x is much less than -1/2
183 } else if (x_sign) { // n < 0
195 if (x_sign) { // x <= -1
280 UINT64 x_sign; local
302 x_sign = x & MASK_SIGN; // 0 for positive, MASK_SIGN for negative
362 if (x_sign) { // if n < 0 and q + exp = 10 then x is much less than -1/2
422 } else if (x_sign) { // n < 0
436 if (x_sign) { //
557 UINT64 x_sign; local
743 UINT64 x_sign; local
954 UINT64 x_sign; local
1173 UINT64 x_sign; local
1398 UINT64 x_sign; local
1593 UINT64 x_sign; local
1813 UINT64 x_sign; local
2029 UINT64 x_sign; local
[all...]
H A Dbid128_round_integral.c36 UINT64 x_sign; variable
86 x_sign = x.w[1] & MASK_SIGN; // 0 for positive, MASK_SIGN for negative
117 res.w[1] = x_sign | x_exp;
129 res.w[1] = x_sign | 0x3040000000000000ull;
138 if (x_sign) {
156 if (x_sign) {
174 res.w[1] = x_sign | 0x3040000000000000ull;
367 res.w[1] = x_sign | 0x3040000000000000ull | res.w[1];
371 res.w[1] = x_sign | 0x3040000000000000ull;
493 res.w[1] |= x_sign |
[all...]
H A Dbid64_next.c43 UINT64 x_sign; local
74 x_sign = x & MASK_SIGN; // 0 for positive, MASK_SIGN for negative
141 if (!x_sign) { // x > 0
161 x_sign | (x_exp << 51) | MASK_STEERING_BITS | (C1 &
164 res = x_sign | (x_exp << 53) | C1;
188 UINT64 x_sign; local
219 x_sign = x & MASK_SIGN; // 0 for positive, MASK_SIGN for negative
287 if (x_sign) { // x < 0
307 x_sign | (x_exp << 51) | MASK_STEERING_BITS | (C1 &
310 res = x_sign | (x_ex
[all...]
H A Dbid128_to_uint64.c34 UINT64 x_sign;
48 x_sign = x.w[1] & MASK_SIGN; // 0 for positive, MASK_SIGN for negative
70 if (!x_sign) { // x is +inf
143 if (x_sign) { // if n < 0 and q + exp = 20
265 } else if (!x_sign) { // n > 0
276 } else if (!x_sign) { // n > 0
286 if (x_sign) { // x <= -1
391 UINT64 x_sign;
405 x_sign = x.w[1] & MASK_SIGN; // 0 for positive, MASK_SIGN for negative
427 if (!x_sign) { //
[all...]
H A Dbid128_to_int32.c33 UINT64 x_sign; variable
47 x_sign = x.w[1] & MASK_SIGN; // 0 for positive, MASK_SIGN for negative
69 if (!x_sign) { // x is +inf
141 if (x_sign) { // if n < 0 and q + exp = 10
231 } else if (x_sign) { // n < 0
241 } else if (x_sign) { // n < 0
322 if (x_sign)
329 if (x_sign)
335 if (x_sign)
354 UINT64 x_sign;
[all...]
H A Dbid128_next.c44 UINT64 x_sign; local
54 x_sign = x.w[1] & MASK_SIGN; // 0 for positive, MASK_SIGN for negative
82 if (!x_sign) { // x is +inf
203 if (!x_sign) { // x > 0
225 res.w[1] = x_sign | x_exp | C1.w[1];
249 UINT64 x_sign; local
259 x_sign = x.w[1] & MASK_SIGN; // 0 for positive, MASK_SIGN for negative
287 if (!x_sign) { // x is +inf
406 if (x_sign) { // x < 0
428 res.w[1] = x_sign | x_ex
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid64_to_int32.c43 UINT64 x_sign; local
65 x_sign = x & MASK_SIGN; // 0 for positive, MASK_SIGN for negative
125 if (x_sign) { // if n < 0 and q + exp = 10
209 } else if (x_sign) { // n < 0
263 if (x_sign)
270 if (x_sign)
276 if (x_sign)
302 UINT64 x_sign; local
324 x_sign = x & MASK_SIGN; // 0 for positive, MASK_SIGN for negative
384 if (x_sign) { // i
601 UINT64 x_sign; local
852 UINT64 x_sign; local
1109 UINT64 x_sign; local
1360 UINT64 x_sign; local
1617 UINT64 x_sign; local
1839 UINT64 x_sign; local
2087 UINT64 x_sign; local
2325 UINT64 x_sign; local
[all...]
H A Dbid64_to_int64.c43 UINT64 x_sign; local
65 x_sign = x & MASK_SIGN; // 0 for positive, MASK_SIGN for negative
125 if (x_sign) { // if n < 0 and q + exp = 19
180 } else if (x_sign) { // n < 0
234 if (x_sign)
241 if (x_sign)
249 if (x_sign)
275 UINT64 x_sign; local
298 x_sign = x & MASK_SIGN; // 0 for positive, MASK_SIGN for negative
358 if (x_sign) { // i
548 UINT64 x_sign; local
772 UINT64 x_sign; local
1002 UINT64 x_sign; local
1226 UINT64 x_sign; local
1454 UINT64 x_sign; local
1650 UINT64 x_sign; local
1870 UINT64 x_sign; local
2087 UINT64 x_sign; local
[all...]
H A Dbid64_round_integral.c47 UINT64 x_sign; local
58 x_sign = x & MASK_SIGN; // 0 for positive, MASK_SIGN for negative
76 res = x_sign | 0x7800000000000000ull;
98 res = x_sign | (((UINT64) exp + 398) << 53);
108 res = x_sign | 0x31c0000000000000ull;
116 if (x_sign) {
128 if (x_sign) {
140 res = x_sign | 0x31c0000000000000ull;
247 res = x_sign | 0x31c0000000000000ull | res;
251 res = x_sign |
508 UINT64 x_sign; local
658 UINT64 x_sign; local
810 UINT64 x_sign; local
962 UINT64 x_sign; local
1103 UINT64 x_sign; local
[all...]
H A Dbid_from_int.c86 UINT64 x_sign, C; local
92 x_sign = x & 0x8000000000000000ull;
94 if (x_sign)
100 res = x_sign | 0x31c0000000000000ull | C;
103 x_sign | 0x6c70000000000000ull | (C & 0x0007ffffffffffffull);
132 if ((!x_sign
137 || (x_sign
149 ((x_sign && (rnd_mode == ROUNDING_UP ||
151 (!x_sign && (rnd_mode == ROUNDING_DOWN ||
164 res = x_sign | (((UINT6
[all...]
H A Dbid128_add.c467 UINT64 x_sign, y_sign, tmp_sign; local
489 x_sign = x.w[1] & MASK_SIGN; // 0 for positive, MASK_SIGN for negative
552 res.w[1] = x_sign | MASK_INF;
563 res.w[1] = x_sign | MASK_INF;
635 if (x_sign && y_sign)
636 res.w[1] = res.w[1] | x_sign; // both negative
637 else if (rnd_mode == ROUNDING_DOWN && x_sign != y_sign)
782 res.w[1] = res.w[1] | x_sign | x_exp;
790 tmp_sign = x_sign;
794 x_sign
[all...]
H A Dbid128_to_int64.c34 UINT64 x_sign;
48 x_sign = x.w[1] & MASK_SIGN; // 0 for positive, MASK_SIGN for negative
70 if (!x_sign) { // x is +inf
142 if (x_sign) { // if n < 0 and q + exp = 19
210 } else if (x_sign) { // n < 0
220 } else if (x_sign) { // n < 0
301 if (x_sign)
308 if (x_sign)
314 if (x_sign)
333 UINT64 x_sign;
[all...]
H A Dbid64_to_uint64.c43 UINT64 x_sign; local
65 x_sign = x & MASK_SIGN; // 0 for positive, MASK_SIGN for negative
125 if (x_sign) { // if n < 0 and q + exp = 20 then x is much less than -1/2
183 } else if (!x_sign) { // n > 0
193 if (x_sign) { // x <= -1
278 UINT64 x_sign; local
301 x_sign = x & MASK_SIGN; // 0 for positive, MASK_SIGN for negative
361 if (x_sign) { // if n < 0 and q + exp = 20 then x is much less than -1/2
421 } else if (!x_sign) { // n > 0
433 if (x_sign) { //
554 UINT64 x_sign; local
739 UINT64 x_sign; local
950 UINT64 x_sign; local
1169 UINT64 x_sign; local
1394 UINT64 x_sign; local
1588 UINT64 x_sign; local
1808 UINT64 x_sign; local
2028 UINT64 x_sign; local
[all...]
H A Dbid64_to_uint32.c43 UINT64 x_sign; local
65 x_sign = x & MASK_SIGN; // 0 for positive, MASK_SIGN for negative
125 if (x_sign) { // if n < 0 and q + exp = 10 then x is much less than -1/2
183 } else if (x_sign) { // n < 0
195 if (x_sign) { // x <= -1
280 UINT64 x_sign; local
302 x_sign = x & MASK_SIGN; // 0 for positive, MASK_SIGN for negative
362 if (x_sign) { // if n < 0 and q + exp = 10 then x is much less than -1/2
422 } else if (x_sign) { // n < 0
436 if (x_sign) { //
557 UINT64 x_sign; local
743 UINT64 x_sign; local
954 UINT64 x_sign; local
1173 UINT64 x_sign; local
1398 UINT64 x_sign; local
1593 UINT64 x_sign; local
1813 UINT64 x_sign; local
2029 UINT64 x_sign; local
[all...]
H A Dbid128_round_integral.c36 UINT64 x_sign; variable
86 x_sign = x.w[1] & MASK_SIGN; // 0 for positive, MASK_SIGN for negative
117 res.w[1] = x_sign | x_exp;
129 res.w[1] = x_sign | 0x3040000000000000ull;
138 if (x_sign) {
156 if (x_sign) {
174 res.w[1] = x_sign | 0x3040000000000000ull;
367 res.w[1] = x_sign | 0x3040000000000000ull | res.w[1];
371 res.w[1] = x_sign | 0x3040000000000000ull;
493 res.w[1] |= x_sign |
[all...]
H A Dbid64_next.c43 UINT64 x_sign; local
74 x_sign = x & MASK_SIGN; // 0 for positive, MASK_SIGN for negative
141 if (!x_sign) { // x > 0
161 x_sign | (x_exp << 51) | MASK_STEERING_BITS | (C1 &
164 res = x_sign | (x_exp << 53) | C1;
188 UINT64 x_sign; local
219 x_sign = x & MASK_SIGN; // 0 for positive, MASK_SIGN for negative
287 if (x_sign) { // x < 0
307 x_sign | (x_exp << 51) | MASK_STEERING_BITS | (C1 &
310 res = x_sign | (x_ex
[all...]
H A Dbid128_to_uint64.c34 UINT64 x_sign;
48 x_sign = x.w[1] & MASK_SIGN; // 0 for positive, MASK_SIGN for negative
70 if (!x_sign) { // x is +inf
143 if (x_sign) { // if n < 0 and q + exp = 20
265 } else if (!x_sign) { // n > 0
276 } else if (!x_sign) { // n > 0
286 if (x_sign) { // x <= -1
391 UINT64 x_sign;
405 x_sign = x.w[1] & MASK_SIGN; // 0 for positive, MASK_SIGN for negative
427 if (!x_sign) { //
[all...]
H A Dbid128_to_int32.c33 UINT64 x_sign; variable
47 x_sign = x.w[1] & MASK_SIGN; // 0 for positive, MASK_SIGN for negative
69 if (!x_sign) { // x is +inf
141 if (x_sign) { // if n < 0 and q + exp = 10
231 } else if (x_sign) { // n < 0
241 } else if (x_sign) { // n < 0
322 if (x_sign)
329 if (x_sign)
335 if (x_sign)
354 UINT64 x_sign;
[all...]

Completed in 189 milliseconds

12