Searched refs:tanh (Results 1 – 12 of 12) sorted by relevance
/ndk/tests/device/test-stlport/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()
|
/ndk/tests/device/test-gnustl-full/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()
|
/ndk/sources/cxx-stl/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
|
/ndk/sources/cxx-stl/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()
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | cmath | 55 using ::tanh;
|
/ndk/sources/cxx-stl/system/include/ |
D | cmath | 55 using ::tanh;
|
/ndk/build/tools/toolchain-patches/python/Python-2.7.3/ |
D | 0011-re-configure-d.patch | 1165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether tanh preserves the sign of zero" >&5 1166 $as_echo_n "checking whether tanh preserves the sign of zero... " >&6; }
|
D | 0001-MINGW.patch | 506 # On FreeBSD 6.2, it appears that tanh(-0.) returns 0. instead of 508 AC_MSG_CHECKING(whether tanh preserves the sign of zero)
|