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

/haiku/src/system/libroot/posix/musl/math/x86/
H A Datan2f.s1 .global atan2f
2 .type atan2f,@function
3 atan2f: label
/haiku/src/system/libroot/posix/glibc/math/
H A Dcargf.c26 return atan2f (__imag__ x, __real__ x);
H A Dk_casinhf.c66 __imag__ res = atan2f (s, __imag__ x);
68 __imag__ res = atan2f (ix, s);
76 __imag__ res = atan2f (rx, copysignf (s, __imag__ x));
78 __imag__ res = atan2f (s, rx);
89 __imag__ res = atan2f (rx, copysignf (s, __imag__ x));
91 __imag__ res = atan2f (s, rx);
107 __imag__ res = atan2f (rx + r1, copysignf (ix + r2,
110 __imag__ res = atan2f (ix + r2, rx + r1);
119 __imag__ res = atan2f (sqrtf (rx),
122 __imag__ res = atan2f (1.
[all...]
/haiku/src/system/libroot/posix/glibc/arch/generic/
H A Ds_clogf.c47 __imag__ result = atan2f (__imag__ x, __real__ x);
H A Ds_clog10f.c47 __imag__ result = M_LOG10E * atan2f (__imag__ x, __real__ x);
H A Ds_catanf.c72 __real__ res = 0.5 * atan2f (2.0 * __real__ x, den);
H A Ds_catanhf.c75 __imag__ res = 0.5 * atan2f (2.0 * __imag__ x, den);
H A Ds_cacoshf.c93 __imag__ res = atan2f (__imag__ x + b, __real__ x + a);
/haiku/src/system/libroot/posix/musl/math/
H A Datan2f.c22 float atan2f(float y, float x) function
/haiku/headers/posix/
H A Dmath.h139 extern float atan2f(float y, float x);
/haiku/src/servers/app/decorator/
H A DDefaultWindowBehaviour.cpp1158 float angle = atan2f(y, x);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1438 void atan2f() {} function
H A Dlibroot_stubs_legacy.c1368 void atan2f() {} function

Completed in 229 milliseconds