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

/freebsd-11-stable/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.h501 long double tanl(long double);
/freebsd-11-stable/lib/msun/tests/
H A Dtrig_test.c203 ATF_CHECK(fabsl(tanl(ld_pi_odd[i])) < LDBL_EPSILON);
207 ATF_CHECK(fabsl(tanl(-ld_pi_odd[i])) < LDBL_EPSILON);
211 ATF_CHECK(fabsl(tanl(ld_pi_odd[i] * 2)) < LDBL_EPSILON);
215 ATF_CHECK(fabsl(tanl(-ld_pi_odd[i] * 2)) < LDBL_EPSILON);
H A Dinvtrig_test.c365 * You need to have a working sinl(), cosl(), and tanl() for these
414 return (tanl(atanf(x)));
421 return (tanl(atan(x)));
428 return (tanl(atanl(x)));
/freebsd-11-stable/contrib/libstdc++/libmath/
H A Dstubs.c434 tanl(long double x) function
/freebsd-11-stable/gnu/lib/libstdc++/
H A Dconfig.h379 /* Define to 1 if you have the `tanl' function. */
1111 # define tanl _tanl macro
/freebsd-11-stable/lib/msun/
H A DMakefile249 MLINKS+=tan.3 tanf.3 tan.3 tanl.3
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h300 __tg_tan(long double __x) {return tanl(__x);}
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h128 long double tanl(long double x);
1091 inline _LIBCPP_INLINE_VISIBILITY long double tan(long double __lcpp_x) _NOEXCEPT {return ::tanl(__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 290 milliseconds