Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_cargf.c37 return (atan2f(cimagf(z), crealf(z))); in cargf()
Dmath_private.h704 #define __ieee754_atan2f atan2f
/bionic/libm/include/
Dmath.h308 float atan2f(float, float);
/bionic/tests/
Dmath_test.cpp364 TEST(math, atan2f) { in TEST() argument
365 ASSERT_FLOAT_EQ(0.0f, atan2f(0.0f, 0.0f)); in TEST()