Home
last modified time | relevance | path

Searched refs:cosl (Results 1 – 25 of 31) sorted by relevance

12

/dragonfly/tools/regression/lib/libm/
H A Dtest-trig.c210 assert(cosl(ld_pi_odd[i]) == -1.0); in run_reduction_tests()
214 assert(cosl(-ld_pi_odd[i]) == -1.0); in run_reduction_tests()
218 assert(cosl(ld_pi_odd[i] * 2) == 1.0); in run_reduction_tests()
222 assert(cosl(-ld_pi_odd[i] * 2) == 1.0); in run_reduction_tests()
H A Dtest-invtrig.c405 return (cosl(acosf(x))); in cosacosf()
412 return (cosl(acos(x))); in cosacos()
419 return (cosl(acosl(x))); in cosacosl()
H A Dtest-ctrig.c342 c = INFINITY * cosl(finites[i]); in test_inf()
/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_cexpl.c67 w = r * cosl(cimagl(z)) + (r * sinl(cimagl(z))) * I; in cexpl()
H A Ds_ccoshl.c57 w = coshl(x) * cosl(y) + (sinhl(x) * sinl(y)) * I; in ccoshl()
H A Ds_csinhl.c56 w = sinhl(x) * cosl(y) + (coshl(x) * sinl(y)) * I; in csinhl()
H A Ds_ctanhl.c57 d = coshl(2.0L * x) + cosl(2.0L * y); in ctanhl()
H A Ds_cos.c79 __strong_alias(cosl, cos);
H A Ds_ccosl.c80 w = cosl(creall(z)) * ch + (-sinl(creall(z)) * sh) * I; in ccosl()
H A Ds_csinl.c82 w = sinl(creall(z)) * ch + (cosl(creall(z)) * sh) * I; in csinl()
H A Ds_cpowl.c70 w = r * cosl(theta) + (r * sinl(theta)) * I; in cpowl()
H A Ds_cosl.c54 cosl(long double x) in cosl() function
H A Ds_ctanl.c143 d = cosl(2.0L * x) + coshl(2.0L * y); in ctanl()
/dragonfly/contrib/openbsd_libm/src/ld80/
H A De_lgammal.c250 y = cosl (pi * (half - y)); in sin_pi()
258 y = -cosl (pi * (y - 1.5)); in sin_pi()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/src/c++98/
H A Dmath_stubs_long_double.cc83 cosl(long double x) in cosl() function
/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++98/
H A Dmath_stubs_long_double.cc83 cosl(long double x) in cosl() function
/dragonfly/lib/libm/
H A DSymbol.map184 cosl;
H A DMakefile195 cos.3 cosl.3
/dragonfly/contrib/openbsd_libm/include/global/
H A Dmath.h406 long double cosl(long double);
/dragonfly/gnu/lib/gcc47/libstdc++/
H A Dconfig.h956 # define cosl _cosl macro
/dragonfly/gnu/lib/gcc80/libstdcxx/headers/
H A Dconfig.h1070 # define cosl _cosl macro
/dragonfly/contrib/openbsd_libm/
H A DMakefile324 MLINKS+=cos.3 cosl.3
/dragonfly/contrib/gcc-4.7/libstdc++-v3/
H A Dconfig.h.in51 /* Define to 1 if you have the `cosl' function. */
933 # define cosl _cosl macro

12