Searched refs:atan2f (Results 1 – 13 of 13) sorted by relevance
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_cargf.c | 37 return (atan2f(cimagf(z), crealf(z))); in cargf()
|
D | catrigf.c | 188 ry = atan2f(new_y, sqrt_A2my2); in casinhf() 250 rx = atan2f(sqrt_A2mx2, new_x); in cacosf() 252 rx = atan2f(sqrt_A2mx2, -new_x); in cacosf() 295 atan2f(y, x))); in clog_for_large_values() 298 return (CMPLXF(logf(hypotf(x, y)), atan2f(y, x))); in clog_for_large_values() 300 return (CMPLXF(logf(ax * ax + ay * ay) / 2, atan2f(y, x))); in clog_for_large_values() 378 ry = atan2f(2, -ay) / 2; in catanhf() 380 ry = atan2f(2 * ay, (1 - ax) * (1 + ax)) / 2; in catanhf() 382 ry = atan2f(2 * ay, (1 - ax) * (1 + ax) - ay * ay) / 2; in catanhf()
|
D | math_private.h | 716 #define __ieee754_atan2f atan2f
|
/bionic/libm/ |
D | libm.arm64.map | 22 atan2f;
|
D | libm.x86.map | 22 atan2f;
|
D | libm.mips64.map | 22 atan2f;
|
D | libm.x86_64.map | 22 atan2f;
|
D | libm.mips.map | 22 atan2f;
|
D | libm.arm.map | 22 atan2f;
|
D | libm.map.txt | 21 atan2f;
|
/bionic/libm/include/ |
D | math.h | 263 float atan2f(float, float);
|
/bionic/tests/ |
D | math_test.cpp | 356 TEST(math, atan2f) { in TEST() argument 357 ASSERT_FLOAT_EQ(0.0f, atan2f(0.0f, 0.0f)); in TEST() 1429 DoMathDataTest<2>(g_atan2f_intel_data, atan2f); in TEST()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 40 atan2f
|