Searched refs:atanl (Results 1 – 10 of 10) 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()
248 ALIAS_SYMBOL(atanl, atan);
27 atanl; # introduced=21
145 FUNCTION(atanl, long double (*f)(long double)); in math_h()
88 long double atanl(long double __x) __RENAME_LDBL(atan, 3, 21);
48 atanl
486 TEST(MATH_TEST, atanl) { in TEST() argument487 ASSERT_DOUBLE_EQ(0.0L, atanl(0.0L)); in TEST()