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

/freebsd-13-stable/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 */
H A Dmath.h451 long double atanl(long double);
H A Dcatrigl.c375 return (CMPLXL(x, atanl(y)));
/freebsd-13-stable/lib/msun/
H A DMakefile172 MLINKS+=atan.3 atanf.3 atan.3 atanl.3
/freebsd-13-stable/lib/msun/tests/
H A Dinvtrig_test.c434 return (tanl(atanl(x)));
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h126 __tg_atan(long double __x) {return atanl(__x);}
/freebsd-13-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h56 long double atanl(long double x);
796 inline _LIBCPP_INLINE_VISIBILITY long double atan(long double __lcpp_x) _NOEXCEPT {return ::atanl(__lcpp_x);}

Completed in 71 milliseconds