Home
last modified time | relevance | path

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

/haiku/src/system/libroot/posix/glibc/math/
H A Dk_casinhf.c66 __imag__ res = atan2f (s, __imag__ x); in __kernel_casinhf()
68 __imag__ res = atan2f (ix, s); in __kernel_casinhf()
76 __imag__ res = atan2f (rx, copysignf (s, __imag__ x)); in __kernel_casinhf()
78 __imag__ res = atan2f (s, rx); in __kernel_casinhf()
89 __imag__ res = atan2f (rx, copysignf (s, __imag__ x)); in __kernel_casinhf()
91 __imag__ res = atan2f (s, rx); in __kernel_casinhf()
107 __imag__ res = atan2f (rx + r1, copysignf (ix + r2, in __kernel_casinhf()
110 __imag__ res = atan2f (ix + r2, rx + r1); in __kernel_casinhf()
119 __imag__ res = atan2f (sqrtf (rx), in __kernel_casinhf()
122 __imag__ res = atan2f (1.0f, sqrtf (rx)); in __kernel_casinhf()
[all …]
H A Dcargf.c26 return atan2f (__imag__ x, __real__ x); in __cargf()
/haiku/src/system/libroot/posix/musl/math/x86/
H A Datan2f.s1 .global atan2f symbol
2 .type atan2f,@function
3 atan2f: label
H A DJamfile69 acos.s acosl.s acosf.s asin.s asinf.s asinl.s atan.s atan2.s atan2f.s
/haiku/src/system/libroot/posix/glibc/arch/generic/
H A Ds_clog10f.c47 __imag__ result = M_LOG10E * atan2f (__imag__ x, __real__ x); in __clog10f()
H A Ds_clogf.c47 __imag__ result = atan2f (__imag__ x, __real__ x); in __clogf()
H A Ds_catanhf.c75 __imag__ res = 0.5 * atan2f (2.0 * __imag__ x, den); in __catanhf()
H A Ds_catanf.c72 __real__ res = 0.5 * atan2f (2.0 * __real__ x, den); in __catanf()
H A Ds_cacoshf.c93 __imag__ res = atan2f (__imag__ x + b, __real__ x + a); in __cacoshf()
/haiku/src/system/libroot/posix/musl/math/
H A Datan2f.c22 float atan2f(float y, float x) in atan2f() function
/haiku/src/system/libroot/posix/musl/math/arm64/
H A DJamfile16 atan2.c atan2f.c atan2l.c
/haiku/src/system/libroot/posix/musl/math/x86_64/
H A DJamfile11 asinh.c asinhf.c asinhl.c atan2.c atan2f.c atan.c
/haiku/src/system/libroot/posix/musl/math/m68k/
H A DJamfile14 atan2.c atan2f.c atan2l.c
/haiku/src/system/libroot/posix/musl/math/sparc/
H A DJamfile14 atan2.c atan2f.c atan2l.c
/haiku/src/system/libroot/posix/musl/math/ppc/
H A DJamfile14 atan2.c atan2f.c atan2l.c
/haiku/src/system/libroot/posix/musl/math/riscv64/
H A DJamfile14 atan2.c atan2f.c atan2l.c
/haiku/src/system/libroot/posix/musl/math/arm/
H A DJamfile14 atan2.c atan2f.c atan2l.c
/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); in _ComputeResizeDirection()
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c1379 void atan2f() {} in atan2f() function
H A Dlibroot_stubs.c1440 void atan2f() {} in atan2f() function