Searched refs:sinhf (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/lib/msun/src/
H A Ds_csinhf.c58 return (CMPLXF(sinhf(x), y));
60 return (CMPLXF(sinhf(x) * cosf(y), coshf(x) * sinf(y)));
H A Ds_ctanhf.c72 s = sinhf(x);
H A Ds_ccoshf.c60 return (CMPLXF(coshf(x) * cosf(y), sinhf(x) * sinf(y)));
H A Dmath.h356 float sinhf(float);
H A Dmath_private.h782 #define __ieee754_sinhf sinhf
/freebsd-11-stable/contrib/netbsd-tests/lib/libm/
H A Dt_sinh.c156 * sinhf(3)
161 atf_tc_set_md_var(tc, "descr", "sinhf(x) for some values");
176 if (fabsf(sinhf(x) - y) > eps)
177 atf_tc_fail_nonfatal("sinhf(%g) != %g\n", x, y);
184 atf_tc_set_md_var(tc, "descr", "Test sinhf(NaN) == NaN");
192 ATF_CHECK(isnan(sinhf(x)) != 0);
198 atf_tc_set_md_var(tc, "descr", "Test sinhf(-Inf) == -Inf");
204 float y = sinhf(x);
213 atf_tc_set_md_var(tc, "descr", "Test sinhf(+Inf) == +Inf");
219 float y = sinhf(
[all...]
/freebsd-11-stable/contrib/libstdc++/libmath/
H A Dmathconf.h291 # define sinhf(x) sinh (x) macro
H A Dstubs.c409 sinhf(float x) function
/freebsd-11-stable/gnu/lib/libstdc++/
H A Dconfig.h283 /* Define to 1 if you have the `sinhf' function. */
1061 # define sinhf _sinhf macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h155 __DEVICE__ float sinh(float __x) { return ::sinhf(__x); }
466 using ::sinhf;
H A Dtgmath.h350 __tg_sinh(float __x) {return sinhf(__x);}
H A D__clang_cuda_device_functions.h1756 __DEVICE__ float sinhf(float __a) { return __nv_sinhf(__a); } function
/freebsd-11-stable/lib/msun/tests/
H A Dctrig_test.c333 test_odd_tol(csinhf, z, CMPLXL(sinhf(nums[i]), 0), FLT_ULP());
362 test_odd_tol(csinf, z, CMPLXL(0, sinhf(nums[i])), FLT_ULP());
/freebsd-11-stable/lib/msun/
H A DMakefile246 MLINKS+=sinh.3 sinhf.3 sinh.3 sinhl.3
/freebsd-11-stable/contrib/gcc/
H A Dsys-protos.h1040 extern float sinhf(float);
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h119 float sinhf(float x);
1066 inline _LIBCPP_INLINE_VISIBILITY float sinh(float __lcpp_x) _NOEXCEPT {return ::sinhf(__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 199 milliseconds