Home
last modified time | relevance | path

Searched refs:atan2 (Results 1 – 10 of 10) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
Dcatrig.c329 ry = atan2(new_y, sqrt_A2my2); in casinh()
418 rx = atan2(sqrt_A2mx2, new_x); in cacos()
420 rx = atan2(sqrt_A2mx2, -new_x); in cacos()
485 return (CMPLX(log(hypot(x / m_e, y / m_e)) + 1, atan2(y, x))); in clog_for_large_values()
492 return (CMPLX(log(hypot(x, y)), atan2(y, x))); in clog_for_large_values()
494 return (CMPLX(log(ax * ax + ay * ay) / 2, atan2(y, x))); in clog_for_large_values()
627 ry = atan2(2, -ay) / 2; in catanh()
629 ry = atan2(2 * ay, (1 - ax) * (1 + ax)) / 2; in catanh()
631 ry = atan2(2 * ay, (1 - ax) * (1 + ax) - ay * ay) / 2; in catanh()
De_atan2.c61 atan2(double y, double x) in atan2() function
128 __weak_reference(atan2, atan2l);
Ds_carg.c39 return (atan2(cimag(z), creal(z))); in carg()
Ds_clog.c55 v = atan2(y, x); in clog()
/bionic/tests/headers/posix/
Dtgmath_h.c74 TGMATH2(atan2); in tgmath_h()
Dmath_h.c138 FUNCTION(atan2, double (*f)(double, double)); in math_h()
/bionic/libm/
Dlibm.map.txt20 atan2;
/bionic/libc/include/
Dmath.h88 double atan2(double __y, double __x);
/bionic/tests/
Dmath_test.cpp525 TEST(math_h, atan2) { in TEST() argument
526 ASSERT_DOUBLE_EQ(0.0, atan2(0.0, 0.0)); in TEST()
1776 DoMathDataTest<2>(g_atan2_intel_data, atan2); in TEST()
/bionic/libc/tools/
Dposix-2013.txt41 atan2