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

/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/tests/
H A Dtatan.c1 /* Test file for mpfr_atan.
41 mpfr_atan (z, x, MPFR_RNDN);
44 printf ("Error in mpfr_atan for prec=53, rnd=MPFR_RNDN\n");
59 mpfr_atan (y, x, (mpfr_rnd_t) r);
64 printf ("Error: mpfr_atan(+Inf), rnd=%s\n",
74 mpfr_atan (y, x, (mpfr_rnd_t) r);
80 printf ("Error: mpfr_atan(-Inf), rnd=%s\n",
88 mpfr_atan (y, x, MPFR_RNDN);
91 printf ("Error: mpfr_atan(NaN) <> NaN\n");
98 mpfr_atan (
[all...]
H A Dttan.c159 bad_cases (mpfr_tan, mpfr_atan, "mpfr_tan", 256, -256, 255, 4, 128, 800, 40);
H A Dtaway.c438 test2 (mpfr_atan, "mpfr_atan");
H A Dreuse.c622 test2 (mpfr_atan, "mpfr_atan", p, (mpfr_rnd_t) rnd);
/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/
H A Datan2.c155 return mpfr_atan (dest, y, rnd_mode);
175 inexact = mpfr_atan (dest, tmp, rnd_mode);
209 mpfr_atan (tmp, tmp, MPFR_RNDN); /* Error <= 2*ulp (tmp) since
229 mpfr_atan (tmp, tmp, MPFR_RNDN); /* Error <= 2*ulp (tmp) since
H A Dasin.c109 mpfr_atan (xp, xp, MPFR_RNDN);
H A Dacos.c124 mpfr_atan (arcc, tmp, MPFR_RNDN);
H A Datan.c0 /* mpfr_atan -- arc-tangent of a floating-point number
190 mpfr_atan (mpfr_ptr atan, mpfr_srcptr x, mpfr_rnd_t rnd_mode) function
H A Dmpfr.h636 __MPFR_DECLSPEC int mpfr_atan _MPFR_PROTO ((mpfr_ptr,mpfr_srcptr,mpfr_rnd_t));
/netbsd-6-1-5-RELEASE/external/lgpl2/mpc/dist/src/
H A Datan.c104 inex_re = mpfr_atan (MPC_RE (rop), MPC_RE (op), MPC_RND_RE (rnd));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dbuiltins.c9823 return do_mpfr_arg1 (arg0, type, mpfr_atan, NULL, NULL, 0);

Completed in 145 milliseconds