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

/freebsd-10.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 (cpackf(logf(hypotf(x, y)), atan2f(y, x)));
300 return (cpackf(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.h349 float atan2f(float, float);
H A Dmath_private.h704 #define __ieee754_atan2f atan2f
/freebsd-10.0-release/tools/regression/lib/msun/
H A Dtest-invtrig.c157 test2(atan2f, 0.0, ldexpf(z, e), 0.0, 0);
158 test2(atan2f, -0.0, ldexpf(z, e), -0.0, 0);
159 test2(atan2f, 0.0, ldexpf(-z, e), (float)pi, FE_INEXACT);
160 test2(atan2f, -0.0, ldexpf(-z, e), (float)-pi, FE_INEXACT);
161 test2(atan2f, ldexpf(z, e), 0.0, (float)pi / 2, FE_INEXACT);
162 test2(atan2f, ldexpf(z, e), -0.0, (float)pi / 2, FE_INEXACT);
163 test2(atan2f, ldexpf(-z, e), 0.0, (float)-pi / 2, FE_INEXACT);
164 test2(atan2f, ldexpf(-z, e), -0.0, (float)-pi / 2, FE_INEXACT);
189 test2(atan2f, ldexpf(z, e), INFINITY, 0.0, 0);
190 test2(atan2f, ldexp
[all...]
/freebsd-10.0-release/contrib/libstdc++/libmath/
H A Dstubs.c107 atan2f(float x, float y) function
/freebsd-10.0-release/lib/msun/
H A DSymbol.map16 atan2f;
H A DMakefile147 MLINKS+=atan2.3 atan2f.3 atan2.3 atan2l.3 \
/freebsd-10.0-release/gnu/lib/libstdc++/
H A Dconfig.h21 /* Define to 1 if you have the `atan2f' function. */
806 # define atan2f _atan2f macro
/freebsd-10.0-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h98 /// float atan2f(float y, float x);
99 atan2f, enumerator in enum:llvm::LibFunc::Func
/freebsd-10.0-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp65 "atan2f",
449 TLI.setUnavailable(LibFunc::atan2f);
/freebsd-10.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-10.0-release/contrib/libstdc++/config/abi/pre/
H A Dgnu.ver491 atan2f;
/freebsd-10.0-release/contrib/libstdc++/
H A Dconfig.h.in15 /* Define to 1 if you have the `atan2f' function. */
788 # define atan2f _atan2f
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...]
/freebsd-10.0-release/contrib/gcc/
H A Dsys-protos.h110 extern float atan2f(float, float);

Completed in 258 milliseconds