Searched refs:rmode (Results 1 - 25 of 65) sorted by relevance

123

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/aarch64/
H A Dillegal-3.s19 # type == 10 && rmode != 01
24 # rmode == 00 && fltsize != 16 && fltsize != intsize
29 # rmode == 01 && intsize != 64
38 # rmode == 01 && fltsize != 128
51 # type == 10 && rmode != 01
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/libbid/
H A Dbid64_quantize.c52 unsigned rmode, status; local
136 rmode = rnd_mode;
137 if (sign_x && (unsigned) (rmode - 1) < 2)
138 rmode = 3 - rmode;
140 rmode = 0;
143 rmode = 0;
145 coefficient_x += round_const_table[rmode][extra_digits];
182 switch (rmode) {
194 //if(!C64 && rmode
[all...]
H A Dbid_inline_add.h86 unsigned rmode, status; local
248 rmode = rounding_mode;
249 if (sign_s && (unsigned) (rmode - 1) < 2)
250 rmode = 3 - rmode;
252 rmode = 0;
255 rmode = 0;
257 coefficient_a += round_const_table[rmode][extra_digits];
273 rmode = rounding_mode;
274 if (sign_s && (unsigned) (rmode
477 int amount, rmode; local
516 int amount, amount2, rmode, status = 0; local
640 int amount, amount2, rmode, status = uf_status; local
813 int extra_dx, diff_dec2, bin_expon_cx, digits_x, rmode; local
1157 int digits_z, bin_expon, scale, rmode; local
[all...]
H A Dbid32_to_bid64.c83 int exponent_x, bin_expon_cx, extra_digits, rmode = 0, amount;
129 rmode = rnd_mode;
130 if (sign_x && (unsigned) (rmode - 1) < 2)
131 rmode = 3 - rmode;
133 rmode = 0;
136 rmode = 0;
143 if (coefficient_x + round_const_table[rmode][extra_digits] >=
149 coefficient_x += round_const_table[rmode][extra_digits];
160 if (rmode
[all...]
H A Dbid128_quantize.c34 int expon_diff, total_digits, bin_expon_cx, rmode, status; variable
138 rmode = rnd_mode;
139 if (sign_x && (unsigned) (rmode - 1) < 2)
140 rmode = 3 - rmode;
142 rmode = 0;
145 rmode = 0;
149 __add_128_128 (CX, CX, round_const_table_128[rmode][extra_digits]);
202 switch (rmode) {
253 rmode
[all...]
H A Dbid64_to_bid128.c82 unsigned rmode, status, uf_check = 0;
138 rmode = rnd_mode;
139 if (sign_x && (unsigned) (rmode - 1) < 2)
140 rmode = 3 - rmode;
142 rmode = 0;
145 rmode = 0;
153 T128 = round_const_table_128[rmode][extra_digits];
166 rmode = ROUNDING_TO_ZERO;
169 T128 = round_const_table_128[rmode][extra_digit
[all...]
H A Dbid32_to_bid128.c84 unsigned rmode, status;
139 rmode = rnd_mode;
140 if (sign_x && (unsigned) (rmode - 1) < 2)
141 rmode = 3 - rmode;
143 rmode = 0;
146 rmode = 0;
155 T128 = round_const_table_128[rmode][extra_digits];
168 rmode = ROUNDING_TO_ZERO;
171 T128 = round_const_table_128[rmode][extra_digit
[all...]
H A Dbid64_mul.c67 int rmode, digits_p, bp, amount, amount2, final_exponent, round_up; local
208 rmode = rnd_mode;
209 if (sign_x ^ sign_y && (unsigned) (rmode - 1) < 2)
210 rmode = 3 - rmode;
212 rmode = 0;
215 rmode = 0;
226 if (rmode == ROUNDING_UP)
233 __add_128_64 (PU, P, round_const_table[rmode][extra_digits]);
284 __add_128_64 (P, P, round_const_table[rmode][extra_digit
[all...]
H A Dbid64_add.c132 unsigned rmode, status; local
391 rmode = rnd_mode;
392 if (sign_s && (unsigned) (rmode - 1) < 2)
393 rmode = 3 - rmode;
395 rmode = 0;
398 rmode = 0;
400 coefficient_a += round_const_table[rmode][extra_digits];
416 rmode = rnd_mode;
417 if (sign_s && (unsigned) (rmode
[all...]
H A Dbid128_scalb.c37 int exponent_x, rmode; variable
91 rmode = rnd_mode;
92 get_BID128 (&res, sign_x, exponent_x, CX, (unsigned int *) &rmode,
H A Dbid64_scalb.c47 int exponent_x, rmode; local
101 rmode = rnd_mode;
102 res = get_BID64 (sign_x, exponent_x, coefficient_x, rmode, pfpsf);
H A Dbid_internal.h829 get_BID64 (UINT64 sgn, int expon, UINT64 coeff, int rmode, argument
851 if (rmode == ROUNDING_DOWN && sgn)
853 if (rmode == ROUNDING_UP && !sgn)
862 if (sgn && (unsigned) (rmode - 1) < 2)
863 rmode = 3 - rmode;
868 coeff += round_const_table[rmode][extra_digits];
881 if (rmode == 0) //ROUNDING_TO_NEAREST
912 switch (rmode) {
961 switch (rmode) {
1055 fast_get_BID64_check_OF(UINT64 sgn, int expon, UINT64 coeff, int rmode, unsigned *fpsc) argument
1176 get_BID64_UF(UINT64 sgn, int expon, UINT64 coeff, UINT64 R, int rmode, unsigned *fpsc) argument
1303 get_BID64_small_mantissa(UINT64 sgn, int expon, UINT64 coeff, int rmode, unsigned *fpsc) argument
1486 unsigned rmode, status; local
1631 unsigned rmode, status; local
2070 unsigned rmode = 0, status; local
2189 get_BID32(UINT32 sgn, int expon, UINT64 coeff, int rmode, unsigned *fpsc) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid64_quantize.c52 unsigned rmode, status; local
136 rmode = rnd_mode;
137 if (sign_x && (unsigned) (rmode - 1) < 2)
138 rmode = 3 - rmode;
140 rmode = 0;
143 rmode = 0;
145 coefficient_x += round_const_table[rmode][extra_digits];
182 switch (rmode) {
194 //if(!C64 && rmode
[all...]
H A Dbid_inline_add.h86 unsigned rmode, status; local
248 rmode = rounding_mode;
249 if (sign_s && (unsigned) (rmode - 1) < 2)
250 rmode = 3 - rmode;
252 rmode = 0;
255 rmode = 0;
257 coefficient_a += round_const_table[rmode][extra_digits];
273 rmode = rounding_mode;
274 if (sign_s && (unsigned) (rmode
477 int amount, rmode; local
516 int amount, amount2, rmode, status = 0; local
640 int amount, amount2, rmode, status = uf_status; local
813 int extra_dx, diff_dec2, bin_expon_cx, digits_x, rmode; local
1157 int digits_z, bin_expon, scale, rmode; local
[all...]
H A Dbid32_to_bid64.c83 int exponent_x, bin_expon_cx, extra_digits, rmode = 0, amount;
129 rmode = rnd_mode;
130 if (sign_x && (unsigned) (rmode - 1) < 2)
131 rmode = 3 - rmode;
133 rmode = 0;
136 rmode = 0;
143 if (coefficient_x + round_const_table[rmode][extra_digits] >=
149 coefficient_x += round_const_table[rmode][extra_digits];
160 if (rmode
[all...]
H A Dbid128_quantize.c34 int expon_diff, total_digits, bin_expon_cx, rmode, status; variable
138 rmode = rnd_mode;
139 if (sign_x && (unsigned) (rmode - 1) < 2)
140 rmode = 3 - rmode;
142 rmode = 0;
145 rmode = 0;
149 __add_128_128 (CX, CX, round_const_table_128[rmode][extra_digits]);
202 switch (rmode) {
253 rmode
[all...]
H A Dbid64_to_bid128.c82 unsigned rmode, status, uf_check = 0;
138 rmode = rnd_mode;
139 if (sign_x && (unsigned) (rmode - 1) < 2)
140 rmode = 3 - rmode;
142 rmode = 0;
145 rmode = 0;
153 T128 = round_const_table_128[rmode][extra_digits];
166 rmode = ROUNDING_TO_ZERO;
169 T128 = round_const_table_128[rmode][extra_digit
[all...]
H A Dbid32_to_bid128.c84 unsigned rmode, status;
139 rmode = rnd_mode;
140 if (sign_x && (unsigned) (rmode - 1) < 2)
141 rmode = 3 - rmode;
143 rmode = 0;
146 rmode = 0;
155 T128 = round_const_table_128[rmode][extra_digits];
168 rmode = ROUNDING_TO_ZERO;
171 T128 = round_const_table_128[rmode][extra_digit
[all...]
H A Dbid64_mul.c67 int rmode, digits_p, bp, amount, amount2, final_exponent, round_up; local
208 rmode = rnd_mode;
209 if (sign_x ^ sign_y && (unsigned) (rmode - 1) < 2)
210 rmode = 3 - rmode;
212 rmode = 0;
215 rmode = 0;
226 if (rmode == ROUNDING_UP)
233 __add_128_64 (PU, P, round_const_table[rmode][extra_digits]);
284 __add_128_64 (P, P, round_const_table[rmode][extra_digit
[all...]
H A Dbid64_add.c132 unsigned rmode, status; local
391 rmode = rnd_mode;
392 if (sign_s && (unsigned) (rmode - 1) < 2)
393 rmode = 3 - rmode;
395 rmode = 0;
398 rmode = 0;
400 coefficient_a += round_const_table[rmode][extra_digits];
416 rmode = rnd_mode;
417 if (sign_s && (unsigned) (rmode
[all...]
H A Dbid128_scalb.c37 int exponent_x, rmode; variable
91 rmode = rnd_mode;
92 get_BID128 (&res, sign_x, exponent_x, CX, (unsigned int *) &rmode,
H A Dbid64_scalb.c47 int exponent_x, rmode; local
101 rmode = rnd_mode;
102 res = get_BID64 (sign_x, exponent_x, coefficient_x, rmode, pfpsf);
H A Dbid_internal.h829 get_BID64 (UINT64 sgn, int expon, UINT64 coeff, int rmode, argument
851 if (rmode == ROUNDING_DOWN && sgn)
853 if (rmode == ROUNDING_UP && !sgn)
862 if (sgn && (unsigned) (rmode - 1) < 2)
863 rmode = 3 - rmode;
868 coeff += round_const_table[rmode][extra_digits];
881 if (rmode == 0) //ROUNDING_TO_NEAREST
912 switch (rmode) {
961 switch (rmode) {
1055 fast_get_BID64_check_OF(UINT64 sgn, int expon, UINT64 coeff, int rmode, unsigned *fpsc) argument
1176 get_BID64_UF(UINT64 sgn, int expon, UINT64 coeff, UINT64 R, int rmode, unsigned *fpsc) argument
1303 get_BID64_small_mantissa(UINT64 sgn, int expon, UINT64 coeff, int rmode, unsigned *fpsc) argument
1486 unsigned rmode, status; local
1629 unsigned rmode, status; local
2066 unsigned rmode = 0, status; local
2185 get_BID32(UINT32 sgn, int expon, UINT64 coeff, int rmode, unsigned *fpsc) argument
[all...]
/netbsd-current/sys/fs/nfs/common/
H A Dnfs_kdtrace.h68 #define KDTRACE_NFS_ACCESSCACHE_LOAD_DONE(vp, uid, rmode, error) do { \
72 (rmode), (error)); \
113 #define KDTRACE_NFS_ACCESSCACHE_LOAD_DONE(vp, uid, rmode, error)
/netbsd-current/sys/fs/nfs/client/
H A Dnfs_kdtrace.h76 #define KDTRACE_NFS_ACCESSCACHE_LOAD_DONE(vp, uid, rmode, error) do { \
80 (rmode), (error)); \
113 #define KDTRACE_NFS_ACCESSCACHE_LOAD_DONE(vp, uid, rmode, error)

Completed in 292 milliseconds

123