Searched refs:sinh (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-10.1-release/lib/msun/src/
H A De_sinh.c19 * mathematically sinh(x) if defined to be (exp(x)-exp(-x))/2
20 * 1. Replace x by |x| (sinh(-x) = -sinh(x)).
23 * 0 <= x <= 22 : sinh(x) := --------------, E=expm1(x)
26 * 22 <= x <= lnovft : sinh(x) := exp(x)/2
27 * lnovft <= x <= ln2ovft: sinh(x) := exp(x/2)/2 * exp(x/2)
28 * ln2ovft < x : sinh(x) := x*shuge (overflow)
31 * sinh(x) is |x| if x is +INF, -INF, or NaN.
32 * only sinh(0)=0 is exact for finite x.
60 if(shuge+x>one) return x;/* sinh(tin
[all...]
H A Ds_csinh.c30 * sinh(z) = sinh(x+iy)
31 * = sinh(x) cos(y) + i cosh(x) sin(y).
65 return (cpack(sinh(x), y));
67 return (cpack(sinh(x) * cos(y), cosh(x) * sin(y)));
86 * sinh(+-0 +- I Inf) = sign(d(+-0, dNaN))0 + I dNaN.
90 * sinh(+-0 +- I NaN) = sign(d(+-0, NaN))0 + I d(NaN).
98 * sinh(+-Inf +- I 0) = +-Inf + I +-0.
100 * sinh(NaN +- I 0) = d(NaN) + I +-0.
109 * sinh(
[all...]
H A Ds_ctanh.c40 * s = sinh(x)
45 * tanh(z) = sinh(z) / cosh(z)
47 * sinh(x) cos(y) + i cosh(x) sin(y)
49 * cosh(x) cos(y) + i sinh(x) sin(y)
51 * cosh(x) sinh(x) / cos^2(y) + i tan(y)
53 * 1 + sinh^2(x) / cos^2(y)
119 * approximation sinh^2(huge) ~= exp(2*huge) / 4.
131 s = sinh(x);
H A Ds_ccosh.c31 * = cosh(x) cos(y) + i sinh(x) sin(y).
67 return (cpack(cosh(x) * cos(y), sinh(x) * sin(y)));
H A Dmath.h245 double sinh(double);
H A Dmath_private.h688 #define __ieee754_sinh sinh
/freebsd-10.1-release/contrib/libstdc++/include/c_compatibility/
H A Dmath.h44 using std::sinh;
/freebsd-10.1-release/contrib/libstdc++/libmath/
H A Dstubs.c411 return (float) sinh(x);
419 return sinh((double) x);
H A Dmathconf.h291 # define sinhf(x) sinh (x)
/freebsd-10.1-release/contrib/libstdc++/include/c/
H A Dstd_cmath.h64 #undef sinh macro
/freebsd-10.1-release/contrib/libstdc++/include/tr1/
H A Dmath.h90 using std::tr1::sinh;
/freebsd-10.1-release/contrib/gcc/
H A Dfp-test.c52 extern double sinh (double);
236 d1 = sinh (d2);
/freebsd-10.1-release/contrib/libstdc++/include/c_std/
H A Dstd_cmath.h77 #undef sinh macro
392 using ::sinh;
395 sinh(float __x) function
399 sinh(long double __x) function
405 sinh(_Tp __x) function
/freebsd-10.1-release/lib/msun/
H A DSymbol.map57 sinh;
H A DMakefile140 round.3 scalbn.3 signbit.3 sin.3 sinh.3 sqrt.3 tan.3 tanh.3 trunc.3 \
213 MLINKS+=sinh.3 sinhf.3 sinh.3 sinhl.3
/freebsd-10.1-release/tools/regression/include/tgmath/
H A Dtgmath.c88 TGMACRO(sinh)
449 PRINT("sinh",
450 PASS_REAL_ARG_REAL_RET(sinh) &&
451 PASS_COMPLEX_ARG_COMPLEX_RET(sinh));
/freebsd-10.1-release/contrib/libstdc++/include/std/
H A Dstd_complex.h95 template<typename _Tp> complex<_Tp> sinh(const complex<_Tp>&);
666 return complex<_Tp>(cos(__x) * cosh(__y), -sin(__x) * sinh(__y));
696 return complex<_Tp>(cosh(__x) * cos(__y), sinh(__x) * sin(__y));
784 return complex<_Tp>(sin(__x) * cosh(__y), cos(__x) * sinh(__y));
807 // 26.2.8/11 sinh(__z): Returns the hyperbolic sine of __z.
814 return complex<_Tp>(sinh(__x) * cos(__y), cosh(__x) * sin(__y));
830 sinh(const complex<_Tp>& __z) { return __complex_sinh(__z.__rep()); } function
834 sinh(const complex<_Tp>& __z) { return __complex_sinh(__z); } function
914 { return std::sinh(__z) / std::cosh(__z); }
/freebsd-10.1-release/include/
H A Dtgmath.h151 #define sinh(x) __tg_full(x, sinh) macro
/freebsd-10.1-release/tools/regression/lib/msun/
H A Dtest-ctrig.c304 test_odd_tol(csinh, z, CMPLXL(sinh(nums[i]), 0), DBL_ULP());
333 test_odd_tol(csin, z, CMPLXL(0, sinh(nums[i])), DBL_ULP());
355 * sinh(z) = (sinh(0.5) + i cosh(0.5)) * sqrt(2)/2
356 * cosh(z) = (cosh(0.5) + i sinh(0.5)) * sqrt(2)/2
357 * tanh(z) = (2cosh(0.5)sinh(0.5) + i) / (2 cosh(0.5)**2 - 1)
359 * sinh(z) = cosh(0.5)
360 * cosh(z) = -i sinh(0.5)
363 * sinh(z) = (-sinh(
[all...]
/freebsd-10.1-release/usr.bin/xlint/llib/
H A Dllib-lstdc104 double (sinh)(double x);
H A Dllib-lposix251 double (sinh)(double x);
/freebsd-10.1-release/contrib/libstdc++/src/
H A Dcompatibility.cc468 _GLIBCXX_MATHL_WRAPPER1 (sinh, GLIBCXX_3.4);
/freebsd-10.1-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h498 /// double sinh(double x);
499 sinh, enumerator in enum:llvm::LibFunc::Func
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h353 // sinh
361 __tg_sinh(double __x) {return sinh(__x);}
379 #undef sinh macro
380 #define sinh(__x) __tg_sinh(__tg_promote1((__x))(__x)) macro
/freebsd-10.1-release/contrib/libstdc++/include/bits/
H A Dvalarray_before.h113 { return sinh(__t); }

Completed in 142 milliseconds

12