Searched defs:atanh (Results 1 - 11 of 11) sorted by relevance

/external/fdlibm/
H A Dw_atanh.c14 * wrapper atanh(x)
21 double atanh(double x) /* wrapper atanh */ function
23 double atanh(x) /* wrapper atanh */
36 return __kernel_standard(x,x,30); /* atanh(|x|>1) */
38 return __kernel_standard(x,x,31); /* atanh(|x|==1) */
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
H A DFastMath.java26 * <li>{@link #atanh(double)}</li>
606 public static double atanh(double a) { method in class:FastMath
/external/clang/lib/Headers/
H A Dtgmath.h208 // atanh
216 __tg_atanh(double __x) {return atanh(__x);}
234 #undef atanh macro
235 #define atanh(__x) __tg_atanh(__tg_promote1((__x))(__x)) macro
/external/libcxx/test/std/depr/depr.c.headers/
H A Dmath_h.pass.cpp67 Ambiguous atanh(Ambiguous){ return Ambiguous(); } function
793 static_assert((std::is_same<decltype(atanh((float)0)), float>::value), "");
794 static_assert((std::is_same<decltype(atanh((bool)0)), double>::value), "");
795 static_assert((std::is_same<decltype(atanh((unsigned short)0)), double>::value), "");
796 static_assert((std::is_same<decltype(atanh((int)0)), double>::value), "");
797 static_assert((std::is_same<decltype(atanh((unsigned int)0)), double>::value), "");
798 static_assert((std::is_same<decltype(atanh((long)0)), double>::value), "");
799 static_assert((std::is_same<decltype(atanh((unsigned long)0)), double>::value), "");
800 static_assert((std::is_same<decltype(atanh((long long)0)), double>::value), "");
801 static_assert((std::is_same<decltype(atanh((unsigne
[all...]
/external/libcxx/test/std/numerics/c.math/
H A Dcmath.pass.cpp69 Ambiguous atanh(Ambiguous){ return Ambiguous(); } function
828 static_assert((std::is_same<decltype(std::atanh((float)0)), float>::value), "");
829 static_assert((std::is_same<decltype(std::atanh((bool)0)), double>::value), "");
830 static_assert((std::is_same<decltype(std::atanh((unsigned short)0)), double>::value), "");
831 static_assert((std::is_same<decltype(std::atanh((int)0)), double>::value), "");
832 static_assert((std::is_same<decltype(std::atanh((unsigned int)0)), double>::value), "");
833 static_assert((std::is_same<decltype(std::atanh((long)0)), double>::value), "");
834 static_assert((std::is_same<decltype(std::atanh((unsigned long)0)), double>::value), "");
835 static_assert((std::is_same<decltype(std::atanh((long long)0)), double>::value), "");
836 static_assert((std::is_same<decltype(std::atanh((unsigne
[all...]
/external/tensorflow/tensorflow/core/kernels/
H A Dcwise_ops.h90 return numext::atanh(a);
92 return std::atanh(a);
605 struct atanh : base<T, Eigen::internal::scalar_atanh_op<T>> {}; struct in namespace:tensorflow::functor
/external/v8/src/base/
H A Dieee754.cc1587 * 1.Reduced x to positive by atanh(-x) = -atanh(x)
1590 * atanh(x) = --- * log(1 + -------) = 0.5 * log1p(2 * --------)
1594 * atanh(x) = 0.5*log1p(2x+2x*x/(1-x))
1597 * atanh(x) is NaN if |x| > 1 with signal;
1598 * atanh(NaN) is that NaN with no signal;
1599 * atanh(+-1) is +-INF with signal.
1602 double atanh(double x) { function in namespace:v8::base::ieee754
/external/swiftshader/src/Shader/
H A DShaderCore.cpp1595 void ShaderCore::atanh(Vector4f &dst, const Vector4f &src, bool pp) function in class:sw::ShaderCore
/external/kotlinc/lib/
H A Dkotlin-runtime.jarMETA-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/kotlin.kotlin_builtins kotlin/collections/ kotlin/collections/collections ...
H A Dkotlin-stdlib.jarMETA-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/kotlin.kotlin_builtins kotlin/collections/ kotlin/collections/collections ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...

Completed in 439 milliseconds