Searched refs:neg_x (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/lgpl3/gmp/dist/tests/mpq/
H A Dt-aors.c34 int neg_x, neg_y, swap; local
45 for (neg_x = 0; neg_x <= 1; neg_x++)
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dgamma_inc.c353 mpfr_t s, t, abs_a, neg_x; local
430 MPFR_TMP_INIT_NEG(neg_x, x);
432 mpfr_exp (t, neg_x, MPFR_RNDN); /* t = exp(-x) * (1 + theta) */
449 mpfr_eint (t, neg_x, MPFR_RNDN); /* t = -E1(-x) * (1 + theta) */

Completed in 81 milliseconds