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

/freebsd-10.3-release/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.h355 float sinhf(float);
H A Dmath_private.h727 #define __ieee754_sinhf sinhf
/freebsd-10.3-release/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-10.3-release/contrib/libstdc++/libmath/
H A Dmathconf.h291 # define sinhf(x) sinh (x) macro
H A Dstubs.c409 sinhf(float x) function
/freebsd-10.3-release/gnu/lib/libstdc++/
H A Dconfig.h283 /* Define to 1 if you have the `sinhf' function. */
1061 # define sinhf _sinhf macro
/freebsd-10.3-release/lib/msun/tests/
H A Dctrig_test.c313 test_odd_tol(csinhf, z, CMPLXL(sinhf(nums[i]), 0), FLT_ULP());
342 test_odd_tol(csinf, z, CMPLXL(0, sinhf(nums[i])), FLT_ULP());
/freebsd-10.3-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h500 /// float sinhf(float x);
501 sinhf, enumerator in enum:llvm::LibFunc::Func
/freebsd-10.3-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp264 "sinhf",
499 TLI.setUnavailable(LibFunc::sinhf);
/freebsd-10.3-release/lib/msun/
H A DMakefile217 MLINKS+=sinh.3 sinhf.3 sinh.3 sinhl.3
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h357 __tg_sinh(float __x) {return sinhf(__x);}
/freebsd-10.3-release/contrib/gcc/
H A Dsys-protos.h1040 extern float sinhf(float);
/freebsd-10.3-release/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 231 milliseconds