Searched refs:sinf (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.c86 sinf(y) * exp_x * scale1 * scale2));
H A Ds_sinf.c39 sinf(float x) function
H A De_j0f.c58 s = sinf(x);
131 s = sinf(x);
H A De_j1f.c59 s = sinf(y);
117 s = sinf(x);
H A Dmath.h347 float sinf(float);
/barrelfish-master/usr/tests/msun/
H A Dtrig_test.c159 assert(fabs(sinf(f_pi_odd[i])) < FLT_EPSILON);
163 assert(fabs(sinf(-f_pi_odd[i])) < FLT_EPSILON);
167 assert(fabs(sinf(f_pi_odd[i] * 2)) < FLT_EPSILON);
171 assert(fabs(sinf(-f_pi_odd[i] * 2)) < FLT_EPSILON);
H A Dctrig_test.c320 test_odd_tol(csinf, z, CMPLXL(sinf(nums[i]),
323 -copysign(0, sinf(nums[i]))), 2 * FLT_ULP());
338 sinf(nums[i])), FLT_ULP());
340 copysign(0, sinf(nums[i]))), FLT_ULP());
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.h347 float sinf(float);
/barrelfish-master/lib/msun/
H A DMakefile217 MLINKS+=sin.3 sinf.3 sin.3 sinl.3
/barrelfish-master/include/cxx/
H A Dmath.h115 float sinf(float x);
1050 inline _LIBCPP_INLINE_VISIBILITY float sin(float __lcpp_x) _NOEXCEPT {return ::sinf(__lcpp_x);}

Completed in 121 milliseconds