Home
last modified time | relevance | path

Searched refs:sinhf (Results 1 – 25 of 43) sorted by relevance

12

/openbsd/lib/libm/src/
H A De_sinhf.c22 sinhf(float x) in sinhf() function
57 DEF_STD(sinhf);
H A Ds_ccoshf.c56 w = coshf (x) * cosf (y) + (sinhf (x) * sinf (y)) * I; in ccoshf()
H A Ds_csinhf.c55 w = sinhf (x) * cosf (y) + (coshf (x) * sinf (y)) * I; in csinhf()
H A Ds_ctanhf.c57 w = sinhf (2.0f * x) / d + (sinf (2.0f * y) / d) * I; in ctanhf()
H A Ds_ccosf.c64 *s = sinhf(x); in _cchshf()
H A Ds_csinf.c65 *s = sinhf(x); in cchshf()
H A Ds_ctanf.c146 w = sinf (2.0f * crealf(z)) / d + (sinhf (2.0f * cimagf(z)) / d) * I; in ctanf()
/openbsd/gnu/llvm/llvm/lib/Support/Windows/
H A Dexplicit_symbols.inc88 INLINE_DEF_FLOAT_SYMBOL(sinhf, 1)
/openbsd/gnu/lib/libstdc++/libstdc++/libmath/
H A Dstubs.c214 sinhf(float x) in sinhf() function
H A Dmathconf.h296 # define sinhf(x) sinh (x) macro
/openbsd/gnu/gcc/libstdc++-v3/libmath/
H A Dmathconf.h291 # define sinhf(x) sinh (x) macro
H A Dstubs.c409 sinhf(float x) in sinhf() function
/openbsd/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cmath.h102 extern "C" float (sinhf)(float);
153 using ::sinhf;
607 sinh(float __x) { return __gnu_cxx::__c99_binding::sinhf(__x); } in sinh()
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DScalarFuncs.def103 TLI_DEFINE_SCALAR_MASS_FUNC("sinhf", "__xl_sinhf")
H A DVecFuncs.def60 TLI_DEFINE_VECFUNC("sinhf", "vsinhf", FIXED(4))
109 TLI_DEFINE_VECFUNC("sinhf", "_simd_sinh_f4", FIXED(4))
261 TLI_DEFINE_VECFUNC("sinhf", "__sinhf4", FIXED(4))
594 TLI_DEFINE_VECFUNC( "sinhf", "_ZGVnN4v_sinhf", FIXED(4))
/openbsd/lib/libm/
H A DSymbols.map263 sinhf;
/openbsd/gnu/llvm/clang/lib/Headers/
H A D__clang_cuda_cmath.h173 __DEVICE__ float sinh(float __x) { return ::sinhf(__x); } in sinh()
492 using ::sinhf;
H A D__clang_hip_cmath.h780 using ::sinhf;
830 return sinhf(x) * y;
/openbsd/lib/libm/hidden/
H A Dmath.h196 PROTO_NORMAL(sinhf);
/openbsd/include/
H A Dmath.h300 float sinhf(float);
/openbsd/gnu/lib/libstdc++/libstdc++/
H A Dacconfig.h368 # define sinhf _sinhf macro
/openbsd/regress/lib/libm/msun/
H A Dctrig_test.c327 test_odd_tol(csinhf, z, CMPLXL(sinhf(nums[i]), 0), FLT_ULP()); in ATF_TC_BODY()
356 test_odd_tol(csinf, z, CMPLXL(0, sinhf(nums[i])), FLT_ULP()); in ATF_TC_BODY()
/openbsd/gnu/lib/libstdc++-v3/
H A Dconfig.h1047 # define sinhf _sinhf macro
/openbsd/gnu/llvm/clang/lib/Headers/openmp_wrappers/
H A Dcmath122 __DEVICE__ float sinh(float __x) { return ::sinhf(__x); }
/openbsd/gnu/lib/libstdc++/libstdc++/config/
H A Dlinker-map.gnu331 sinhf;

12