Searched refs:exp_t (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/external/lgpl3/mpfr/dist/src/ |
| D | gamma_inc.c | 357 mpfr_exp_t exp_s, new_exp_s, exp_t, err_s, logj; in mpfr_gamma_inc_negint() local 383 exp_t = exp_s = MPFR_GET_EXP(s); /* max. exponent of s/t during loop */ in mpfr_gamma_inc_negint() 404 if (MPFR_GET_EXP(t) > exp_t) in mpfr_gamma_inc_negint() 405 exp_t = MPFR_GET_EXP(t); in mpfr_gamma_inc_negint() 420 exp_t += 1 + 2 * logj; in mpfr_gamma_inc_negint() 424 exp_s = (exp_s >= exp_t) ? exp_s + 1 : exp_t + 1; in mpfr_gamma_inc_negint() 454 exp_t = MPFR_GET_EXP(t); in mpfr_gamma_inc_negint() 464 exp_t -= 1; in mpfr_gamma_inc_negint() 465 exp_s = (exp_s >= exp_t) ? exp_s + 1 : exp_t + 1; in mpfr_gamma_inc_negint()
|
| D | pow.c | 173 mpfr_exp_t err, exp_t; in mpfr_pow_general() local 180 exp_t = MPFR_GET_EXP (t); in mpfr_pow_general() 201 err = MPFR_NOTZERO (t) && exp_t >= -1 ? exp_t + 3 : 1; in mpfr_pow_general()
|
| /netbsd/src/external/gpl3/gcc/dist/libgcc/config/libbid/ |
| D | 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,
|
| D | 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,
|
| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | tc-nds32.c | 4653 expressionS exp_t; in nds32_handle_align() local 4654 exp_t.X_op = O_symbol; in nds32_handle_align() 4655 exp_t.X_add_symbol = abs_section_sym; in nds32_handle_align() 4656 exp_t.X_add_number = R_NDS32_INSN16_CONVERT_FLAG; in nds32_handle_align() 4657 fix_new_exp (fragp, fragp->fr_fix, 2, &exp_t, 0, in nds32_handle_align()
|