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

/freebsd-13-stable/lib/msun/src/
H A Ds_cos.c88 __weak_reference(cos, cosl);
H A Ds_cosl.c53 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-13-stable/contrib/netbsd-tests/lib/libm/
H A Dt_cos.c65 * cosl(3)
88 if (!(fabsl((cosl(theta) - cos_theta)/cos_theta) <= eps)) {
91 deg, theta, cosl(theta), cos_theta);
99 atf_tc_set_md_var(tc, "descr", "Test cosl(NaN) == NaN");
107 ATF_CHECK(isnan(cosl(x)) != 0);
113 atf_tc_set_md_var(tc, "descr", "Test cosl(-Inf) == NaN");
120 ATF_CHECK(isnan(cosl(x)) != 0);
126 atf_tc_set_md_var(tc, "descr", "Test cosl(+Inf) == NaN");
133 ATF_CHECK(isnan(cosl(x)) != 0);
140 atf_tc_set_md_var(tc, "descr", "Test cosl(
[all...]
/freebsd-13-stable/lib/msun/tests/
H A Dtrig_test.c205 ATF_CHECK(cosl(ld_pi_odd[i]) == -1.0);
209 ATF_CHECK(cosl(-ld_pi_odd[i]) == -1.0);
213 ATF_CHECK(cosl(ld_pi_odd[i] * 2) == 1.0);
217 ATF_CHECK(cosl(-ld_pi_odd[i] * 2) == 1.0);
H A Dinvtrig_test.c366 * You need to have a working sinl(), cosl(), and tanl() for these
396 return (cosl(acosf(x)));
403 return (cosl(acos(x)));
411 return (cosl(acosl(x)));
H A Dctrig_test.c267 c = INFINITY * cosl(finites[i]);
/freebsd-13-stable/lib/msun/
H A DMakefile193 MLINKS+=cos.3 cosf.3 cos.3 cosl.3
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h242 __tg_cos(long double __x) {return cosl(__x);}
/freebsd-13-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h68 long double cosl(long double x);
843 inline _LIBCPP_INLINE_VISIBILITY long double cos(long double __lcpp_x) _NOEXCEPT {return ::cosl(__lcpp_x);}

Completed in 223 milliseconds