Searched refs:atan2f (Results 1 – 11 of 11) sorted by relevance
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | catrigf.c | 190 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()
|
D | s_cargf.c | 39 return (atan2f(cimagf(z), crealf(z))); in cargf()
|
D | s_clogf.c | 55 v = atan2f(y, x); in clogf()
|
D | math_private.h | 864 #define __ieee754_atan2f atan2f
|
/bionic/tests/headers/posix/ |
D | math_h.c | 139 FUNCTION(atan2f, float (*f)(float, float)); in math_h()
|
/bionic/libm/ |
D | libm.map.txt | 21 atan2f;
|
/bionic/libc/include/ |
D | math.h | 89 float atan2f(float __y, float __x);
|
/bionic/tests/ |
D | math_test.cpp | 494 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/ |
D | posix-2013.txt | 40 atan2f
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_020.S | 104 CALL(atan2f)
|
D | liblinker_reloc_bench_015.S | 2472 CALL(atan2f)
|