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

/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dtcosu.c1 /* Test file for mpfr_cosu.
36 inexact = mpfr_cosu (y, x, 0, MPFR_RNDN);
41 inexact = mpfr_cosu (y, x, 1, MPFR_RNDN);
46 inexact = mpfr_cosu (y, x, 1, MPFR_RNDN);
51 inexact = mpfr_cosu (y, x, 1, MPFR_RNDN);
56 inexact = mpfr_cosu (y, x, 1, MPFR_RNDN);
62 inexact = mpfr_cosu (y, x, 1, MPFR_RNDN);
68 inexact = mpfr_cosu (y, x, 3, MPFR_RNDN);
74 inexact = mpfr_cosu (y, x, 3, MPFR_RNDN);
93 inexact = mpfr_cosu (
[all...]
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dcosu.c0 /* mpfr_cosu -- cosu(x) = cos(2*pi*x/u)
29 mpfr_cosu (mpfr_ptr y, mpfr_srcptr x, unsigned long u, mpfr_rnd_t rnd_mode) function
253 return mpfr_cosu (y, x, 2, rnd_mode);
H A Dmpfr.h741 __MPFR_DECLSPEC int mpfr_cosu (mpfr_ptr, mpfr_srcptr, unsigned long, mpfr_rnd_t);

Completed in 188 milliseconds