/openbsd/lib/libm/src/ |
H A D | e_sinhf.c | 22 sinhf(float x) in sinhf() function 57 DEF_STD(sinhf);
|
H A D | s_ccoshf.c | 56 w = coshf (x) * cosf (y) + (sinhf (x) * sinf (y)) * I; in ccoshf()
|
H A D | s_csinhf.c | 55 w = sinhf (x) * cosf (y) + (coshf (x) * sinf (y)) * I; in csinhf()
|
H A D | s_ctanhf.c | 57 w = sinhf (2.0f * x) / d + (sinf (2.0f * y) / d) * I; in ctanhf()
|
H A D | s_ccosf.c | 64 *s = sinhf(x); in _cchshf()
|
H A D | s_csinf.c | 65 *s = sinhf(x); in cchshf()
|
H A D | s_ctanf.c | 146 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 D | explicit_symbols.inc | 88 INLINE_DEF_FLOAT_SYMBOL(sinhf, 1)
|
/openbsd/gnu/lib/libstdc++/libstdc++/libmath/ |
H A D | stubs.c | 214 sinhf(float x) in sinhf() function
|
H A D | mathconf.h | 296 # define sinhf(x) sinh (x) macro
|
/openbsd/gnu/gcc/libstdc++-v3/libmath/ |
H A D | mathconf.h | 291 # define sinhf(x) sinh (x) macro
|
H A D | stubs.c | 409 sinhf(float x) in sinhf() function
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/c_std/ |
H A D | std_cmath.h | 102 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 D | ScalarFuncs.def | 103 TLI_DEFINE_SCALAR_MASS_FUNC("sinhf", "__xl_sinhf")
|
H A D | VecFuncs.def | 60 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 D | Symbols.map | 263 sinhf;
|
/openbsd/gnu/llvm/clang/lib/Headers/ |
H A D | __clang_cuda_cmath.h | 173 __DEVICE__ float sinh(float __x) { return ::sinhf(__x); } in sinh() 492 using ::sinhf;
|
H A D | __clang_hip_cmath.h | 780 using ::sinhf; 830 return sinhf(x) * y;
|
/openbsd/lib/libm/hidden/ |
H A D | math.h | 196 PROTO_NORMAL(sinhf);
|
/openbsd/include/ |
H A D | math.h | 300 float sinhf(float);
|
/openbsd/gnu/lib/libstdc++/libstdc++/ |
H A D | acconfig.h | 368 # define sinhf _sinhf macro
|
/openbsd/regress/lib/libm/msun/ |
H A D | ctrig_test.c | 327 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 D | config.h | 1047 # define sinhf _sinhf macro
|
/openbsd/gnu/llvm/clang/lib/Headers/openmp_wrappers/ |
H A D | cmath | 122 __DEVICE__ float sinh(float __x) { return ::sinhf(__x); }
|
/openbsd/gnu/lib/libstdc++/libstdc++/config/ |
H A D | linker-map.gnu | 331 sinhf;
|