Home
last modified time | relevance | path

Searched refs:atan2_mp (Results 1 – 5 of 5) sorted by relevance

/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/tools/Fun2D/
H A Dmpfr.f90597 MODULE PROCEDURE atan2_mp
1826 FUNCTION atan2_mp(x,y) function
1827 TYPE(mpfr_type) :: atan2_mp local
1832 CALL initialize(atan2_mp)
1833 retval = mpfr_atan2(atan2_mp,x,y,GMP_RNDN)
1834 END FUNCTION atan2_mp
/dports/science/cp2k-data/cp2k-7.1.0/tools/Fun2D/
H A Dmpfr.f90597 MODULE PROCEDURE atan2_mp
1826 FUNCTION atan2_mp(x,y) function
1827 TYPE(mpfr_type) :: atan2_mp local
1832 CALL initialize(atan2_mp)
1833 retval = mpfr_atan2(atan2_mp,x,y,GMP_RNDN)
1834 END FUNCTION atan2_mp
/dports/lang/algol68g/algol68g-2.8.4/source/
H A Dmp.c3003 atan2_mp (NODE_T * p, MP_T * z, MP_T * x, MP_T * y, int digits) in atan2_mp() function
3272 (void) atan2_mp (p, t, u, v, digits_g); in cln_mp()
H A Da68g.h3135 extern MP_T *atan2_mp (NODE_T *, MP_T *, MP_T *, MP_T *, int);
H A Denviron.c3668 PRELUDE_ERROR (atan2_mp (p, x, y, x, digits) == NO_MP, p, ERROR_INVALID_ARGUMENT, MOID (p)); in genie_atan2_long_mp()
7185 (void) atan2_mp (p, z, a, b, digits); in genie_arg_long_complex()