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

/barrelfish-master/lib/msun/src/
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_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_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 Dk_expf.c85 return (CMPLXF(cosf(y) * exp_x * scale1 * scale2,
H A Ds_cosf.c39 cosf(float x) function
H A De_j0f.c59 c = cosf(x);
63 z = -cosf(x+x);
132 c = cosf(x);
140 z = -cosf(x+x);
H A De_j1f.c60 c = cosf(y);
64 z = cosf(y+y);
118 c = cosf(x);
122 z = cosf(x+x);
H A Dmath.h346 float cosf(float);
/barrelfish-master/usr/tests/msun/
H A Dtrig_test.c160 assert(cosf(f_pi_odd[i]) == -1.0);
164 assert(cosf(-f_pi_odd[i]) == -1.0);
168 assert(cosf(f_pi_odd[i] * 2) == 1.0);
172 assert(cosf(-f_pi_odd[i] * 2) == 1.0);
H A Dctrig_test.c321 copysign(0, cosf(nums[i]))), FLT_ULP());
322 test_even_tol(ccosf, z, CMPLXL(cosf(nums[i]),
337 test_odd_tol(csinhf, z, CMPLXL(copysign(0, cosf(nums[i])),
339 test_even_tol(ccoshf, z, CMPLXL(cosf(nums[i]),
H A Dcexp_test.c224 CMPLXL(cosf(finites[i]), sinf(finites[i])),
227 CMPLXL(cosf(finites[i]), sinf(finites[i])),
/barrelfish-master/include/
H A Dmath.h346 float cosf(float);
/barrelfish-master/lib/msun/
H A DMakefile167 MLINKS+=cos.3 cosf.3 cos.3 cosl.3
/barrelfish-master/include/cxx/
H A Dmath.h67 float cosf(float x);
889 inline _LIBCPP_INLINE_VISIBILITY float cos(float __lcpp_x) _NOEXCEPT {return ::cosf(__lcpp_x);}

Completed in 153 milliseconds