Home
last modified time | relevance | path

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

/third_party/musl/src/math/
Dtanh.c7 double tanh(double x) in tanh() function
/third_party/jerryscript/jerry-libm/
Dtanh.c62 tanh (double x) in tanh() function
/third_party/musl/porting/liteos_a/kernel/src/math/
Dtanh.c7 double tanh(double x) in tanh() function
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_trigonometric.inl130 GLM_FUNC_QUALIFIER vecType<T, P> tanh(vecType<T, P> const & v) function
/third_party/cmsis/CMSIS/DSP/Include/
Darm_vec_math_f16.h293 f16x8_t tanh = vmulq_f16(num, vrecip_f16(den)); in vtanhq_f16() local
Darm_vec_math.h286 f32x4_t tanh = vmulq_f32(num, vrecip_f32(den)); in vtanhq_f32() local
/third_party/typescript/src/lib/
Des2015.core.d.ts142 tanh(x: number): number; method
/third_party/typescript/lib/
Dlib.es2015.core.d.ts162 tanh(x: number): number; method
/third_party/rust/crates/num-traits/src/
Dreal.rs736 fn tanh(self) -> Self; in tanh() method
Dfloat.rs1801 fn tanh(self) -> Self; in tanh() method
/third_party/node/deps/icu-small/source/common/
Dlstmbe.cpp262 inline Array1D& tanh() { in tanh() function in Array1D
267 inline Array1D& tanh(const Array1D& a) { in tanh() function in Array1D
/third_party/musl/ndk_musl_include/
Dtgmath.h266 #define tanh(x) __tg_real_complex(tanh, (x)) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dtgmath.h266 #define tanh(x) __tg_real_complex(tanh, (x)) macro
/third_party/musl/porting/uniproton/kernel/include/
Dtgmath.h266 #define tanh(x) __tg_real_complex(tanh, (x)) macro
/third_party/musl/include/
Dtgmath.h266 #define tanh(x) __tg_real_complex(tanh, (x)) macro
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShaderCore.cpp1678 void ShaderCore::tanh(Vector4f &dst, const Vector4f &src, bool pp) in tanh() function in sw::ShaderCore
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DSymbolTable_autogen.cpp1713 constexpr const ImmutableString tanh("tanh"); variable
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DSymbolTable_ESSL_autogen.cpp2157 constexpr const ImmutableString tanh("tanh"); variable
DSymbolTable_autogen.cpp3346 constexpr const ImmutableString tanh("tanh"); variable
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp34877 tanh(float __x) in tanh() function
34881 tanh(long double __x) in tanh() function
34889 tanh(_Tp __x) in tanh() function