Home
last modified time | relevance | path

Searched refs:atan2l (Results 1 – 21 of 21) sorted by relevance

/dragonfly/tools/regression/lib/libm/
HDtest-invtrig.c204 test2(atan2l, 0.0, ldexpl(z, e), 0.0, 0); in test_special_atan2()
205 test2(atan2l, -0.0, ldexpl(z, e), -0.0, 0); in test_special_atan2()
206 test2(atan2l, 0.0, ldexpl(-z, e), pi, FE_INEXACT); in test_special_atan2()
207 test2(atan2l, -0.0, ldexpl(-z, e), -pi, FE_INEXACT); in test_special_atan2()
208 test2(atan2l, ldexpl(z, e), 0.0, pi / 2, FE_INEXACT); in test_special_atan2()
209 test2(atan2l, ldexpl(z, e), -0.0, pi / 2, FE_INEXACT); in test_special_atan2()
210 test2(atan2l, ldexpl(-z, e), 0.0, -pi / 2, FE_INEXACT); in test_special_atan2()
211 test2(atan2l, ldexpl(-z, e), -0.0, -pi / 2, FE_INEXACT); in test_special_atan2()
236 test2(atan2l, ldexpl(z, e), INFINITY, 0.0, 0); in test_special_atan2()
237 test2(atan2l, ldexpl(-z,e), INFINITY, -0.0, 0); in test_special_atan2()
[all …]
/dragonfly/contrib/openbsd_libm/src/
HDs_cargl.c25 return atan2l(__imag__ z, __real__ z); in cargl()
HDs_clogl.c70 rr = atan2l(cimagl(z), creall(z)); in clogl()
HDs_catanl.c110 t = atan2l(2.0L * x, a) * 0.5L; in catanl()
HDe_atan2.c123 __strong_alias(atan2l, atan2);
HDe_atan2l.c52 atan2l(long double y, long double x) in atan2l() function
/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++98/
Dmath_stubs_long_double.cc67 atan2l(long double x, long double y) in atan2l() function
/dragonfly/contrib/gcc-4.7/libstdc++-v3/src/c++98/
Dmath_stubs_long_double.cc67 atan2l(long double x, long double y) in atan2l() function
/dragonfly/lib/libm/
HDSymbol.map196 atan2l;
HDMakefile161 atan2.3 atan2l.3
/dragonfly/contrib/openbsd_libm/include/global/
HDmath.h405 long double atan2l(long double, long double);
/dragonfly/gnu/lib/gcc47/libstdc++/
Dconfig.h916 # define atan2l _atan2l macro
Dlibstdc++-symbols.ver548 atan2l;
/dragonfly/gnu/lib/gcc80/libstdcxx/headers/
HDconfig.h1030 # define atan2l _atan2l macro
/dragonfly/contrib/openbsd_libm/
HDMakefile320 MLINKS+=atan2.3 atan2l.3
/dragonfly/contrib/gcc-4.7/libstdc++-v3/
Dconfig.h.in21 /* Define to 1 if you have the `atan2l' function. */
893 # define atan2l _atan2l macro
/dragonfly/contrib/gcc-4.7/libstdc++-v3/config/abi/pre/
Dgnu.ver753 atan2l;
/dragonfly/contrib/gcc-4.7/gcc/
HDbuiltins.def202 DEF_C99_C90RES_BUILTIN (BUILT_IN_ATAN2L, "atan2l", BT_FN_LONGDOUBLE_LONGDOUBLE_LONGDOUBLE, ATTR_MAT…
/dragonfly/contrib/gcc-8.0/libstdc++-v3/config/abi/pre/
Dgnu.ver991 atan2l;
/dragonfly/contrib/gcc-8.0/gcc/
HDbuiltins.def321 DEF_C99_C90RES_BUILTIN (BUILT_IN_ATAN2L, "atan2l", BT_FN_LONGDOUBLE_LONGDOUBLE_LONGDOUBLE, ATTR_MAT…
/dragonfly/contrib/gcc-4.7/gcc/doc/
HDextend.texi7527 @findex atan2l
7977 @code{atan2l}, @code{atanf}, @code{atanl}, @code{ceilf}, @code{ceill},