Home
last modified time | relevance | path

Searched refs:x_copy (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dexp3.c159 mpfr_t t, x_copy, tmp; in mpfr_exp_3() local
188 mpfr_init2 (x_copy, MPFR_PREC(x)); in mpfr_exp_3()
189 mpfr_set (x_copy, x, MPFR_RNDD); in mpfr_exp_3()
195 mpfr_div_2ui (x_copy, x, ttt, MPFR_RNDN); in mpfr_exp_3()
196 ttt = MPFR_GET_EXP (x_copy); in mpfr_exp_3()
228 mpfr_extract (uk, x_copy, 0); in mpfr_exp_3()
239 mpfr_extract (uk, x_copy, i); in mpfr_exp_3()
336 mpfr_clear (x_copy); in mpfr_exp_3()