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

/freebsd-11.0-release/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.h446 long double atanl(long double);
/freebsd-11.0-release/contrib/libstdc++/libmath/
H A Dstubs.c98 atanl(long double x) function
/freebsd-11.0-release/gnu/lib/libstdc++/
H A Dconfig.h30 /* Define to 1 if you have the `atanl' function. */
821 # define atanl _atanl macro
/freebsd-11.0-release/lib/msun/
H A DMakefile150 MLINKS+=atan.3 atanf.3 atan.3 atanl.3
/freebsd-11.0-release/lib/msun/tests/
H A Dinvtrig_test.c429 return (tanl(atanl(x)));
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp125 TLI.setUnavailable(LibFunc::atanl);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h133 __tg_atan(long double __x) {return atanl(__x);}
/freebsd-11.0-release/contrib/libc++/include/
H A Dmath.h57 long double atanl(long double x);
685 inline _LIBCPP_INLINE_VISIBILITY long double atan(long double __lcpp_x) _NOEXCEPT {return atanl(__lcpp_x);}
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1511 // tanl(atanl(x)) -> x
1517 (Func == LibFunc::atanl && Callee->getName() == "tanl")))
/freebsd-11.0-release/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 165 milliseconds