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

/freebsd-11-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-11-stable/contrib/libstdc++/libmath/
H A Dstubs.c98 atanl(long double x) function
/freebsd-11-stable/gnu/lib/libstdc++/
H A Dconfig.h30 /* Define to 1 if you have the `atanl' function. */
821 # define atanl _atanl macro
/freebsd-11-stable/lib/msun/tests/
H A Dinvtrig_test.c428 return (tanl(atanl(x)));
/freebsd-11-stable/lib/msun/
H A DMakefile172 MLINKS+=atan.3 atanf.3 atan.3 atanl.3
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h126 __tg_atan(long double __x) {return atanl(__x);}
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h56 long double atanl(long double x);
847 inline _LIBCPP_INLINE_VISIBILITY long double atan(long double __lcpp_x) _NOEXCEPT {return ::atanl(__lcpp_x);}
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure18935 acosl (0); asinl (0); atanl (0); cosl (0); sinl (0); tanl (0); coshl (0); sinhl (0); tanhl (0);
18990 for ac_func in acosl asinl atanl cosl sinl tanl coshl sinhl tanhl
[all...]

Completed in 236 milliseconds