Searched refs:cosl (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/lib/msun/src/
H A Ds_cos.c88 __weak_reference(cos, cosl);
H A Ds_cosl.c51 cosl(long double x) function
H A Ds_cpowl.c72 w = CMPLXL(r * cosl(theta), r * sinl(theta));
H A Dmath.h456 long double cosl(long double);
/freebsd-11-stable/lib/msun/tests/
H A Dtrig_test.c202 ATF_CHECK(cosl(ld_pi_odd[i]) == -1.0);
206 ATF_CHECK(cosl(-ld_pi_odd[i]) == -1.0);
210 ATF_CHECK(cosl(ld_pi_odd[i] * 2) == 1.0);
214 ATF_CHECK(cosl(-ld_pi_odd[i] * 2) == 1.0);
H A Dinvtrig_test.c365 * You need to have a working sinl(), cosl(), and tanl() for these
393 return (cosl(acosf(x)));
400 return (cosl(acos(x)));
407 return (cosl(acosl(x)));
H A Dctrig_test.c273 c = INFINITY * cosl(finites[i]);
/freebsd-11-stable/contrib/libstdc++/libmath/
H A Dstubs.c149 cosl(long double x) function
/freebsd-11-stable/gnu/lib/libstdc++/
H A Dconfig.h60 /* Define to 1 if you have the `cosl' function. */
861 # define cosl _cosl macro
/freebsd-11-stable/lib/msun/
H A DMakefile193 MLINKS+=cos.3 cosf.3 cos.3 cosl.3
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h242 __tg_cos(long double __x) {return cosl(__x);}
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h68 long double cosl(long double x);
894 inline _LIBCPP_INLINE_VISIBILITY long double cos(long double __lcpp_x) _NOEXCEPT {return ::cosl(__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 214 milliseconds