Home
last modified time | relevance | path

Searched refs:mpfr_atan2 (Results 1 – 9 of 9) sorted by relevance

/dragonfly/contrib/mpc/src/
HDlog.c56 inex_im = mpfr_atan2 (mpc_imagref (rop), mpc_imagref (op), mpc_realref (op), in mpc_log()
68 inex_im = mpfr_atan2 (mpc_imagref (rop), mpc_imagref (op), mpc_realref (op), in mpc_log()
205 inex_im = mpfr_atan2 (mpc_imagref (rop), mpc_imagref (op), mpc_realref (op), in mpc_log()
HDlog10.c50 mpfr_atan2 (mpc_imagref (tmp), mpc_imagref (op), mpc_realref (op), in mpc_log10_aux()
130 inex_im = mpfr_atan2 (mpc_imagref (rop), mpc_imagref (op), in mpc_log10()
149 inex_im = mpfr_atan2 (mpc_imagref (rop), mpc_imagref (op), in mpc_log10()
HDarg.c26 return mpfr_atan2 (a, mpc_imagref (b), mpc_realref (b), rnd); in mpc_arg()
HDatan.c252 mpfr_atan2 (x, mpc_realref (op), a, GMP_RNDU); in mpc_atan()
267 mpfr_atan2 (b, minus_op_re, a, GMP_RNDD); in mpc_atan()
/dragonfly/contrib/mpfr/src/
HDatan2.c48 mpfr_atan2 (mpfr_ptr dest, mpfr_srcptr y, mpfr_srcptr x, mpfr_rnd_t rnd_mode) in mpfr_atan2() function
HDmpfr.h639 __MPFR_DECLSPEC int mpfr_atan2 _MPFR_PROTO ((mpfr_ptr,mpfr_srcptr,mpfr_srcptr,
/dragonfly/contrib/gcc-8.0/gcc/
HDfold-const-call.c1238 return do_mpfr_arg2 (result, mpfr_atan2, arg0, arg1, format); in fold_const_call_sss()
/dragonfly/contrib/mpfr/doc/
HDmpfr.info1571 -- Function: int mpfr_atan2 (mpfr_t ROP, mpfr_t Y, mpfr_t X,
3701 * mpfr_atan2: Special Functions. (line 65)
/dragonfly/contrib/gcc-4.7/gcc/
HDbuiltins.c10720 return do_mpfr_arg2 (arg0, arg1, type, mpfr_atan2); in fold_builtin_2()