Home
last modified time | relevance | path

Searched defs:atanh (Results 1 – 8 of 8) sorted by relevance

/external/fdlibm/
Dw_atanh.c21 double atanh(double x) /* wrapper atanh */ in atanh() function
/external/libcxx/include/
Dmath.h993 inline _LIBCPP_INLINE_VISIBILITY float atanh(float __lcpp_x) _NOEXCEPT {return ::atanhf… in atanh() function
994 inline _LIBCPP_INLINE_VISIBILITY long double atanh(long double __lcpp_x) _NOEXCEPT {return ::atanhl… in atanh() function
999 atanh(_A1 __lcpp_x) _NOEXCEPT {return ::atanh((double)__lcpp_x);} in atanh() function
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp67 Ambiguous atanh(Ambiguous){ return Ambiguous(); } in atanh() function
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp68 Ambiguous atanh(Ambiguous){ return Ambiguous(); } in atanh() function
/external/v8/src/base/
Dieee754.cc1602 double atanh(double x) { in atanh() function
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DFastMath.java606 public static double atanh(double a) { in atanh() method in FastMath
/external/clang/lib/Headers/
Dtgmath.h235 #define atanh(__x) __tg_atanh(__tg_promote1((__x))(__x)) macro
/external/swiftshader/src/Shader/
DShaderCore.cpp1601 void ShaderCore::atanh(Vector4f &dst, const Vector4f &src, bool pp) in atanh() function in sw::ShaderCore