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

/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Ddigamma.c39 mpfr_t t, u, invxx; local
47 mpfr_init2 (invxx, p);
58 mpfr_sqr (invxx, x, MPFR_RNDZ); /* invxx = x^2 * (1 + theta)
60 mpfr_ui_div (invxx, 1, invxx, MPFR_RNDU); /* invxx = 1/x^2 * (1 + theta)^2 */
70 mpfr_mul (t, t, invxx, MPFR_RNDU); /* err = err + 3 */
100 mpfr_clear (invxx);

Completed in 78 milliseconds