Searched refs:atanl (Results 1 – 9 of 9) sorted by relevance
67 return atanl(y); /* x=1.0 */ in atan2l()112 else z=atanl(fabsl(y/x)); /* safe to do y/x */ in atan2l()
33 atanl(long double x) in atanl() function
123 __weak_reference(atan, atanl);
375 return (CMPLXL(x, atanl(y))); in catanhl()
145 FUNCTION(atanl, long double (*f)(long double)); in math_h()
27 atanl; # introduced=21
86 long double atanl(long double __x);
48 atanl
521 TEST(math_h, atanl) { in TEST() argument522 ASSERT_DOUBLE_EQ(0.0L, atanl(0.0L)); in TEST()