Home
last modified time | relevance | path

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

/external/rust/crates/libm/src/math/
Dasinh.rs10 pub fn asinh(mut x: f64) -> f64 { in asinh() function
Dmod.rs79 mod asinh; module
/external/fdlibm/
Ds_asinh.c37 double asinh(double x) in asinh() function
/external/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
/external/llvm-project/clang/lib/Headers/openmp_wrappers/
Dcomplex_cmath.h174 __DEVICE__ std::complex<_Tp> asinh(const std::complex<_Tp> &__x) { in asinh() function
/external/tensorflow/tensorflow/core/kernels/mlir_generated/
Dgpu_unary_ops_test.cc103 GENERATE_DEFAULT_TEST(Asinh, DT_FLOAT, DT_FLOAT, std::asinh, in GENERATE_DEFAULT_TEST()
/external/rust/crates/num-traits/src/
Dreal.rs750 fn asinh(self) -> Self; in asinh() method
Dfloat.rs1758 fn asinh(self) -> Self; in asinh() method
2097 fn asinh(self) -> Self { in asinh() method
2232 fn asinh(self) -> Self { in asinh() method
/external/llvm-project/libcxx/include/
Dmath.h1072 inline _LIBCPP_INLINE_VISIBILITY float asinh(float __lcpp_x) _NOEXCEPT {return ::asinhf… in asinh() function
1073 inline _LIBCPP_INLINE_VISIBILITY long double asinh(long double __lcpp_x) _NOEXCEPT {return ::asinhl… in asinh() function
1078 asinh(_A1 __lcpp_x) _NOEXCEPT {return ::asinh((double)__lcpp_x);} in asinh() function
/external/libcxx/include/
Dmath.h1076 inline _LIBCPP_INLINE_VISIBILITY float asinh(float __lcpp_x) _NOEXCEPT {return ::asinhf… in asinh() function
1077 inline _LIBCPP_INLINE_VISIBILITY long double asinh(long double __lcpp_x) _NOEXCEPT {return ::asinhl… in asinh() function
1082 asinh(_A1 __lcpp_x) _NOEXCEPT {return ::asinh((double)__lcpp_x);} in asinh() function
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp67 Ambiguous asinh(Ambiguous){ return Ambiguous(); } in asinh() function
/external/llvm-project/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp68 Ambiguous asinh(Ambiguous){ return Ambiguous(); } in asinh() function
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp67 Ambiguous asinh(Ambiguous){ return Ambiguous(); } in asinh() function
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp69 Ambiguous asinh(Ambiguous){ return Ambiguous(); } in asinh() function
/external/llvm-project/clang/lib/Headers/
D__clang_cuda_math.h64 __DEVICE__ double asinh(double __a) { return __nv_asinh(__a); } in asinh() function
Dtgmath.h199 #define asinh(__x) __tg_asinh(__tg_promote1((__x))(__x)) macro
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DFastMath.java574 public static double asinh(double a) { in asinh() method in FastMath
/external/clang/lib/Headers/
Dtgmath.h206 #define asinh(__x) __tg_asinh(__tg_promote1((__x))(__x)) macro
/external/swiftshader/src/Shader/
DShaderCore.cpp1694 void ShaderCore::asinh(Vector4f &dst, const Vector4f &src, bool pp) in asinh() function in sw::ShaderCore
/external/angle/src/compiler/translator/
DSymbolTable_ESSL_autogen.cpp1886 constexpr const ImmutableString asinh("asinh"); variable
DSymbolTable_autogen.cpp3043 constexpr const ImmutableString asinh("asinh"); variable