Searched refs:atan2l (Results 1 - 12 of 12) sorted by last modified time

/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c1369 void atan2l() {} function
H A Dlibroot_stubs.c1439 void atan2l() {} function
/haiku/headers/posix/
H A Dmath.h263 extern long double atan2l(long double y, long double x);
/haiku/src/system/libroot/posix/musl/math/x86_64/
H A Datan2l.s1 .global atan2l
2 .type atan2l,@function
3 atan2l: label
/haiku/src/system/libroot/posix/musl/math/x86/
H A Datan2l.s1 .global atan2l
2 .type atan2l,@function
3 atan2l: label
/haiku/src/system/libroot/posix/musl/math/
H A Datan2l.c21 long double atan2l(long double y, long double x) function
28 long double atan2l(long double y, long double x) function
/haiku/src/system/libroot/posix/glibc/math/
H A Dk_casinhl.c73 __imag__ res = atan2l (s, __imag__ x);
75 __imag__ res = atan2l (ix, s);
83 __imag__ res = atan2l (rx, copysignl (s, __imag__ x));
85 __imag__ res = atan2l (s, rx);
96 __imag__ res = atan2l (rx, copysignl (s, __imag__ x));
98 __imag__ res = atan2l (s, rx);
114 __imag__ res = atan2l (rx + r1, copysignl (ix + r2,
117 __imag__ res = atan2l (ix + r2, rx + r1);
126 __imag__ res = atan2l (sqrtl (rx),
129 __imag__ res = atan2l (1.
[all...]
H A Dcargl.c26 return atan2l (__imag__ x, __real__ x);
/haiku/src/system/libroot/posix/glibc/arch/generic/
H A Ds_clogl.c47 __imag__ result = atan2l (__imag__ x, __real__ x);
H A Ds_clog10l.c47 __imag__ result = M_LOG10El * atan2l (__imag__ x, __real__ x);
H A Ds_catanl.c72 __real__ res = 0.5 * atan2l (2.0 * __real__ x, den);
H A Ds_catanhl.c75 __imag__ res = 0.5 * atan2l (2.0 * __imag__ x, den);

Completed in 116 milliseconds