Searched refs:tanh (Results 1 – 10 of 10) sorted by relevance
/external/stlport/test/unit/ |
D | valarray_test.cpp | 51 tmp = tanh(darray); in transcendentals() 77 tmp = tanh(farray); in transcendentals() 104 tmp = tanh(ldarray); in transcendentals()
|
D | cmath_test.cpp | 108 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/ |
D | complex_trig.cpp | 181 _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.h | 345 … (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.h | 883 _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.h | 1065 inline valarray<_Tp> tanh(const valarray<_Tp>& __x) { in tanh() function 1069 __tmp[__i] = ::tanh(__x[__i]); in tanh()
|
/external/proguard/src/proguard/gui/ |
D | default.pro | 89 public static double tanh(double);
|
D | boilerplate.pro | 150 public static double tanh(double);
|
/external/libvpx/examples/includes/geshi/docs/ |
D | geshi-doc.txt | 1079 'tmpfile','time','textdomain','tempnam','tanh','tan',
|
/external/stlport/etc/ |
D | ChangeLog-5.1 | 3791 * test/unit/cmath_test.cpp, valarray_test.cpp: Removed tanh calls when using
|