Searched refs:mpfr_atan2 (Results 1 – 9 of 9) sorted by relevance
| /dragonfly/contrib/mpc/src/ |
| HD | log.c | 56 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()
|
| HD | log10.c | 50 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()
|
| HD | arg.c | 26 return mpfr_atan2 (a, mpc_imagref (b), mpc_realref (b), rnd); in mpc_arg()
|
| HD | atan.c | 252 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/ |
| HD | atan2.c | 48 mpfr_atan2 (mpfr_ptr dest, mpfr_srcptr y, mpfr_srcptr x, mpfr_rnd_t rnd_mode) in mpfr_atan2() function
|
| HD | mpfr.h | 639 __MPFR_DECLSPEC int mpfr_atan2 _MPFR_PROTO ((mpfr_ptr,mpfr_srcptr,mpfr_srcptr,
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | fold-const-call.c | 1238 return do_mpfr_arg2 (result, mpfr_atan2, arg0, arg1, format); in fold_const_call_sss()
|
| /dragonfly/contrib/mpfr/doc/ |
| HD | mpfr.info | 1571 -- 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/ |
| HD | builtins.c | 10720 return do_mpfr_arg2 (arg0, arg1, type, mpfr_atan2); in fold_builtin_2()
|