Searched refs:atan2f (Results 1 - 14 of 14) sorted by relevance

/freebsd-11.0-release/lib/msun/src/
H A Ds_cargf.c37 return (atan2f(cimagf(z), crealf(z)));
H A Dcatrigf.c188 ry = atan2f(new_y, sqrt_A2my2);
250 rx = atan2f(sqrt_A2mx2, new_x);
252 rx = atan2f(sqrt_A2mx2, -new_x);
295 atan2f(y, x)));
298 return (CMPLXF(logf(hypotf(x, y)), atan2f(y, x)));
300 return (CMPLXF(logf(ax * ax + ay * ay) / 2, atan2f(y, x)));
378 ry = atan2f(2, -ay) / 2;
380 ry = atan2f(2 * ay, (1 - ax) * (1 + ax)) / 2;
382 ry = atan2f(2 * ay, (1 - ax) * (1 + ax) - ay * ay) / 2;
H A Dmath.h345 float atan2f(float, float);
H A Dmath_private.h716 #define __ieee754_atan2f atan2f
/freebsd-11.0-release/lib/msun/tests/
H A Dinvtrig_test.c173 test2(atan2f, 0.0, ldexpf(z, e), 0.0, 0);
174 test2(atan2f, -0.0, ldexpf(z, e), -0.0, 0);
175 test2(atan2f, 0.0, ldexpf(-z, e), (float)pi, FE_INEXACT);
176 test2(atan2f, -0.0, ldexpf(-z, e), (float)-pi, FE_INEXACT);
177 test2(atan2f, ldexpf(z, e), 0.0, (float)pi / 2, FE_INEXACT);
178 test2(atan2f, ldexpf(z, e), -0.0, (float)pi / 2, FE_INEXACT);
179 test2(atan2f, ldexpf(-z, e), 0.0, (float)-pi / 2, FE_INEXACT);
180 test2(atan2f, ldexpf(-z, e), -0.0, (float)-pi / 2, FE_INEXACT);
205 test2(atan2f, ldexpf(z, e), INFINITY, 0.0, 0);
206 test2(atan2f, ldexp
[all...]
/freebsd-11.0-release/contrib/libstdc++/libmath/
H A Dstubs.c107 atan2f(float x, float y) function
/freebsd-11.0-release/gnu/lib/libstdc++/
H A Dconfig.h21 /* Define to 1 if you have the `atan2f' function. */
806 # define atan2f _atan2f macro
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h562 __tg_atan2(float __x, float __y) {return atan2f(__x, __y);}
1229 __tg_carg(float __x) {return atan2f(0.F, __x);}
/freebsd-11.0-release/lib/msun/
H A DMakefile152 MLINKS+=atan2.3 atan2f.3 atan2.3 atan2l.3 \
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp199 TLI.setUnavailable(LibFunc::atan2f);
H A DConstantFolding.cpp1290 Name == "atanf" || Name == "atan2f";
1690 (Name == "atan2f" && TLI->has(LibFunc::atan2f)))
/freebsd-11.0-release/contrib/gcc/
H A Dsys-protos.h110 extern float atan2f(float, float);
/freebsd-11.0-release/contrib/libc++/include/
H A Dmath.h60 float atan2f(float y, float x);
696 inline _LIBCPP_INLINE_VISIBILITY float atan2(float __lcpp_y, float __lcpp_x) _NOEXCEPT {return atan2f(__lcpp_y, __lcpp_x);}
/freebsd-11.0-release/contrib/libstdc++/
H A Dconfigure13663 echo "$as_me:$LINENO: checking for atan2f declaration" >&5
13664 echo $ECHO_N "checking for atan2f declaration... $ECHO_C" >&6
13688 atan2f(0, 0);
13738 for ac_func in atan2f
[all...]

Completed in 276 milliseconds