Searched refs:tanh (Results 1 - 25 of 34) sorted by relevance

12

/external/chromium_org/v8/test/mjsunit/es6/
H A Dmath-hyperbolic.js31 [Math.sinh, Math.cosh, Math.tanh, Math.asinh, Math.acosh, Math.atanh].
53 test_id(Math.tanh, Math.atanh, x);
54 test_id(Math.tanh, Math.atanh, -x);
58 [Math.sinh, Math.asinh, Math.tanh, Math.atanh].forEach(function(fun) {
90 assertEquals(1, Math.tanh(Infinity));
91 assertEquals(-1, Math.tanh(-Infinity));
113 assertEqualsDelta(0.4621171572600, Math.tanh(0.5), 1E-12);
114 assertEqualsDelta(0.9999092042625, Math.tanh(5), 1E-12);
115 assertEqualsDelta(-0.4621171572600, Math.tanh(-0.5), 1E-12);
116 assertEqualsDelta(-0.9999092042625, Math.tanh(
[all...]
/external/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.transcend/
H A Dtanh_valarray.pass.cpp16 // tanh(const valarray<T>& x);
46 std::valarray<T> v3 = tanh(v1);
/external/stlport/test/unit/
H A Dvalarray_test.cpp51 tmp = tanh(darray);
77 tmp = tanh(farray);
104 tmp = tanh(ldarray);
H A Dcmath_test.cpp108 CPPUNIT_CHECK( are_equals(std::tanh(0.0), 0.0) );
133 CPPUNIT_CHECK( are_equals(std::tanh(0.0f), 0.0f) );
160 CPPUNIT_CHECK( are_equals(std::tanh(0.0l), 0.0l) );
/external/libcxx/test/numerics/complex.number/complex.transcendentals/
H A Dtan.pass.cpp45 std::complex<double> t2 = tanh(t1);
H A DAndroid.mk91 test_name := numerics/complex.number/complex.transcendentals/tanh
92 test_src := tanh.pass.cpp
H A Dtanh.pass.cpp14 // tanh(const complex<T>& x);
25 assert(tanh(c) == x);
42 std::complex<double> r = tanh(x[i]);
/external/ceres-solver/internal/ceres/
H A Djet_test.cc169 { // Check that tanh(x + y) = (tanh(x) + tanh(y)) / (1 + tanh(x) tanh(y))
170 J z = tanh(x + y);
171 J w = (tanh(x) + tanh(y)) / (J(1.0) + tanh(x) * tanh(
[all...]
/external/stlport/src/
H A Dcomplex_trig.cpp168 // tanh
181 _STLP_DECLSPEC complex<float> _STLP_CALL tanh(const complex<float>& z) function
184 _STLP_DECLSPEC complex<double> _STLP_CALL tanh(const complex<double>& z) function
188 _STLP_DECLSPEC complex<long double> _STLP_CALL tanh(const complex<long double>& z) function
/external/stlport/stlport/stl/
H A D_cmath.h345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
381 _STLP_DMATH_INLINE(tanh)
452 _STLP_DEF_MATH_INLINE(tanh, tanh)
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
593 using ::tanh;
H A 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>&);
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dmath_semantic_attr.js789 'cosh', 'coth', 'csch', 'sech', 'sinh', 'tanh',
/external/ceres-solver/include/ceres/
H A Djet.h391 inline double tanh (double x) { return std::tanh(x); } function in namespace:ceres
478 // tanh(a + h) ~= tanh(a) + (1 - tanh(a)^2) h
480 Jet<T, N> tanh(const Jet<T, N>& f) { function in namespace:ceres
481 const T tanh_a = tanh(f.a);
625 template<typename T, int N> inline Jet<T, N> ei_tanh(const Jet<T, N>& x) { return tanh(x); } // NOLINT
/external/clang/test/CodeGen/
H A Dlibcall-declarations.c172 double tanh(double);
296 F(tanf), F(tanl), F(tanh), F(tanhf), F(tanhl),
471 // CHECK-NOERRNO: declare double @tanh(double) [[NUW]]
/external/deqp/framework/delibs/debase/
H A DdeMath.h145 DE_INLINE float deFloatTanh (float a) { return (float)tanh(a); }
159 DE_INLINE double deTanh (double a) { return tanh(a); }
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlmathlib.c57 lua_pushnumber(L, l_mathop(tanh)(luaL_checknumber(L, 1)));
262 {"tanh", math_tanh},
/external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
H A Dns_core.c662 // lower range, so increase width in tanh map
699 // use larger width in tanh map for pause regions
705 ((float)tanh(widthPrior * (logLrtTimeAvgKsum - threshPrior0)) +
711 // use larger width in tanh map for pause regions
721 ((float)tanh((float)sgnMap * widthPrior * (threshPrior1 - tmpFloat1)) +
727 // use larger width in tanh map for pause regions
734 ((float)tanh(widthPrior * (tmpFloat1 - threshPrior2)) + (float)1.0);
1328 ((float)1.0 + (float)tanh(gainMapParHB * avgProbSpeechHBTmp));
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h626 /// double tanh(double x);
627 tanh, enumerator in enum:llvm::LibFunc::Func
/external/webrtc/src/modules/audio_processing/ns/
H A Dns_core.c623 // lower range, so increase width in tanh map
660 //use larger width in tanh map for pause regions
665 indicator0 = (float)0.5 * ((float)tanh(widthPrior *
671 //use larger width in tanh map for pause regions
679 indicator1 = (float)0.5 * ((float)tanh((float)sgnMap *
685 //use larger width in tanh map for pause regions
690 indicator2 = (float)0.5 * ((float)tanh(widthPrior * (tmpFloat1 - threshPrior2))
1274 gainModHB = (float)0.5 * ((float)1.0 + (float)tanh(gainMapParHB * avgProbSpeechHBTmp));
/external/clang/lib/Headers/
H A Dtgmath.h382 // tanh
390 __tg_tanh(double __x) {return tanh(__x);}
408 #undef tanh macro
409 #define tanh(__x) __tg_tanh(__tg_promote1((__x))(__x)) macro
/external/libcxx/test/numerics/c.math/
H A Dcmath.disabled.cpp426 static_assert((std::is_same<decltype(std::tanh((float)0)), float>::value), "");
427 static_assert((std::is_same<decltype(std::tanh((bool)0)), double>::value), "");
428 static_assert((std::is_same<decltype(std::tanh((unsigned short)0)), double>::value), "");
429 static_assert((std::is_same<decltype(std::tanh((int)0)), double>::value), "");
430 static_assert((std::is_same<decltype(std::tanh((unsigned int)0)), double>::value), "");
431 static_assert((std::is_same<decltype(std::tanh((long)0)), double>::value), "");
432 static_assert((std::is_same<decltype(std::tanh((unsigned long)0)), double>::value), "");
433 static_assert((std::is_same<decltype(std::tanh((long long)0)), double>::value), "");
434 static_assert((std::is_same<decltype(std::tanh((unsigned long long)0)), double>::value), "");
435 static_assert((std::is_same<decltype(std::tanh((doubl
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dimports.h141 #define tanhf(f) ((float) tanh(f))
/external/mesa3d/src/mesa/main/
H A Dimports.h141 #define tanhf(f) ((float) tanh(f))
/external/libcxx/test/depr/depr.c.headers/
H A Dmath_h.disabled.cpp191 static_assert((std::is_same<decltype(tanh((double)0)), double>::value), "");
194 assert(tanh(0) == 0);
/external/ltrace/etc/
H A Dlibm.so.conf52 double tanh(double);

Completed in 572 milliseconds

12