Home
last modified time | relevance | path

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

/ndk/tests/device/test-stlport/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()
/ndk/tests/device/test-gnustl-full/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()
/ndk/sources/cxx-stl/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
/ndk/sources/cxx-stl/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()
/ndk/sources/cxx-stl/gabi++/include/
Dcmath55 using ::tanh;
/ndk/sources/cxx-stl/system/include/
Dcmath55 using ::tanh;
/ndk/build/tools/toolchain-patches/python/Python-2.7.3/
D0011-re-configure-d.patch1165 { $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; }
D0001-MINGW.patch506 # On FreeBSD 6.2, it appears that tanh(-0.) returns 0. instead of
508 AC_MSG_CHECKING(whether tanh preserves the sign of zero)