Searched refs:atanl (Results 1 – 6 of 6) sorted by relevance
50 return atanl(y); /* x=1.0 */ in atan2l()95 else z=atanl(check_uflowl(fabsl(y/x))); /* safe to do y/x */ in atan2l()
27 atanl(long double x) in atanl() function
589 extern long double atanl (long double);
270 l1 = atanl (l1); in main()
16309 long double y = atanl(atanl_vec[i].x); in test_atanl()
6384 * libm/common/atanl.c: Likewise.6492 * libc/include/math.h (atanl, cosl, sinl, tanl, tanhl): Declare.6500 * libm/common/atanl.c: New File.