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

/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dtli2.c25 #define TEST_FUNCTION mpfr_li2
36 mpfr_li2 (y, x, MPFR_RNDN);
44 mpfr_li2 (y, x, MPFR_RNDN);
52 mpfr_li2 (y, x, MPFR_RNDN);
60 mpfr_li2 (y, x, MPFR_RNDN);
69 mpfr_li2 (y, x, MPFR_RNDN);
90 mpfr_li2 (x, x, MPFR_RNDN);
101 mpfr_li2 (y, x, MPFR_RNDN);
105 mpfr_li2 (y, x, MPFR_RNDN);
117 inexact = mpfr_li2 (
[all...]
H A Dtaway.c493 test2 (mpfr_li2, "mpfr_li2");
H A Dreuse.c691 test2 (mpfr_li2, "mpfr_li2", p, (mpfr_rnd_t) rnd);
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dli2.c0 /* mpfr_li2 -- Dilogarithm.
42 /* The series converges for |z| < 2 pi, but in mpfr_li2 the argument is
215 mpfr_li2 (mpfr_ptr y, mpfr_srcptr x, mpfr_rnd_t rnd_mode) function
H A Dmpfr.h636 __MPFR_DECLSPEC int mpfr_li2 (mpfr_ptr, mpfr_srcptr, mpfr_rnd_t);

Completed in 205 milliseconds