Home
last modified time | relevance | path

Searched refs:atan2 (Results 1 – 12 of 12) 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()
Ds_carg.c39 return (atan2(cimag(z), creal(z))); in carg()
De_atan2.c128 __weak_reference(atan2, atan2l);
Ds_clog.c55 v = atan2(y, x); in clog()
Dmath_private.h838 #define __ieee754_atan2 atan2
/bionic/libm/x86/
De_atan2.S94 # -- Begin atan2
95 ENTRY(atan2)
451 END(atan2)
452 # -- End atan2
455 ALIAS_SYMBOL(atan2l, atan2);
/bionic/libm/x86_64/
De_atan2.S79 # -- Begin atan2
80 ENTRY(atan2)
411 END(atan2)
412 # -- End atan2
/bionic/libc/include/
Dmath.h88 double atan2(double __y, double __x);
90 long double atan2l(long double __y, long double __x) __RENAME_LDBL(atan2, 3, 21);
/bionic/tests/headers/posix/
Dmath_h.c138 FUNCTION(atan2, double (*f)(double, double)); in math_h()
/bionic/libm/
Dlibm.map.txt20 atan2;
/bionic/tests/
Dmath_test.cpp490 TEST(MATH_TEST, atan2) { in TEST() argument
491 ASSERT_DOUBLE_EQ(0.0, atan2(0.0, 0.0)); in TEST()
1729 DoMathDataTest<2>(g_atan2_intel_data, atan2); in TEST()
/bionic/libc/tools/
Dposix-2013.txt41 atan2