| /src/external/gpl3/gcc/dist/libquadmath/math/ |
| ccoshq.c | 50 __float128 exp_t = expq (t); local 55 sinix *= exp_t / 2; 56 cosix *= exp_t / 2; 60 sinix *= exp_t; 61 cosix *= exp_t;
|
| cexpq.c | 50 __float128 exp_t = expq (t); local 52 sinix *= exp_t; 53 cosix *= exp_t; 57 sinix *= exp_t; 58 cosix *= exp_t;
|
| csinhq.c | 56 __float128 exp_t = expq (t); local 61 sinix *= exp_t / 2; 62 cosix *= exp_t / 2; 66 sinix *= exp_t; 67 cosix *= exp_t;
|
| csinq.c | 56 __float128 exp_t = expq (t); local 61 sinix *= exp_t / 2; 62 cosix *= exp_t / 2; 66 sinix *= exp_t; 67 cosix *= exp_t;
|
| /src/external/gpl3/gcc.old/dist/libquadmath/math/ |
| ccoshq.c | 50 __float128 exp_t = expq (t); local 55 sinix *= exp_t / 2; 56 cosix *= exp_t / 2; 60 sinix *= exp_t; 61 cosix *= exp_t;
|
| cexpq.c | 50 __float128 exp_t = expq (t); local 52 sinix *= exp_t; 53 cosix *= exp_t; 57 sinix *= exp_t; 58 cosix *= exp_t;
|
| csinhq.c | 56 __float128 exp_t = expq (t); local 61 sinix *= exp_t / 2; 62 cosix *= exp_t / 2; 66 sinix *= exp_t; 67 cosix *= exp_t;
|
| csinq.c | 56 __float128 exp_t = expq (t); local 61 sinix *= exp_t / 2; 62 cosix *= exp_t / 2; 66 sinix *= exp_t; 67 cosix *= exp_t;
|
| /src/external/gpl3/gcc/dist/libgcc/config/libbid/ |
| bid128_compare.c | 29 int exp_x, exp_y, exp_t; variable 132 SWAP (exp_x, exp_y, exp_t); // put the larger exp in y, 1679 int exp_x, exp_y, exp_t; 1782 SWAP (exp_x, exp_y, exp_t); // put the larger exp in y,
|
| bid64_compare.c | 49 int exp_x, exp_y, exp_t; local 134 SWAP (exp_x, exp_y, exp_t); // put the larger exp in y, 1176 int exp_x, exp_y, exp_t; local 1264 SWAP (exp_x, exp_y, exp_t); // put the larger exp in y,
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/ |
| bid128_compare.c | 29 int exp_x, exp_y, exp_t; variable 132 SWAP (exp_x, exp_y, exp_t); // put the larger exp in y, 1679 int exp_x, exp_y, exp_t; 1782 SWAP (exp_x, exp_y, exp_t); // put the larger exp in y,
|
| bid64_compare.c | 49 int exp_x, exp_y, exp_t; local 134 SWAP (exp_x, exp_y, exp_t); // put the larger exp in y, 1176 int exp_x, exp_y, exp_t; local 1264 SWAP (exp_x, exp_y, exp_t); // put the larger exp in y,
|
| /src/external/lgpl3/mpfr/dist/src/ |
| gamma_inc.c | 357 mpfr_exp_t exp_s, new_exp_s, exp_t, err_s, logj; local 383 exp_t = exp_s = MPFR_GET_EXP(s); /* max. exponent of s/t during loop */ 404 if (MPFR_GET_EXP(t) > exp_t) 405 exp_t = MPFR_GET_EXP(t); 415 sum(2*(2i+1), i=1..j-1) * 2^(exp_t - EXP(s)) for the error on t. 416 The latter sum is (2*j^2-2) * 2^(exp_t - EXP(s)). */ 420 exp_t += 1 + 2 * logj; 422 /* now the error on s is bounded by 2^(exp_s-EXP(s))+2^(exp_t-EXP(s)) */ 424 exp_s = (exp_s >= exp_t) ? exp_s + 1 : exp_t + 1 [all...] |
| pow.c | 173 mpfr_exp_t err, exp_t; local 180 exp_t = MPFR_GET_EXP (t); 201 err = MPFR_NOTZERO (t) && exp_t >= -1 ? exp_t + 3 : 1;
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-nds32.c | 4662 expressionS exp_t; 4663 exp_t.X_op = O_symbol; 4664 exp_t.X_add_symbol = abs_section_sym; 4665 exp_t.X_add_number = R_NDS32_INSN16_CONVERT_FLAG; 4666 fix_new_exp (fragp, fragp->fr_fix, 2, &exp_t, 0, 4655 expressionS exp_t; local
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-nds32.c | 4657 expressionS exp_t; 4658 exp_t.X_op = O_symbol; 4659 exp_t.X_add_symbol = abs_section_sym; 4660 exp_t.X_add_number = R_NDS32_INSN16_CONVERT_FLAG; 4661 fix_new_exp (fragp, fragp->fr_fix, 2, &exp_t, 0, 4650 expressionS exp_t; local
|