Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a/kernel/src/math/
Datanh.c4 double atanh(double x) in atanh() function
/third_party/musl/src/math/
Datanh.c4 double atanh(double x) in atanh() function
/third_party/jerryscript/jerry-libm/
Datanh.c53 atanh (double x) in atanh() function
/third_party/mindspore/mindspore-src/source/tests/st/ops/gpu/
Dtest_atanh_op.py25 def atanh(x): function
/third_party/optimized-routines/math/aarch64/sve/
Datanh.c28 svfloat64_t SV_NAME_D1 (atanh) (svfloat64_t x, const svbool_t pg) in SV_NAME_D1() argument
Datanhf.c30 svfloat32_t SV_NAME_F1 (atanh) (svfloat32_t x, const svbool_t pg) in SV_NAME_F1() argument
/third_party/skia/third_party/externals/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
/third_party/optimized-routines/math/aarch64/advsimd/
Datanh.c38 float64x2_t V_NAME_D1 (atanh) (float64x2_t x) in V_NAME_D1() argument
Datanhf.c44 float32x4_t VPCS_ATTR NOINLINE V_NAME_F1 (atanh) (float32x4_t x) in V_NAME_F1() argument
/third_party/optimized-routines/math/aarch64/experimental/
Datanh_3u.c62 atanh (double x) in atanh() function
/third_party/typescript/src/lib/
Des2015.core.d.ts160 atanh(x: number): number; method
/third_party/typescript/lib/
Dlib.es2015.core.d.ts180 atanh(x: number): number; method
/third_party/rust/rust/library/std/src/
Df64.rs962 pub fn atanh(self) -> f64 { in atanh() method
Df32.rs960 pub fn atanh(self) -> f32 { in atanh() method
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/
Dcomplex.h411 HOST_DEVICE inline Complex<T> atanh(const Complex<T> &z) { in atanh() function
/third_party/musl/porting/liteos_m/kernel/include/
Dtgmath.h215 #define atanh(x) __tg_real_complex(atanh, (x)) macro
/third_party/musl/include/
Dtgmath.h215 #define atanh(x) __tg_real_complex(atanh, (x)) macro
/third_party/musl/porting/uniproton/kernel/include/
Dtgmath.h215 #define atanh(x) __tg_real_complex(atanh, (x)) macro
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShaderCore.cpp1702 void ShaderCore::atanh(Vector4f &dst, const Vector4f &src, bool pp) in atanh() function in sw::ShaderCore
/third_party/mindspore/mindspore-src/source/third_party/proto/coreml/
DNeuralNetwork.proto573 AtanhLayerParams atanh = 780; field
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/_extends/parse/
Dstandard_method.py3844 def atanh(x): function
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/common/
Dtensor.py3858 def atanh(self): member in Tensor
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DSymbolTable_ESSL_autogen.cpp1899 constexpr const ImmutableString atanh("atanh"); variable
DSymbolTable_autogen.cpp3050 constexpr const ImmutableString atanh("atanh"); variable
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp35392 atanh(float __x) in atanh() function
35396 atanh(long double __x) in atanh() function
35404 atanh(_Tp __x) in atanh() function