HomeSort by: relevance | last modified time | path
    Searched refs:mpfr_atan2 (Results 1 - 18 of 18) sorted by relevancy

  /src/external/lgpl3/mpc/dist/src/
arg.c 26 return mpfr_atan2 (a, mpc_imagref (b), mpc_realref (b), rnd);
log.c 56 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),
atan.c 283 mpfr_atan2 (x, mpc_realref (op), a, MPFR_RNDU);
298 mpfr_atan2 (b, minus_op_re, a, MPFR_RNDD);
  /src/external/lgpl3/mpfr/dist/tests/
tatan.c 1 /* 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 (z, y, x, MPFR_RNDN)
    [all...]
taway.c 485 test3 (mpfr_atan2, "mpfr_atan2");
reuse.c 686 test3 (mpfr_atan2, "mpfr_atan2", p, (mpfr_rnd_t) rnd);
  /src/external/lgpl3/mpfr/dist/src/
atan2.c 0 /* 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
mpfr.h 735 __MPFR_DECLSPEC int mpfr_atan2 (mpfr_ptr, mpfr_srcptr, mpfr_srcptr, mpfr_rnd_t);
  /src/external/gpl3/gcc/dist/gcc/
fold-const-call.cc 1431 return do_mpfr_arg2 (result, mpfr_atan2, arg0, arg1, format);
  /src/external/gpl3/gcc.old/dist/gcc/
fold-const-call.cc 1371 return do_mpfr_arg2 (result, mpfr_atan2, arg0, arg1, format);
  /src/external/gpl3/gcc/dist/gcc/fortran/
simplify.cc 1361 mpfr_atan2 (result->value.real, y->value.real, x->value.real, GFC_RND_MODE);
1905 mpfr_atan2 (result->value.real, y->value.real, x->value.real, GFC_RND_MODE);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
simplify.cc 1335 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);
  /src/external/gpl3/binutils.old/dist/
configure 9110 mpfr_atan2 (n, n, x, MPFR_RNDN);
  /src/external/gpl3/gcc/dist/
configure 8365 mpfr_atan2 (n, n, x, MPFR_RNDN);
  /src/external/gpl3/gcc.old/dist/
configure 8272 mpfr_atan2 (n, n, x, MPFR_RNDN);
  /src/external/gpl3/gdb/dist/
configure 9110 mpfr_atan2 (n, n, x, MPFR_RNDN);
  /src/external/gpl3/gdb.old/dist/
configure 8328 mpfr_atan2 (n, n, x, MPFR_RNDN);
  /src/external/gpl3/binutils/dist/
configure 9252 mpfr_atan2 (n, n, x, MPFR_RNDN);

Completed in 267 milliseconds