Searched refs:mpfr_atan2 (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/external/lgpl3/mpc/dist/src/
H A Darg.c26 return mpfr_atan2 (a, mpc_imagref (b), mpc_realref (b), rnd);
H A Dlog.c56 inex_im = mpfr_atan2 (mpc_imagref (rop), mpc_imagref (op), mpc_realref (op),
68 inex_im = mpfr_atan2 (mpc_imagref (rop), mpc_imagref (op), mpc_realref (op),
205 inex_im = mpfr_atan2 (mpc_imagref (rop), mpc_imagref (op), mpc_realref (op),
H A Datan.c283 mpfr_atan2 (x, mpc_realref (op), a, MPFR_RNDU);
298 mpfr_atan2 (b, minus_op_re, a, MPFR_RNDD);
/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dtatan.c1 /* Test file for mpfr_atan and mpfr_atan2.
204 #define TEST_FUNCTION mpfr_atan2
209 #define TEST_FUNCTION mpfr_atan2
321 mpfr_atan2 (z, y, x, MPFR_RNDN);
324 mpfr_atan2 (z, y, x, MPFR_RNDN);
329 mpfr_atan2 (z, y, x, MPFR_RNDN);
333 mpfr_atan2 (z, y, x, MPFR_RNDN);
337 mpfr_atan2 (z, y, x, MPFR_RNDN);
341 mpfr_atan2 (z, y, x, MPFR_RNDN);
345 mpfr_atan2 (
[all...]
H A Dtaway.c485 test3 (mpfr_atan2, "mpfr_atan2");
H A Dreuse.c686 test3 (mpfr_atan2, "mpfr_atan2", p, (mpfr_rnd_t) rnd);
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Datan2.c0 /* mpfr_atan2 -- arc-tan 2 of a floating-point number
48 mpfr_atan2 (mpfr_ptr dest, mpfr_srcptr y, mpfr_srcptr x, mpfr_rnd_t rnd_mode) function
H A Dmpfr.h735 __MPFR_DECLSPEC int mpfr_atan2 (mpfr_ptr, mpfr_srcptr, mpfr_srcptr, mpfr_rnd_t);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dfold-const-call.c1369 return do_mpfr_arg2 (result, mpfr_atan2, arg0, arg1, format);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dfold-const-call.cc1371 return do_mpfr_arg2 (result, mpfr_atan2, arg0, arg1, format);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dsimplify.c1303 mpfr_atan2 (result->value.real, y->value.real, x->value.real, GFC_RND_MODE);
1844 mpfr_atan2 (result->value.real, y->value.real, x->value.real, GFC_RND_MODE);
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dsimplify.cc1335 mpfr_atan2 (result->value.real, y->value.real, x->value.real, GFC_RND_MODE);
1876 mpfr_atan2 (result->value.real, y->value.real, x->value.real, GFC_RND_MODE);
/netbsd-current/external/gpl3/binutils/dist/
H A Dconfigure8328 mpfr_atan2 (n, n, x, MPFR_RNDN);
/netbsd-current/external/gpl3/gcc.old/dist/
H A Dconfigure5905 mpfr_atan2 (n, n, x, MPFR_RNDN);
/netbsd-current/external/gpl3/gdb.old/dist/
H A Dconfigure5785 mpfr_atan2 (n, n, x, GMP_RNDN);
/netbsd-current/external/gpl3/gdb/dist/
H A Dconfigure8342 mpfr_atan2 (n, n, x, MPFR_RNDN);
/netbsd-current/external/gpl3/binutils.old/dist/
H A Dconfigure6070 mpfr_atan2 (n, n, x, GMP_RNDN);
/netbsd-current/external/gpl3/gcc/dist/
H A Dconfigure8272 mpfr_atan2 (n, n, x, MPFR_RNDN);

Completed in 346 milliseconds