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

/freebsd-13-stable/lib/msun/src/
H A Ds_tan.c82 __weak_reference(tan, tanl);
H A Ds_tanl.c54 tanl(long double x) function
H A Dmath.h501 long double tanl(long double);
/freebsd-13-stable/lib/msun/tests/
H A Dtrig_test.c206 ATF_CHECK(fabsl(tanl(ld_pi_odd[i])) < LDBL_EPSILON);
210 ATF_CHECK(fabsl(tanl(-ld_pi_odd[i])) < LDBL_EPSILON);
214 ATF_CHECK(fabsl(tanl(ld_pi_odd[i] * 2)) < LDBL_EPSILON);
218 ATF_CHECK(fabsl(tanl(-ld_pi_odd[i] * 2)) < LDBL_EPSILON);
H A Dinvtrig_test.c366 * You need to have a working sinl(), cosl(), and tanl() for these
419 return (tanl(atanf(x)));
426 return (tanl(atan(x)));
434 return (tanl(atanl(x)));
/freebsd-13-stable/lib/msun/
H A DMakefile249 MLINKS+=tan.3 tanf.3 tan.3 tanl.3
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h300 __tg_tan(long double __x) {return tanl(__x);}
/freebsd-13-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h128 long double tanl(long double x);
1040 inline _LIBCPP_INLINE_VISIBILITY long double tan(long double __lcpp_x) _NOEXCEPT {return ::tanl(__lcpp_x);}

Completed in 209 milliseconds