Searched defs:tanh (Results 1 - 16 of 16) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/complex/
H A DComplex.java884 * tanh(1 ± INFINITY i) = NaN + NaN i
885 * tanh(±INFINITY + i) = NaN + 0 i
886 * tanh(±INFINITY ± INFINITY i) = NaN + NaN i
887 * tanh(0 + (&pi;/2)i) = NaN + INFINITY i</code></pre></p>
892 public Complex tanh() { method in class:Complex
/external/clang/lib/Headers/
H A D__clang_cuda_cmath.h144 __DEVICE__ float tanh(float __x) { return ::tanhf(__x); } function
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/eigen/Eigen/src/plugins/
H A DArrayCwiseUnaryOps.h290 tanh() const function
300 * \sa <a href="group__CoeffwiseMathFunctions.html#cwisetable_sinh">Math functions</a>, sin(), tanh(), cosh()
/external/eigen/Eigen/src/Core/arch/CUDA/
H A DHalf.h419 EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC half tanh(const half& a) { function in namespace:Eigen::half_impl
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
H A DFastMath.java448 public static double tanh(double x) { method in class:FastMath
475 // tanh(x) = (exp(2x) - 1) / (exp(2x) + 1)
517 // tanh(x) = expm1(2x) / (expm1(2x) + 2)
/external/eigen/Eigen/src/Core/
H A DMathFunctions.h1225 T tanh(const T &x) { function in namespace:Eigen::numext
1226 EIGEN_USING_STD_MATH(tanh);
1227 return tanh(x);
1232 float tanh(float x) { return internal::generic_fast_tanh_float(x); } function in namespace:Eigen::numext
1237 float tanh(const float &x) { return ::tanhf(x); } function in namespace:Eigen::numext
1240 double tanh(const double &x) { return ::tanh(x); } function in namespace:Eigen::numext
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorBase.h120 tanh() const { function in class:Eigen::TensorBase
/external/libcxx/test/std/depr/depr.c.headers/
H A Dmath_h.pass.cpp54 Ambiguous tanh(Ambiguous){ return Ambiguous(); } function
524 static_assert((std::is_same<decltype(tanh((float)0)), float>::value), "");
525 static_assert((std::is_same<decltype(tanh((bool)0)), double>::value), "");
526 static_assert((std::is_same<decltype(tanh((unsigned short)0)), double>::value), "");
527 static_assert((std::is_same<decltype(tanh((int)0)), double>::value), "");
528 static_assert((std::is_same<decltype(tanh((unsigned int)0)), double>::value), "");
529 static_assert((std::is_same<decltype(tanh((long)0)), double>::value), "");
530 static_assert((std::is_same<decltype(tanh((unsigned long)0)), double>::value), "");
531 static_assert((std::is_same<decltype(tanh((long long)0)), double>::value), "");
532 static_assert((std::is_same<decltype(tanh((unsigne
[all...]
/external/libcxx/test/std/numerics/c.math/
H A Dcmath.pass.cpp55 Ambiguous tanh(Ambiguous){ return Ambiguous(); } function
526 static_assert((std::is_same<decltype(std::tanh((float)0)), float>::value), "");
527 static_assert((std::is_same<decltype(std::tanh((bool)0)), double>::value), "");
528 static_assert((std::is_same<decltype(std::tanh((unsigned short)0)), double>::value), "");
529 static_assert((std::is_same<decltype(std::tanh((int)0)), double>::value), "");
530 static_assert((std::is_same<decltype(std::tanh((unsigned int)0)), double>::value), "");
531 static_assert((std::is_same<decltype(std::tanh((long)0)), double>::value), "");
532 static_assert((std::is_same<decltype(std::tanh((unsigned long)0)), double>::value), "");
533 static_assert((std::is_same<decltype(std::tanh((long long)0)), double>::value), "");
534 static_assert((std::is_same<decltype(std::tanh((unsigne
[all...]
/external/v8/src/base/
H A Dieee754.cc2691 * 0. tanh(x) is defined to be -----------
2694 * 1. reduce x to non-negative by tanh(-x) = -tanh(x).
2695 * 2. 0 <= x < 2**-28 : tanh(x) := x with inexact if x != 0
2697 * 2**-28 <= x < 1 : tanh(x) := -----; t = expm1(-2x)
2700 * 1 <= x < 22 : tanh(x) := 1 - -----; t = expm1(2x)
2702 * 22 <= x <= INF : tanh(x) := 1.
2705 * tanh(NaN) is NaN;
2706 * only tanh(0)=0 is exact for finite argument.
2708 double tanh(doubl function in namespace:v8::base::ieee754
[all...]
/external/swiftshader/src/Shader/
H A DShaderCore.cpp1577 void ShaderCore::tanh(Vector4f &dst, const Vector4f &src, bool pp) function in class:sw::ShaderCore
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 1337 milliseconds