Searched refs:atan2 (Results 1 – 10 of 10) sorted by relevance
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | catrig.c | 329 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()
|
D | e_atan2.c | 61 atan2(double y, double x) in atan2() function 128 __weak_reference(atan2, atan2l);
|
D | s_carg.c | 39 return (atan2(cimag(z), creal(z))); in carg()
|
D | s_clog.c | 55 v = atan2(y, x); in clog()
|
/bionic/tests/headers/posix/ |
D | tgmath_h.c | 74 TGMATH2(atan2); in tgmath_h()
|
D | math_h.c | 138 FUNCTION(atan2, double (*f)(double, double)); in math_h()
|
/bionic/libm/ |
D | libm.map.txt | 20 atan2;
|
/bionic/libc/include/ |
D | math.h | 88 double atan2(double __y, double __x);
|
/bionic/tests/ |
D | math_test.cpp | 525 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/ |
D | posix-2013.txt | 41 atan2
|