Searched refs:exp_t (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/libquadmath/math/
H A Dccoshq.c50 __float128 exp_t = expq (t); local
55 sinix *= exp_t / 2;
56 cosix *= exp_t / 2;
60 sinix *= exp_t;
61 cosix *= exp_t;
H A Dcexpq.c50 __float128 exp_t = expq (t); local
52 sinix *= exp_t;
53 cosix *= exp_t;
57 sinix *= exp_t;
58 cosix *= exp_t;
H A Dcsinhq.c56 __float128 exp_t = expq (t); local
61 sinix *= exp_t / 2;
62 cosix *= exp_t / 2;
66 sinix *= exp_t;
67 cosix *= exp_t;
H A Dcsinq.c56 __float128 exp_t = expq (t); local
61 sinix *= exp_t / 2;
62 cosix *= exp_t / 2;
66 sinix *= exp_t;
67 cosix *= exp_t;
/netbsd-current/external/gpl3/gcc.old/dist/libquadmath/math/
H A Dccoshq.c50 __float128 exp_t = expq (t); local
55 sinix *= exp_t / 2;
56 cosix *= exp_t / 2;
60 sinix *= exp_t;
61 cosix *= exp_t;
H A Dcexpq.c50 __float128 exp_t = expq (t); local
52 sinix *= exp_t;
53 cosix *= exp_t;
57 sinix *= exp_t;
58 cosix *= exp_t;
H A Dcsinhq.c56 __float128 exp_t = expq (t); local
61 sinix *= exp_t / 2;
62 cosix *= exp_t / 2;
66 sinix *= exp_t;
67 cosix *= exp_t;
H A Dcsinq.c56 __float128 exp_t = expq (t); local
61 sinix *= exp_t / 2;
62 cosix *= exp_t / 2;
66 sinix *= exp_t;
67 cosix *= exp_t;
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dgamma_inc.c357 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
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/libbid/
H A Dbid64_compare.c49 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,
H A Dbid128_compare.c29 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,
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid64_compare.c49 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,
H A Dbid128_compare.c29 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,
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-nds32.c4660 expressionS exp_t;
4661 exp_t.X_op = O_symbol;
4662 exp_t.X_add_symbol = abs_section_sym;
4663 exp_t.X_add_number = R_NDS32_INSN16_CONVERT_FLAG;
4664 fix_new_exp (fragp, fragp->fr_fix, 2, &exp_t, 0,
4654 expressionS exp_t; local
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-nds32.c4662 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
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-nds32.c4661 expressionS exp_t;
4662 exp_t.X_op = O_symbol;
4663 exp_t.X_add_symbol = abs_section_sym;
4664 exp_t.X_add_number = R_NDS32_INSN16_CONVERT_FLAG;
4665 fix_new_exp (fragp, fragp->fr_fix, 2, &exp_t, 0,
4654 expressionS exp_t; local

Completed in 261 milliseconds