Searched refs:atan2l (Results 1 - 13 of 13) sorted by relevance

/freebsd-12-stable/lib/msun/src/
H A Ds_cargl.c39 return (atan2l(cimagl(z), creall(z)));
H A Dcatrigl.c209 ry = atan2l(new_y, sqrt_A2my2);
272 rx = atan2l(sqrt_A2mx2, new_x);
274 rx = atan2l(sqrt_A2mx2, -new_x);
317 atan2l(y, x)));
320 return (CMPLXL(logl(hypotl(x, y)), atan2l(y, x)));
322 return (CMPLXL(logl(ax * ax + ay * ay) / 2, atan2l(y, x)));
401 ry = atan2l(2, -ay) / 2;
403 ry = atan2l(2 * ay, (1 - ax) * (1 + ax)) / 2;
405 ry = atan2l(2 * ay, (1 - ax) * (1 + ax) - ay * ay) / 2;
H A De_atan2.c128 __weak_reference(atan2, atan2l);
H A De_atan2l.c47 atan2l(long double y, long double x) function
H A Ds_clogl.c72 v = atan2l(y, x);
H A Dmath.h449 long double atan2l(long double, long double);
/freebsd-12-stable/lib/msun/tests/
H A Dinvtrig_test.c192 test2(atan2l, 0.0, ldexpl(z, e), 0.0, 0);
193 test2(atan2l, -0.0, ldexpl(z, e), -0.0, 0);
194 test2(atan2l, 0.0, ldexpl(-z, e), pi, FE_INEXACT);
195 test2(atan2l, -0.0, ldexpl(-z, e), -pi, FE_INEXACT);
196 test2(atan2l, ldexpl(z, e), 0.0, pi / 2, FE_INEXACT);
197 test2(atan2l, ldexpl(z, e), -0.0, pi / 2, FE_INEXACT);
198 test2(atan2l, ldexpl(-z, e), 0.0, -pi / 2, FE_INEXACT);
199 test2(atan2l, ldexpl(-z, e), -0.0, -pi / 2, FE_INEXACT);
224 test2(atan2l, ldexpl(z, e), INFINITY, 0.0, 0);
225 test2(atan2l, ldexp
[all...]
/freebsd-12-stable/contrib/libstdc++/libmath/
H A Dstubs.c115 atan2l(long double x, long double y) function
/freebsd-12-stable/gnu/lib/libstdc++/
H A Dconfig.h24 /* Define to 1 if you have the `atan2l' function. */
808 # define atan2l _atan2l macro
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h563 __tg_atan2(long double __x, long double __y) {return atan2l(__x, __y);}
1230 __tg_carg(long double __x) {return atan2l(0.L, __x);}
/freebsd-12-stable/lib/msun/
H A DMakefile174 MLINKS+=atan2.3 atan2f.3 atan2.3 atan2l.3 \
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h60 long double atan2l(long double y, long double x);
859 inline _LIBCPP_INLINE_VISIBILITY long double atan2(long double __lcpp_y, long double __lcpp_x) _NOEXCEPT {return ::atan2l(__lcpp_y, __lcpp_x);}
/freebsd-12-stable/contrib/libstdc++/
H A Dconfigure20797 echo "$as_me:$LINENO: checking for atan2l declaration" >&5
20798 echo $ECHO_N "checking for atan2l declaration... $ECHO_C" >&6
20822 atan2l(0, 0);
20872 for ac_func in atan2l
[all...]

Completed in 149 milliseconds