OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sinh
(Results
1 - 25
of
212
) sorted by null
1
2
3
4
5
6
7
8
9
/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
/prebuilts/ndk/9/sources/cxx-stl/EH/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
;
/prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cmath
54
using ::
sinh
;
/prebuilts/ndk/9/sources/cxx-stl/system/include/
cmath
54
using ::
sinh
;
Completed in 786 milliseconds
1
2
3
4
5
6
7
8
9