/haiku/src/system/libroot/posix/glibc/math/ |
H A D | k_casinhf.c | 66 __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 D | cargf.c | 26 return atan2f (__imag__ x, __real__ x); in __cargf()
|
/haiku/src/system/libroot/posix/musl/math/x86/ |
H A D | atan2f.s | 1 .global atan2f symbol 2 .type atan2f,@function 3 atan2f: label
|
H A D | Jamfile | 69 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 D | s_clog10f.c | 47 __imag__ result = M_LOG10E * atan2f (__imag__ x, __real__ x); in __clog10f()
|
H A D | s_clogf.c | 47 __imag__ result = atan2f (__imag__ x, __real__ x); in __clogf()
|
H A D | s_catanhf.c | 75 __imag__ res = 0.5 * atan2f (2.0 * __imag__ x, den); in __catanhf()
|
H A D | s_catanf.c | 72 __real__ res = 0.5 * atan2f (2.0 * __real__ x, den); in __catanf()
|
H A D | s_cacoshf.c | 93 __imag__ res = atan2f (__imag__ x + b, __real__ x + a); in __cacoshf()
|
/haiku/src/system/libroot/posix/musl/math/ |
H A D | atan2f.c | 22 float atan2f(float y, float x) in atan2f() function
|
/haiku/src/system/libroot/posix/musl/math/arm64/ |
H A D | Jamfile | 16 atan2.c atan2f.c atan2l.c
|
/haiku/src/system/libroot/posix/musl/math/x86_64/ |
H A D | Jamfile | 11 asinh.c asinhf.c asinhl.c atan2.c atan2f.c atan.c
|
/haiku/src/system/libroot/posix/musl/math/m68k/ |
H A D | Jamfile | 14 atan2.c atan2f.c atan2l.c
|
/haiku/src/system/libroot/posix/musl/math/sparc/ |
H A D | Jamfile | 14 atan2.c atan2f.c atan2l.c
|
/haiku/src/system/libroot/posix/musl/math/ppc/ |
H A D | Jamfile | 14 atan2.c atan2f.c atan2l.c
|
/haiku/src/system/libroot/posix/musl/math/riscv64/ |
H A D | Jamfile | 14 atan2.c atan2f.c atan2l.c
|
/haiku/src/system/libroot/posix/musl/math/arm/ |
H A D | Jamfile | 14 atan2.c atan2f.c atan2l.c
|
/haiku/headers/posix/ |
H A D | math.h | 139 extern float atan2f(float y, float x);
|
/haiku/src/servers/app/decorator/ |
H A D | DefaultWindowBehaviour.cpp | 1158 float angle = atan2f(y, x); in _ComputeResizeDirection()
|
/haiku/src/system/libroot/stubbed/ |
H A D | libroot_stubs_legacy.c | 1379 void atan2f() {} in atan2f() function
|
H A D | libroot_stubs.c | 1440 void atan2f() {} in atan2f() function
|