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

/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dtsinu.c1 /* Test file for mpfr_sinu.
36 inexact = mpfr_sinu (y, x, 0, MPFR_RNDN);
41 inexact = mpfr_sinu (y, x, 1, MPFR_RNDN);
46 inexact = mpfr_sinu (y, x, 1, MPFR_RNDN);
51 inexact = mpfr_sinu (y, x, 1, MPFR_RNDN);
56 inexact = mpfr_sinu (y, x, 1, MPFR_RNDN);
62 inexact = mpfr_sinu (y, x, 1, MPFR_RNDN);
81 inexact = mpfr_sinu (y, x, 4, MPFR_RNDN);
86 inexact = mpfr_sinu (y, x, 4, MPFR_RNDN);
92 inexact = mpfr_sinu (
[all...]
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dsinu.c0 /* mpfr_sinu -- sinu(x) = sin(2*pi*x/u)
35 mpfr_sinu (mpfr_ptr y, mpfr_srcptr x, unsigned long u, mpfr_rnd_t rnd_mode) function
239 return mpfr_sinu (y, x, 2, rnd_mode);
H A Dmpfr.h740 __MPFR_DECLSPEC int mpfr_sinu (mpfr_ptr, mpfr_srcptr, unsigned long, mpfr_rnd_t);

Completed in 125 milliseconds