Searched refs:sinh (Results 1 – 11 of 11) sorted by relevance
/ndk/sources/cxx-stl/stlport/src/ |
D | complex_trig.cpp | 70 ::cos(z._M_re) * ::sinh(z._M_im)); in sinT() 89 -::sin(z._M_re) * ::sinh(z._M_im)); in cosT() 114 return complex<_Tp>(::sin(re2) / den, ::sinh(im2) / den); in tanT() 133 return complex<_Tp>(::sinh(z._M_re) * ::cos(z._M_im), in sinhT() 137 _STLP_DECLSPEC complex<float> _STLP_CALL sinh(const complex<float>& z) in sinh() function 140 _STLP_DECLSPEC complex<double> _STLP_CALL sinh(const complex<double>& z) in sinh() function 144 _STLP_DECLSPEC complex<long double> _STLP_CALL sinh(const complex<long double>& z) in sinh() function 153 ::sinh(z._M_re) * ::sin(z._M_im)); in coshT() 177 return complex<_Tp>(::sinh(re2) / den, ::sin(im2) / den); in tanhT()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
D | _como.h | 95 # define sinhl sinh 113 # define sinhf sinh 114 # define sinhl sinh 167 # define sinhl sinh
|
/ndk/tests/device/test-stlport/unit/ |
D | valarray_test.cpp | 48 tmp = sinh(darray); in transcendentals() 74 tmp = sinh(farray); in transcendentals() 101 tmp = sinh(ldarray); in transcendentals()
|
D | cmath_test.cpp | 106 CPPUNIT_CHECK( are_equals(std::sinh(0.0), 0.0) ); in import_checks() 131 CPPUNIT_CHECK( are_equals(std::sinh(0.0f), 0.0f) ); in import_checks() 158 CPPUNIT_CHECK( are_equals(std::sinh(0.0l), 0.0l) ); in import_checks()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | valarray_test.cpp | 48 tmp = sinh(darray); in transcendentals() 74 tmp = sinh(farray); in transcendentals() 101 tmp = sinh(ldarray); in transcendentals()
|
D | cmath_test.cpp | 106 CPPUNIT_CHECK( are_equals(std::sinh(0.0), 0.0) ); in import_checks() 131 CPPUNIT_CHECK( are_equals(std::sinh(0.0f), 0.0f) ); in import_checks() 158 CPPUNIT_CHECK( are_equals(std::sinh(0.0l), 0.0l) ); in import_checks()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _cmath.h | 345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh… 378 _STLP_DMATH_INLINE(sinh) in _STLP_DMATH_INLINE() 449 _STLP_DEF_MATH_INLINE(sinh, sinh) 515 … (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh) 590 using ::sinh;
|
D | _complex.h | 881 _STLP_DECLSPEC complex<float> _STLP_CALL sinh(const complex<float>&); 900 _STLP_DECLSPEC complex<double> _STLP_CALL sinh(const complex<double>&); 920 _STLP_DECLSPEC complex<long double> _STLP_CALL sinh(const complex<long double>&);
|
D | _valarray.h | 1038 inline valarray<_Tp> sinh(const valarray<_Tp>& __x) { in sinh() function 1042 __tmp[__i] = ::sinh(__x[__i]); in sinh()
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | cmath | 54 using ::sinh;
|
/ndk/sources/cxx-stl/system/include/ |
D | cmath | 54 using ::sinh;
|