Home
last modified time | relevance | path

Searched defs:asinh (Results 1 – 18 of 18) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/audiofx/
Dmath_compat.h33 asinh (gdouble x) in asinh() function
/third_party/musl/src/math/
Dasinh.c4 double asinh(double x) in asinh() function
/third_party/musl/porting/liteos_a/kernel/src/math/
Dasinh.c4 double asinh(double x) in asinh() function
/third_party/jerryscript/jerry-libm/
Dasinh.c46 asinh (double x) in asinh() function
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_trigonometric.inl140 GLM_FUNC_QUALIFIER genType asinh(genType x) function
149 GLM_FUNC_QUALIFIER vecType<T, P> asinh(vecType<T, P> const & v) function
/third_party/typescript/lib/
Dlib.es2015.core.d.ts174 asinh(x: number): number; method
/third_party/typescript/src/lib/
Des2015.core.d.ts154 asinh(x: number): number; method
/third_party/rust/crates/num-traits/src/
Dreal.rs750 fn asinh(self) -> Self; in asinh() method
Dfloat.rs1815 fn asinh(self) -> Self; in asinh() method
/third_party/musl/include/
Dtgmath.h212 #define asinh(x) __tg_real_complex(asinh, (x)) macro
/third_party/musl/ndk_musl_include/
Dtgmath.h212 #define asinh(x) __tg_real_complex(asinh, (x)) macro
/third_party/musl/porting/uniproton/kernel/include/
Dtgmath.h212 #define asinh(x) __tg_real_complex(asinh, (x)) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dtgmath.h212 #define asinh(x) __tg_real_complex(asinh, (x)) macro
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShaderCore.cpp1694 void ShaderCore::asinh(Vector4f &dst, const Vector4f &src, bool pp) in asinh() function in sw::ShaderCore
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DSymbolTable_autogen.cpp1042 constexpr const ImmutableString asinh("asinh"); variable
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DSymbolTable_ESSL_autogen.cpp1897 constexpr const ImmutableString asinh("asinh"); variable
DSymbolTable_autogen.cpp3048 constexpr const ImmutableString asinh("asinh"); variable
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp35374 asinh(float __x) in asinh() function
35378 asinh(long double __x) in asinh() function
35386 asinh(_Tp __x) in asinh() function