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

1 2 3 4 5 6 7

  /external/eigen/unsupported/doc/examples/
MatrixSinh.cpp 14 MatrixXf coshA = A.cosh();
15 std::cout << "cosh(A) = \n" << coshA << "\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 51 using ::cosh;
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
StemFunction.h 72 static Scalar cosh(Scalar x, int n) function in class:Eigen::StdStemFunctions
77 res = std::cosh(x);
95 res = std::cosh(x);
  /external/stlport/src/
complex_trig.cpp 69 return complex<_Tp>(::sin(z._M_re) * ::cosh(z._M_im),
88 return complex<_Tp>(::cos(z._M_re) * ::cosh(z._M_im),
113 _Tp den = ::cos(re2) + ::cosh(im2);
134 ::cosh(z._M_re) * ::sin(z._M_im));
149 // cosh
152 return complex<_Tp>(::cosh(z._M_re) * ::cos(z._M_im),
156 _STLP_DECLSPEC complex<float> _STLP_CALL cosh(const complex<float>& z) function
159 _STLP_DECLSPEC complex<double> _STLP_CALL cosh(const complex<double>& z) function
163 _STLP_DECLSPEC complex<long double> _STLP_CALL cosh(const complex<long double>& z) function
176 _Tp den = ::cosh(re2) + ::cos(im2)
    [all...]
  /external/stlport/stlport/stl/config/
_como.h 96 # define coshl cosh
117 # define coshf cosh
118 # define coshl cosh
168 # define coshl cosh
  /ndk/sources/cxx-stl/stlport/src/
complex_trig.cpp 69 return complex<_Tp>(::sin(z._M_re) * ::cosh(z._M_im),
88 return complex<_Tp>(::cos(z._M_re) * ::cosh(z._M_im),
113 _Tp den = ::cos(re2) + ::cosh(im2);
134 ::cosh(z._M_re) * ::sin(z._M_im));
149 // cosh
152 return complex<_Tp>(::cosh(z._M_re) * ::cos(z._M_im),
156 _STLP_DECLSPEC complex<float> _STLP_CALL cosh(const complex<float>& z) function
159 _STLP_DECLSPEC complex<double> _STLP_CALL cosh(const complex<double>& z) function
163 _STLP_DECLSPEC complex<long double> _STLP_CALL cosh(const complex<long double>& z) function
176 _Tp den = ::cosh(re2) + ::cos(im2)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 96 # define coshl cosh
117 # define coshf cosh
118 # define coshl cosh
168 # define coshl cosh
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 96 # define coshl cosh
117 # define coshf cosh
118 # define coshl cosh
168 # define coshl cosh
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 96 # define coshl cosh
117 # define coshf cosh
118 # define coshl cosh
168 # define coshl cosh
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 96 # define coshl cosh
117 # define coshf cosh
118 # define coshl cosh
168 # define coshl cosh
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 96 # define coshl cosh
117 # define coshf cosh
118 # define coshl cosh
168 # define coshl cosh
  /bionic/libstdc++/include/
cmath 53 using ::cosh;
  /ndk/sources/cxx-stl/gabi++/include/
cmath 53 using ::cosh;
  /ndk/sources/cxx-stl/system/include/
cmath 53 using ::cosh;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cmath 51 using ::cosh;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cmath 51 using ::cosh;
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
cmath 53 using ::cosh;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
cmath 53 using ::cosh;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cmath 53 using ::cosh;
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
cmath 53 using ::cosh;
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cmath 53 using ::cosh;
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
cmath 53 using ::cosh;
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/numarray/valarray.nonmembers/valarray.transcend/
cosh_valarray.pass.cpp 16 // cosh(const valarray<T>& x);
46 std::valarray<T> v3 = cosh(v1);
  /external/stlport/test/unit/
valarray_test.cpp 46 tmp = cosh(darray);
72 tmp = cosh(farray);
99 tmp = cosh(ldarray);
  /ndk/tests/device/test-gnustl-full/unit/
valarray_test.cpp 46 tmp = cosh(darray);
72 tmp = cosh(farray);
99 tmp = cosh(ldarray);

Completed in 324 milliseconds

1 2 3 4 5 6 7