HomeSort by relevance Sort by last modified time
    Searched full:sinh (Results 1 - 25 of 578) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/tests/src/android/renderscript/cts/
sinh_f32.rs 4 *out = sinh(*in);
8 *out = sinh(*in);
12 *out = sinh(*in);
16 *out = sinh(*in);
  /external/eigen/unsupported/doc/examples/
MatrixSinh.cpp 11 MatrixXf sinhA = A.sinh();
12 std::cout << "sinh(A) = \n" << sinhA << "\n\n";
17 // The matrix functions satisfy cosh^2(A) - sinh^2(A) = I,
19 std::cout << "cosh^2(A) - sinh^2(A) = \n" << coshA*coshA - sinhA*sinhA << "\n\n";
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_sinh.c 19 * 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.
58 if(shuge+x>one) return x;/* sinh(tiny) = tiny with inexact *
    [all...]
s_csinh.c 30 * 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(x +- I Inf) = dNaN + I dNaN
    [all...]
s_ctanh.c 40 * 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);
e_sinhf.c 41 if(shuge+x>one) return x;/* sinh(tiny) = tiny with inexact */
54 /* |x| > overflowthresold, sinh(x) overflow */
  /external/fdlibm/
w_sinh.c 21 double ieee_sinh(double x) /* wrapper sinh */
23 double ieee_sinh(x) /* wrapper sinh */
34 return __kernel_standard(x,x,25); /* sinh overflow */
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
StemFunction.h 80 res = std::sinh(x);
87 static Scalar sinh(Scalar x, int n) function in class:Eigen::StdStemFunctions
92 res = std::sinh(x);
  /external/stlport/test/unit/
valarray_test.cpp 48 tmp = sinh(darray);
74 tmp = sinh(farray);
101 tmp = sinh(ldarray);
  /ndk/tests/device/test-gnustl-full/unit/
valarray_test.cpp 48 tmp = sinh(darray);
74 tmp = sinh(farray);
101 tmp = sinh(ldarray);
  /ndk/tests/device/test-stlport/unit/
valarray_test.cpp 48 tmp = sinh(darray);
74 tmp = sinh(farray);
101 tmp = sinh(ldarray);
  /external/chromium_org/third_party/icu/source/data/xml/main/
si.xml 20 <icu:script type="1">Sinh</icu:script>
  /external/chromium_org/third_party/mesa/src/src/glsl/builtins/ir/
sinh.ir 1 ((function sinh
  /external/icu4c/data/xml/main/
si.xml 20 <icu:script type="1">Sinh</icu:script>
  /external/mesa3d/src/glsl/builtins/ir/
sinh.ir 1 ((function sinh
  /external/chromium_org/chrome/third_party/chromevox/chromevox/background/mathmaps/functions/
hyperbolic.json 43 "key": "sinh",
44 "names": ["sinh"]
  /external/stlport/src/
complex_trig.cpp 70 ::cos(z._M_re) * ::sinh(z._M_im));
89 -::sin(z._M_re) * ::sinh(z._M_im));
114 return complex<_Tp>(::sin(re2) / den, ::sinh(im2) / den);
130 // sinh
133 return complex<_Tp>(::sinh(z._M_re) * ::cos(z._M_im),
137 _STLP_DECLSPEC complex<float> _STLP_CALL sinh(const complex<float>& z) function
140 _STLP_DECLSPEC complex<double> _STLP_CALL sinh(const complex<double>& z) function
144 _STLP_DECLSPEC complex<long double> _STLP_CALL sinh(const complex<long double>& z) function
153 ::sinh(z._M_re) * ::sin(z._M_im));
177 return complex<_Tp>(::sinh(re2) / den, ::sin(im2) / den)
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
complex_trig.cpp 70 ::cos(z._M_re) * ::sinh(z._M_im));
89 -::sin(z._M_re) * ::sinh(z._M_im));
114 return complex<_Tp>(::sin(re2) / den, ::sinh(im2) / den);
130 // sinh
133 return complex<_Tp>(::sinh(z._M_re) * ::cos(z._M_im),
137 _STLP_DECLSPEC complex<float> _STLP_CALL sinh(const complex<float>& z) function
140 _STLP_DECLSPEC complex<double> _STLP_CALL sinh(const complex<double>& z) function
144 _STLP_DECLSPEC complex<long double> _STLP_CALL sinh(const complex<long double>& z) function
153 ::sinh(z._M_re) * ::sin(z._M_im));
177 return complex<_Tp>(::sinh(re2) / den, ::sin(im2) / den)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.transcend/
sinh_valarray.pass.cpp 16 // sinh(const valarray<T>& x);
46 std::valarray<T> v3 = sinh(v1);
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/lib/
libm.so 
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/lib/
libm.so 

Completed in 896 milliseconds

1 2 3 4 5 6 7 8 91011>>