Home
last modified time | relevance | path

Searched refs:tanh (Results 1 – 10 of 10) sorted by relevance

/external/stlport/test/unit/
Dvalarray_test.cpp51 tmp = tanh(darray); in transcendentals()
77 tmp = tanh(farray); in transcendentals()
104 tmp = tanh(ldarray); in transcendentals()
Dcmath_test.cpp108 CPPUNIT_CHECK( are_equals(std::tanh(0.0), 0.0) ); in import_checks()
133 CPPUNIT_CHECK( are_equals(std::tanh(0.0f), 0.0f) ); in import_checks()
160 CPPUNIT_CHECK( are_equals(std::tanh(0.0l), 0.0l) ); in import_checks()
/external/stlport/src/
Dcomplex_trig.cpp181 _STLP_DECLSPEC complex<float> _STLP_CALL tanh(const complex<float>& z) in tanh() function
184 _STLP_DECLSPEC complex<double> _STLP_CALL tanh(const complex<double>& z) in tanh() function
188 _STLP_DECLSPEC complex<long double> _STLP_CALL tanh(const complex<long double>& z) in tanh() function
/external/stlport/stlport/stl/
D_cmath.h345 … (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
381 _STLP_DMATH_INLINE(tanh) in _STLP_DMATH_INLINE()
452 _STLP_DEF_MATH_INLINE(tanh, tanh)
515 … (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
593 using ::tanh;
D_complex.h883 _STLP_DECLSPEC complex<float> _STLP_CALL tanh(const complex<float>&);
902 _STLP_DECLSPEC complex<double> _STLP_CALL tanh(const complex<double>&);
922 _STLP_DECLSPEC complex<long double> _STLP_CALL tanh(const complex<long double>&);
D_valarray.h1065 inline valarray<_Tp> tanh(const valarray<_Tp>& __x) { in tanh() function
1069 __tmp[__i] = ::tanh(__x[__i]); in tanh()
/external/proguard/src/proguard/gui/
Ddefault.pro89 public static double tanh(double);
Dboilerplate.pro150 public static double tanh(double);
/external/libvpx/examples/includes/geshi/docs/
Dgeshi-doc.txt1079 'tmpfile','time','textdomain','tempnam','tanh','tan',
/external/stlport/etc/
DChangeLog-5.13791 * test/unit/cmath_test.cpp, valarray_test.cpp: Removed tanh calls when using