Searched refs:sinf (Results 1 - 22 of 22) sorted by relevance

/freebsd-12-stable/lib/msun/src/
H A Ds_ccoshf.c62 return (CMPLXF(coshf(x) * cosf(y), sinhf(x) * sinf(y)));
68 return (CMPLXF(h * cosf(y), copysignf(h, x) * sinf(y)));
76 return (CMPLXF(h * h * cosf(y), h * sinf(y)));
92 return (CMPLXF(INFINITY * cosf(y), x * sinf(y)));
H A Ds_csinhf.c62 return (CMPLXF(sinhf(x) * cosf(y), coshf(x) * sinf(y)));
68 return (CMPLXF(copysignf(h, x) * cosf(y), h * sinf(y)));
76 return (CMPLXF(h * cosf(y), h * h * sinf(y)));
92 return (CMPLXF(x * cosf(y), INFINITY * sinf(y)));
H A Ds_cexpf.c59 return (CMPLXF(cosf(y), sinf(y)));
89 return (CMPLXF(exp_x * cosf(y), exp_x * sinf(y)));
H A Ds_ctanhf.c60 copysignf(0, isinf(y) ? y : sinf(y) * cosf(y))));
69 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.c88 sinf(y) * exp_x * scale1 * scale2));
H A Ds_sinf.c39 sinf(float x) function
H A Dmath.h352 float sinf(float);
/freebsd-12-stable/contrib/netbsd-tests/lib/libm/
H A Dt_sin.c147 * sinf(3)
166 if (fabsf(sinf(x) - y) > eps)
167 atf_tc_fail_nonfatal("sinf(%d deg) != %0.01f",
175 atf_tc_set_md_var(tc, "descr", "Test sinf(NaN) == NaN");
183 ATF_CHECK(isnan(sinf(x)) != 0);
189 atf_tc_set_md_var(tc, "descr", "Test sinf(-Inf) == NaN");
196 if (isnan(sinf(x)) == 0) {
198 atf_tc_fail("sinf(-Inf) != NaN");
205 atf_tc_set_md_var(tc, "descr", "Test sinf(+Inf) == NaN");
212 if (isnan(sinf(
[all...]
/freebsd-12-stable/lib/msun/tests/
H A Dtrig_test.c164 ATF_CHECK(fabs(sinf(f_pi_odd[i])) < FLT_EPSILON);
168 ATF_CHECK(fabs(sinf(-f_pi_odd[i])) < FLT_EPSILON);
172 ATF_CHECK(fabs(sinf(f_pi_odd[i] * 2)) < FLT_EPSILON);
176 ATF_CHECK(fabs(sinf(-f_pi_odd[i] * 2)) < FLT_EPSILON);
H A Dcexp_test.c232 CMPLXL(cosf(finites[i]), sinf(finites[i])),
235 CMPLXL(cosf(finites[i]), sinf(finites[i])),
H A Dctrig_test.c340 test_odd_tol(csinf, z, CMPLXL(sinf(nums[i]),
343 -copysign(0, sinf(nums[i]))), 2 * FLT_ULP());
358 sinf(nums[i])), FLT_ULP());
360 copysign(0, sinf(nums[i]))), FLT_ULP());
/freebsd-12-stable/contrib/libstdc++/libmath/
H A Dmathconf.h288 # define sinf(x) sin (x) macro
H A Dstubs.c392 sinf(float x) function
/freebsd-12-stable/gnu/lib/libstdc++/
H A Dconfig.h280 /* Define to 1 if you have the `sinf' function. */
1053 # define sinf _sinf macro
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h154 __DEVICE__ float sin(float __x) { return ::sinf(__x); }
465 using ::sinf;
H A Dtgmath.h263 __tg_sin(float __x) {return sinf(__x);}
H A D__clang_cuda_device_functions.h1752 __DEVICE__ float sinf(float __a) { function
/freebsd-12-stable/lib/msun/
H A DMakefile244 MLINKS+=sin.3 sinf.3 sin.3 sinl.3
/freebsd-12-stable/contrib/gcc/
H A Dsys-protos.h1038 extern float sinf(float);
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h115 float sinf(float x);
1054 inline _LIBCPP_INLINE_VISIBILITY float sin(float __lcpp_x) _NOEXCEPT {return ::sinf(__lcpp_x);}
/freebsd-12-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 189 milliseconds