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

/freebsd-10.0-release/lib/msun/src/
H A Ds_tan.c82 __weak_reference(tan, tanl);
H A Ds_tanl.c52 tanl(long double x) function
H A Dmath.h493 long double tanl(long double);
/freebsd-10.0-release/tools/regression/lib/msun/
H A Dtest-trig.c198 assert(fabsl(tanl(ld_pi_odd[i])) < LDBL_EPSILON);
202 assert(fabsl(tanl(-ld_pi_odd[i])) < LDBL_EPSILON);
206 assert(fabsl(tanl(ld_pi_odd[i] * 2)) < LDBL_EPSILON);
210 assert(fabsl(tanl(-ld_pi_odd[i] * 2)) < LDBL_EPSILON);
H A Dtest-invtrig.c350 * You need to have a working sinl(), cosl(), and tanl() for these
399 return (tanl(atanf(x)));
406 return (tanl(atan(x)));
413 return (tanl(atanl(x)));
/freebsd-10.0-release/contrib/libstdc++/libmath/
H A Dstubs.c434 tanl(long double x) function
/freebsd-10.0-release/lib/msun/
H A DSymbol.map203 tanl;
H A DMakefile214 MLINKS+=tan.3 tanf.3 tan.3 tanl.3
/freebsd-10.0-release/gnu/lib/libstdc++/
H A Dconfig.h379 /* Define to 1 if you have the `tanl' function. */
1111 # define tanl _tanl macro
/freebsd-10.0-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h579 /// long double tanl(long double x);
580 tanl, enumerator in enum:llvm::LibFunc::Func
/freebsd-10.0-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp303 "tanl",
394 TLI.setUnavailable(LibFunc::tanl);
/freebsd-10.0-release/contrib/libstdc++/config/abi/pre/
H A Dgnu.ver488 tanl;
/freebsd-10.0-release/contrib/libstdc++/
H A Dconfig.h.in373 /* Define to 1 if you have the `tanl' function. */
1093 # define tanl _tanl
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.h307 __tg_tan(long double __x) {return tanl(__x);}

Completed in 154 milliseconds