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

/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dteint.c1 /* Test file for mpfr_eint.
25 #define TEST_FUNCTION mpfr_eint
37 mpfr_eint (y, x, MPFR_RNDN);
45 mpfr_eint (y, x, MPFR_RNDN);
53 mpfr_eint (y, x, MPFR_RNDN);
62 mpfr_eint (y, x, MPFR_RNDN);
69 mpfr_eint (y, x, MPFR_RNDN);
80 mpfr_eint (x, x, MPFR_RNDZ);
92 mpfr_eint (x, x, MPFR_RNDN);
105 mpfr_eint (
[all...]
H A Dtaway.c431 test2 (mpfr_eint, "mpfr_eint");
H A Dreuse.c630 test2 (mpfr_eint, "mpfr_eint", p, (mpfr_rnd_t) rnd);
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dgamma_inc.c165 /* mpfr_eint(x) for x < 0 returns -E1(-x) */
166 inex = mpfr_eint (y, minus_x, MPFR_INVERT_RND(rnd));
449 mpfr_eint (t, neg_x, MPFR_RNDN); /* t = -E1(-x) * (1 + theta) */
H A Deint.c0 /* mpfr_eint, mpfr_eint1 -- the exponential integral
222 /* mpfr_eint returns Ei(x) for x >= 0,
225 mpfr_eint (mpfr_ptr y, mpfr_srcptr x, mpfr_rnd_t rnd) function
H A Dmpfr.h635 __MPFR_DECLSPEC int mpfr_eint (mpfr_ptr, mpfr_srcptr, mpfr_rnd_t);

Completed in 120 milliseconds