Home
last modified time | relevance | path

Searched refs:atan2f (Results 1 – 11 of 11) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
Dcatrigf.c190 ry = atan2f(new_y, sqrt_A2my2); in casinhf()
252 rx = atan2f(sqrt_A2mx2, new_x); in cacosf()
254 rx = atan2f(sqrt_A2mx2, -new_x); in cacosf()
297 atan2f(y, x))); in clog_for_large_values()
300 return (CMPLXF(logf(hypotf(x, y)), atan2f(y, x))); in clog_for_large_values()
302 return (CMPLXF(logf(ax * ax + ay * ay) / 2, atan2f(y, x))); in clog_for_large_values()
380 ry = atan2f(2, -ay) / 2; in catanhf()
382 ry = atan2f(2 * ay, (1 - ax) * (1 + ax)) / 2; in catanhf()
384 ry = atan2f(2 * ay, (1 - ax) * (1 + ax) - ay * ay) / 2; in catanhf()
Ds_cargf.c39 return (atan2f(cimagf(z), crealf(z))); in cargf()
Ds_clogf.c55 v = atan2f(y, x); in clogf()
Dmath_private.h864 #define __ieee754_atan2f atan2f
/bionic/tests/headers/posix/
Dmath_h.c139 FUNCTION(atan2f, float (*f)(float, float)); in math_h()
/bionic/libm/
Dlibm.map.txt21 atan2f;
/bionic/libc/include/
Dmath.h89 float atan2f(float __y, float __x);
/bionic/tests/
Dmath_test.cpp494 TEST(MATH_TEST, atan2f) { in TEST() argument
495 ASSERT_FLOAT_EQ(0.0f, atan2f(0.0f, 0.0f)); in TEST()
1734 DoMathDataTest<2>(g_atan2f_intel_data, atan2f); in TEST()
/bionic/libc/tools/
Dposix-2013.txt40 atan2f
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_020.S104 CALL(atan2f)
Dliblinker_reloc_bench_015.S2472 CALL(atan2f)