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

1 2 3 4 5 6 7

  /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";
  /system/extras/tests/bionic/libstdc++/
test_cmath.cpp 52 using ::sinh;
  /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/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...]
  /external/stlport/stlport/stl/config/
_como.h 95 # define sinhl sinh
113 # define sinhf sinh
114 # define sinhl sinh
167 # define sinhl sinh
  /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/stlport/stlport/stl/config/
_como.h 95 # define sinhl sinh
113 # define sinhf sinh
114 # define sinhl sinh
167 # define sinhl sinh
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 95 # define sinhl sinh
113 # define sinhf sinh
114 # define sinhl sinh
167 # define sinhl sinh
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 95 # define sinhl sinh
113 # define sinhf sinh
114 # define sinhl sinh
167 # define sinhl sinh
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 95 # define sinhl sinh
113 # define sinhf sinh
114 # define sinhl sinh
167 # define sinhl sinh
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 95 # define sinhl sinh
113 # define sinhf sinh
114 # define sinhl sinh
167 # define sinhl sinh
  /bionic/libstdc++/include/
cmath 54 using ::sinh;
  /ndk/sources/cxx-stl/gabi++/include/
cmath 54 using ::sinh;
  /ndk/sources/cxx-stl/system/include/
cmath 54 using ::sinh;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cmath 52 using ::sinh;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cmath 52 using ::sinh;
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
cmath 54 using ::sinh;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
cmath 54 using ::sinh;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cmath 54 using ::sinh;
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
cmath 54 using ::sinh;
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cmath 54 using ::sinh;
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
cmath 54 using ::sinh;
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/numarray/valarray.nonmembers/valarray.transcend/
sinh_valarray.pass.cpp 16 // sinh(const valarray<T>& x);
46 std::valarray<T> v3 = sinh(v1);
  /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);

Completed in 195 milliseconds

1 2 3 4 5 6 7