Home
last modified time | relevance | path

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

/external/fdlibm/
Dw_atanh.c21 double atanh(double x) /* wrapper atanh */ in atanh() function
/external/rust/crates/libm/src/math/
Datanh.rs9 pub fn atanh(x: f64) -> f64 { in atanh() function
Dmod.rs101 mod atanh; module
/external/musl/src/math/
Datanh.c4 double atanh(double x) in atanh() function
/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/arm-optimized-routines/pl/math/
Dv_atanh_3u5.c34 v_f64_t V_NAME (atanh) (v_f64_t x) in V_NAME() argument
Datanh_3u.c62 atanh (double x) in atanh() function
/external/eigen/Eigen/src/plugins/
DArrayCwiseUnaryOps.h365 atanh() const in atanh() function
/external/rust/crates/num-traits/src/
Dreal.rs779 fn atanh(self) -> Self; in atanh() method
Dfloat.rs1843 fn atanh(self) -> Self; in atanh() method
/external/cronet/buildtools/third_party/libc++/trunk/include/
Dmath.h1014 inline _LIBCPP_HIDE_FROM_ABI float atanh(float __x) _NOEXCEPT {return __builtin_atanhf(… in atanh() function
1017 _LIBCPP_HIDE_FROM_ABI double atanh(double __x) _NOEXCEPT { in atanh() function
1021 inline _LIBCPP_HIDE_FROM_ABI long double atanh(long double __x) _NOEXCEPT {return __builtin_atanhl(… in atanh() function
1026 atanh(_A1 __x) _NOEXCEPT {return __builtin_atanh((double)__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/musl/include/
Dtgmath.h215 #define atanh(x) __tg_real_complex(atanh, (x)) macro
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp68 Ambiguous atanh(Ambiguous){ return Ambiguous(); } in atanh() function
/external/cronet/buildtools/third_party/libc++/trunk/test/std/numerics/c.math/
Dcmath.pass.cpp69 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/rust/crates/half/src/
Dnum_traits.rs572 fn atanh(self) -> Self { in atanh() method
1310 fn atanh(self) -> Self { in atanh() method
/external/cronet/buildtools/third_party/libc++/trunk/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp69 Ambiguous atanh(Ambiguous){ return Ambiguous(); } in atanh() function
/external/ComputeLibrary/include/half/
Dhalf.hpp1545 static expr atanh(float arg) in atanh() function
2499 inline expr atanh(half arg) { return functions::atanh(arg); } in atanh() function
2500 inline expr atanh(expr arg) { return functions::atanh(arg); } in atanh() function
/external/armnn/third-party/half/
Dhalf.hpp1547 static expr atanh(float arg) in atanh() function
2501 inline expr atanh(half arg) { return functions::atanh(arg); } in atanh() function
2502 inline expr atanh(expr arg) { return functions::atanh(arg); } 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/angle/src/compiler/translator/
DSymbolTable_ESSL_autogen.cpp46 constexpr const ImmutableString atanh("atanh"); variable
DSymbolTable_autogen.cpp51 constexpr const ImmutableString atanh("atanh"); variable