Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_cargf.c37 return (atan2f(cimagf(z), crealf(z))); in cargf()
Dcatrigf.c188 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()
Dmath_private.h716 #define __ieee754_atan2f atan2f
/bionic/libm/
Dlibm.arm64.map22 atan2f;
Dlibm.x86.map22 atan2f;
Dlibm.mips64.map22 atan2f;
Dlibm.x86_64.map22 atan2f;
Dlibm.mips.map22 atan2f;
Dlibm.arm.map22 atan2f;
Dlibm.map.txt21 atan2f;
/bionic/libm/include/
Dmath.h263 float atan2f(float, float);
/bionic/tests/
Dmath_test.cpp356 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/
Dposix-2013.txt40 atan2f