Home
last modified time | relevance | path

Searched refs:tanl (Results 1 – 21 of 21) sorted by relevance

/dragonfly/tools/regression/lib/libm/
H A Dtest-trig.c211 assert(fabsl(tanl(ld_pi_odd[i])) < LDBL_EPSILON); in run_reduction_tests()
215 assert(fabsl(tanl(-ld_pi_odd[i])) < LDBL_EPSILON); in run_reduction_tests()
219 assert(fabsl(tanl(ld_pi_odd[i] * 2)) < LDBL_EPSILON); in run_reduction_tests()
223 assert(fabsl(tanl(-ld_pi_odd[i] * 2)) < LDBL_EPSILON); in run_reduction_tests()
H A Dtest-invtrig.c426 return (tanl(atanf(x))); in tanatanf()
433 return (tanl(atan(x))); in tanatan()
440 return (tanl(atanl(x))); in tanatanl()
/dragonfly/tools/regression/usr.bin/m4/
H A Dregress.gnupatterns2.out1 acosl asinl atanl cosl sinl tanl coshl sinhl tanhl
H A Dgnupatterns2.m45 cosl sinl tanl \
/dragonfly/contrib/openbsd_libm/src/
H A Ds_tan.c73 __strong_alias(tanl, tan);
H A Ds_tanl.c55 tanl(long double x) in tanl() function
/dragonfly/contrib/gcc-4.7/libstdc++-v3/src/c++98/
H A Dmath_stubs_long_double.cc211 tanl(long double x) in tanl() function
/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++98/
H A Dmath_stubs_long_double.cc211 tanl(long double x) in tanl() function
/dragonfly/lib/libm/
H A DSymbol.map185 tanl;
H A DMakefile348 tan.3 tanl.3
/dragonfly/contrib/openbsd_libm/include/global/
H A Dmath.h408 long double tanl(long double);
/dragonfly/gnu/lib/gcc47/libstdc++/
H A Dconfig.h1206 # define tanl _tanl macro
H A Dlibstdc++-symbols.ver544 tanl;
/dragonfly/gnu/lib/gcc80/libstdcxx/headers/
H A Dconfig.h1320 # define tanl _tanl macro
/dragonfly/contrib/openbsd_libm/
H A DMakefile367 MLINKS+=tan.3 tanl.3
/dragonfly/contrib/gcc-4.7/libstdc++-v3/
H A Dconfig.h.in427 /* Define to 1 if you have the `tanl' function. */
1183 # define tanl _tanl macro
/dragonfly/contrib/gcc-4.7/libstdc++-v3/config/abi/pre/
H A Dgnu.ver749 tanl;
/dragonfly/contrib/gcc-4.7/gcc/
H A Dbuiltins.def435 DEF_C99_C90RES_BUILTIN (BUILT_IN_TANL, "tanl", BT_FN_LONGDOUBLE_LONGDOUBLE, ATTR_MATHFN_FPROUNDING)
/dragonfly/contrib/gcc-8.0/libstdc++-v3/config/abi/pre/
H A Dgnu.ver987 tanl;
/dragonfly/contrib/gcc-8.0/gcc/
H A Dbuiltins.def609 DEF_C99_C90RES_BUILTIN (BUILT_IN_TANL, "tanl", BT_FN_LONGDOUBLE_LONGDOUBLE, ATTR_MATHFN_FPROUNDING)
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dextend.texi7858 @findex tanl
7984 @code{tanf}, @code{tanhf}, @code{tanhl} and @code{tanl}