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

/freebsd-10.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.h450 long double atanl(long double);
/freebsd-10.0-release/contrib/libstdc++/libmath/
H A Dstubs.c98 atanl(long double x) function
/freebsd-10.0-release/lib/msun/
H A DSymbol.map215 atanl;
H A DMakefile145 MLINKS+=atan.3 atanf.3 atan.3 atanl.3
/freebsd-10.0-release/gnu/lib/libstdc++/
H A Dconfig.h30 /* Define to 1 if you have the `atanl' function. */
821 # define atanl _atanl macro
/freebsd-10.0-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h110 /// long double atanl(long double x);
111 atanl, enumerator in enum:llvm::LibFunc::Func
/freebsd-10.0-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp71 "atanl",
376 TLI.setUnavailable(LibFunc::atanl);
/freebsd-10.0-release/tools/regression/lib/msun/
H A Dtest-invtrig.c413 return (tanl(atanl(x)));
/freebsd-10.0-release/contrib/libstdc++/config/abi/pre/
H A Dgnu.ver575 atanl;
/freebsd-10.0-release/contrib/libstdc++/
H A Dconfig.h.in24 /* Define to 1 if you have the `atanl' function. */
803 # define atanl _atanl
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...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h133 __tg_atan(long double __x) {return atanl(__x);}

Completed in 301 milliseconds