HomeSort by: relevance | last modified time | path
    Searched defs:rmode (Results 1 - 25 of 47) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/libgcc/config/libbid/
bid128_quantize.c 34 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 = rnd_mode
    [all...]
bid128_scalb.c 37 int exponent_x, rmode; variable
91 rmode = rnd_mode;
92 get_BID128 (&res, sign_x, exponent_x, CX, (unsigned int *) &rmode,
bid64_scalb.c 47 int exponent_x, rmode; local
101 rmode = rnd_mode;
102 res = get_BID64 (sign_x, exponent_x, coefficient_x, rmode, pfpsf);
bid128_div.c 47 unsigned rmode; variable
417 rmode = rnd_mode;
418 if (sign_x ^ sign_y && (unsigned) (rmode - 1) < 2)
419 rmode = 3 - rmode;
420 switch (rmode) {
498 unsigned rmode;
881 rmode = rnd_mode;
882 if (sign_x ^ sign_y && (unsigned) (rmode - 1) < 2)
883 rmode = 3 - rmode
    [all...]
bid64_mul.c 67 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_digits])
    [all...]
bid64_quantize.c 52 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==ROUNDING_DOWN) sign_s=sign_y
    [all...]
bid64_add.c 132 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 - 1) < 2
    [all...]
bid64_fma.c 76 bin_expon_product, rmode; local
431 rmode = rnd_mode;
432 if (sign_z && (unsigned) (rmode - 1) < 2)
433 rmode = 3 - rmode;
434 //__add_128_64(PU, CT, round_const_table[rmode][extra_digits]);
438 || (rmode == ROUNDING_DOWN)
439 || (rmode == ROUNDING_TO_ZERO))
442 if ((rmode == ROUNDING_UP)) {
458 remainder_y += round_const_table[rmode][15]
    [all...]
bid64_div.c 94 int rmode, amount; local
463 rmode = rnd_mode;
464 if (sign_x ^ sign_y && (unsigned) (rmode - 1) < 2)
465 rmode = 3 - rmode;
466 switch (rmode) {
476 R -= ((Q | (rmode >> 2)) & 1);
507 rmode = rnd_mode;
509 get_BID64_UF (sign_x ^ sign_y, diff_expon, Q, R, rmode, pfpsf);
530 unsigned rmode; local
944 unsigned rmode; variable
    [all...]
bid_inline_add.h 86 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 - 1) < 2
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...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
bid128_quantize.c 34 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 = rnd_mode
    [all...]
bid128_scalb.c 37 int exponent_x, rmode; variable
91 rmode = rnd_mode;
92 get_BID128 (&res, sign_x, exponent_x, CX, (unsigned int *) &rmode,
bid64_scalb.c 47 int exponent_x, rmode; local
101 rmode = rnd_mode;
102 res = get_BID64 (sign_x, exponent_x, coefficient_x, rmode, pfpsf);
bid128_div.c 47 unsigned rmode; variable
417 rmode = rnd_mode;
418 if (sign_x ^ sign_y && (unsigned) (rmode - 1) < 2)
419 rmode = 3 - rmode;
420 switch (rmode) {
498 unsigned rmode;
881 rmode = rnd_mode;
882 if (sign_x ^ sign_y && (unsigned) (rmode - 1) < 2)
883 rmode = 3 - rmode
    [all...]
bid64_mul.c 67 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_digits])
    [all...]
bid64_quantize.c 52 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==ROUNDING_DOWN) sign_s=sign_y
    [all...]
bid64_add.c 132 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 - 1) < 2
    [all...]
bid64_fma.c 76 bin_expon_product, rmode; local
431 rmode = rnd_mode;
432 if (sign_z && (unsigned) (rmode - 1) < 2)
433 rmode = 3 - rmode;
434 //__add_128_64(PU, CT, round_const_table[rmode][extra_digits]);
438 || (rmode == ROUNDING_DOWN)
439 || (rmode == ROUNDING_TO_ZERO))
442 if ((rmode == ROUNDING_UP)) {
458 remainder_y += round_const_table[rmode][15]
    [all...]
bid64_div.c 94 int rmode, amount; local
463 rmode = rnd_mode;
464 if (sign_x ^ sign_y && (unsigned) (rmode - 1) < 2)
465 rmode = 3 - rmode;
466 switch (rmode) {
476 R -= ((Q | (rmode >> 2)) & 1);
507 rmode = rnd_mode;
509 get_BID64_UF (sign_x ^ sign_y, diff_expon, Q, R, rmode, pfpsf);
530 unsigned rmode; local
944 unsigned rmode; variable
    [all...]
bid_inline_add.h 86 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 - 1) < 2
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...]
  /src/usr.bin/ftp/
util.c 547 const char *rmode; local
586 for (rmode = "w"; *++argv != NULL; rmode = "a")
587 recvrequest("NLST", temp, *argv, rmode, 0, 0);
  /src/sys/fs/nfs/client/
nfs_clrpcops.c 162 u_int32_t mode, rmode; local
184 error = nfsrpc_accessrpc(vp, mode, cred, p, nap, attrflagp, &rmode,
192 if (!error && (rmode & mode) != mode)
206 u_int32_t supported, rmode; local
240 rmode = fxdr_unsigned(u_int32_t, *tl);
249 rmode &= supported;
250 *rmodep = rmode;
nfs_clvnops.c 291 u_int32_t rmode; local
296 &rmode, NULL);
304 np->n_accesscache[i].mode = rmode;
314 np->n_accesscache[lrupos].mode = rmode;
319 *retmode = rmode;
320 KDTRACE_NFS_ACCESSCACHE_LOAD_DONE(vp, cred->cr_uid, rmode, 0);
343 u_int32_t mode, wmode, rmode; local
439 ap->a_cred, &rmode);
441 (rmode & mode) != mode)
  /src/sys/nfs/
nfs_vnops.c 287 u_int32_t mode, rmode; local
345 rmode = fxdr_unsigned(u_int32_t, *tl);
351 if ((rmode & mode) != mode)
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-call.cc 1546 machine_mode rmode = TARGET_32BIT ? SImode : DImode;
1560 rtx r = gen_rtx_REG (rmode, GP_ARG_MIN_REG + align_words);
1561 rtx off = GEN_INT (i++ * GET_MODE_SIZE (rmode));
1845 machine_mode rmode = TARGET_32BIT ? SImode : DImode;
1853 r = gen_rtx_REG (rmode, GP_ARG_MIN_REG + align_words);
1854 off = GEN_INT (fpr_words++ * GET_MODE_SIZE (rmode));
1544 machine_mode rmode = TARGET_32BIT ? SImode : DImode; local
1843 machine_mode rmode = TARGET_32BIT ? SImode : DImode; local

Completed in 55 milliseconds

1 2