Searched refs:atanl (Results 1 - 5 of 5) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
H A De_atan2l.c67 return atanl(y); /* x=1.0 */
112 else z=atanl(fabsl(y/x)); /* safe to do y/x */
H A Ds_atan.c123 __weak_reference(atan, atanl);
H A Ds_atanl.c33 atanl(long double x) function
55 if (expt < ATAN_LINEAR) { /* if |x| is small, atanl(x)~=x */
/bionic/libm/include/
H A Dmath.h409 long double atanl(long double);
/bionic/tests/
H A Dmath_test.cpp356 TEST(math, atanl) {
357 ASSERT_DOUBLE_EQ(0.0L, atanl(0.0L));

Completed in 74 milliseconds