Home
last modified time | relevance | path

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

/external/fdlibm/
Dw_atanh.c21 double atanh(double x) /* wrapper atanh */ in atanh() function
/external/rust/crates/libm/src/math/
Datanh.rs8 pub fn atanh(x: f64) -> f64 { in atanh() function
Dmod.rs85 mod atanh; module
/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_trigonometric.inl180 GLM_FUNC_QUALIFIER genType atanh(genType x) function
191 GLM_FUNC_QUALIFIER vecType<T, P> atanh(vecType<T, P> const & v) function
/external/llvm-project/clang/lib/Headers/openmp_wrappers/
Dcomplex_cmath.h235 __DEVICE__ std::complex<_Tp> atanh(const std::complex<_Tp> &__x) { in atanh() function
/external/rust/crates/num-traits/src/
Dreal.rs779 fn atanh(self) -> Self; in atanh() method
Dfloat.rs1787 fn atanh(self) -> Self; in atanh() method
2105 fn atanh(self) -> Self { in atanh() method
2240 fn atanh(self) -> Self { in atanh() method
/external/llvm-project/libcxx/include/
Dmath.h1082 inline _LIBCPP_INLINE_VISIBILITY float atanh(float __lcpp_x) _NOEXCEPT {return ::atanhf… in atanh() function
1083 inline _LIBCPP_INLINE_VISIBILITY long double atanh(long double __lcpp_x) _NOEXCEPT {return ::atanhl… in atanh() function
1088 atanh(_A1 __lcpp_x) _NOEXCEPT {return ::atanh((double)__lcpp_x);} in atanh() function
/external/libcxx/include/
Dmath.h1086 inline _LIBCPP_INLINE_VISIBILITY float atanh(float __lcpp_x) _NOEXCEPT {return ::atanhf… in atanh() function
1087 inline _LIBCPP_INLINE_VISIBILITY long double atanh(long double __lcpp_x) _NOEXCEPT {return ::atanhl… in atanh() function
1092 atanh(_A1 __lcpp_x) _NOEXCEPT {return ::atanh((double)__lcpp_x);} in atanh() function
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp68 Ambiguous atanh(Ambiguous){ return Ambiguous(); } in atanh() function
/external/llvm-project/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp69 Ambiguous atanh(Ambiguous){ return Ambiguous(); } in atanh() function
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp68 Ambiguous atanh(Ambiguous){ return Ambiguous(); } in atanh() function
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp70 Ambiguous atanh(Ambiguous){ return Ambiguous(); } in atanh() function
/external/llvm-project/clang/lib/Headers/
D__clang_cuda_math.h70 __DEVICE__ double atanh(double __a) { return __nv_atanh(__a); } in atanh() function
Dtgmath.h228 #define atanh(__x) __tg_atanh(__tg_promote1((__x))(__x)) macro
/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.cpp1702 void ShaderCore::atanh(Vector4f &dst, const Vector4f &src, bool pp) in atanh() function in sw::ShaderCore
/external/angle/src/compiler/translator/
DSymbolTable_ESSL_autogen.cpp1888 constexpr const ImmutableString atanh("atanh"); variable
DSymbolTable_autogen.cpp3045 constexpr const ImmutableString atanh("atanh"); variable