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

1 2 3 4 5 6

  /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_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_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...]
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...]
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...]
  /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_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_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...]
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...]
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...]

Completed in 123 milliseconds

1 2 3 4 5 6