Searched refs:cosf (Results 1 - 24 of 24) sorted by relevance

/freebsd-11-stable/lib/msun/src/
H A Ds_csinhf.c60 return (CMPLXF(sinhf(x) * cosf(y), coshf(x) * sinf(y)));
66 return (CMPLXF(copysignf(h, x) * cosf(y), h * sinf(y)));
74 return (CMPLXF(h * cosf(y), h * h * sinf(y)));
90 return (CMPLXF(x * cosf(y), INFINITY * sinf(y)));
H A Ds_ccoshf.c60 return (CMPLXF(coshf(x) * cosf(y), sinhf(x) * sinf(y)));
66 return (CMPLXF(h * cosf(y), copysignf(h, x) * sinf(y)));
74 return (CMPLXF(h * h * cosf(y), h * sinf(y)));
90 return (CMPLXF(INFINITY * cosf(y), x * sinf(y)));
H A Ds_cexpf.c57 return (CMPLXF(cosf(y), sinf(y)));
87 return (CMPLXF(exp_x * cosf(y), exp_x * sinf(y)));
H A Ds_ctanhf.c58 copysignf(0, isinf(y) ? y : sinf(y) * cosf(y))));
67 4 * sinf(y) * cosf(y) * exp_mx * exp_mx));
H A Ds_cpowf.c72 w = CMPLXF(r * cosf (theta), r * sinf (theta));
H A Dk_expf.c85 return (CMPLXF(cosf(y) * exp_x * scale1 * scale2,
H A Ds_cosf.c39 cosf(float x) function
H A De_j0f.c62 z = -cosf(x+x);
138 z = -cosf(x+x);
H A De_j1f.c63 z = cosf(y+y);
120 z = cosf(x+x);
H A Dmath.h351 float cosf(float);
/freebsd-11-stable/contrib/netbsd-tests/lib/libm/
H A Dt_cos.c147 * cosf(3)
166 if (fabsf(cosf(x) - y) > eps)
167 atf_tc_fail_nonfatal("cosf(%d deg) != %0.01f",
175 atf_tc_set_md_var(tc, "descr", "Test cosf(NaN) == NaN");
183 ATF_CHECK(isnan(cosf(x)) != 0);
189 atf_tc_set_md_var(tc, "descr", "Test cosf(-Inf) == NaN");
196 if (isnan(cosf(x)) == 0) {
198 atf_tc_fail("cosf(-Inf) != NaN");
205 atf_tc_set_md_var(tc, "descr", "Test cosf(+Inf) == NaN");
212 if (isnan(cosf(
[all...]
/freebsd-11-stable/lib/msun/tests/
H A Dtrig_test.c165 ATF_CHECK(cosf(f_pi_odd[i]) == -1.0);
169 ATF_CHECK(cosf(-f_pi_odd[i]) == -1.0);
173 ATF_CHECK(cosf(f_pi_odd[i] * 2) == 1.0);
177 ATF_CHECK(cosf(-f_pi_odd[i] * 2) == 1.0);
H A Dcexp_test.c232 CMPLXL(cosf(finites[i]), sinf(finites[i])),
235 CMPLXL(cosf(finites[i]), sinf(finites[i])),
H A Dctrig_test.c341 copysign(0, cosf(nums[i]))), FLT_ULP());
342 test_even_tol(ccosf, z, CMPLXL(cosf(nums[i]),
357 test_odd_tol(csinhf, z, CMPLXL(copysign(0, cosf(nums[i])),
359 test_even_tol(ccoshf, z, CMPLXL(cosf(nums[i]),
/freebsd-11-stable/contrib/libstdc++/libmath/
H A Dmathconf.h270 # define cosf(x) cos (x) macro
H A Dstubs.c141 cosf(float x) function
/freebsd-11-stable/gnu/lib/libstdc++/
H A Dconfig.h51 /* Define to 1 if you have the `cosf' function. */
846 # define cosf _cosf macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h64 __DEVICE__ float cos(float __x) { return ::cosf(__x); }
424 using ::cosf;
H A Dtgmath.h234 __tg_cos(float __x) {return cosf(__x);}
H A D__clang_cuda_device_functions.h1517 __DEVICE__ float cosf(float __a) { function
/freebsd-11-stable/lib/msun/
H A DMakefile193 MLINKS+=cos.3 cosf.3 cos.3 cosl.3
/freebsd-11-stable/contrib/gcc/
H A Dsys-protos.h194 extern float cosf(float);
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h67 float cosf(float x);
893 inline _LIBCPP_INLINE_VISIBILITY float cos(float __lcpp_x) _NOEXCEPT {return ::cosf(__lcpp_x);}
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure11793 acosf (0); asinf (0); atanf (0); cosf (0); sinf (0); tanf (0); coshf (0); sinhf (0); tanhf (0);
11848 for ac_func in acosf asinf atanf cosf sinf tanf coshf sinhf tanhf
35833 acosf (0); asinf (0); atanf (0); cosf (0); sinf (0); tanf (0); coshf (0); sinhf (0); tanhf (0);
35888 for ac_func in acosf asinf atanf cosf sinf tanf coshf sinhf tanhf
[all...]

Completed in 317 milliseconds