/external/rust/crates/libm/src/math/ |
D | asinh.rs | 10 pub fn asinh(mut x: f64) -> f64 { in asinh() function
|
D | mod.rs | 79 mod asinh; module
|
/external/fdlibm/ |
D | s_asinh.c | 37 double asinh(double x) in asinh() function
|
/external/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | func_trigonometric.inl | 140 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/ |
D | complex_cmath.h | 174 __DEVICE__ std::complex<_Tp> asinh(const std::complex<_Tp> &__x) { in asinh() function
|
/external/tensorflow/tensorflow/core/kernels/mlir_generated/ |
D | gpu_unary_ops_test.cc | 103 GENERATE_DEFAULT_TEST(Asinh, DT_FLOAT, DT_FLOAT, std::asinh, in GENERATE_DEFAULT_TEST()
|
/external/rust/crates/num-traits/src/ |
D | real.rs | 750 fn asinh(self) -> Self; in asinh() method
|
D | float.rs | 1758 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/ |
D | math.h | 1072 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/ |
D | math.h | 1076 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/ |
D | math_h.pass.cpp | 67 Ambiguous asinh(Ambiguous){ return Ambiguous(); } in asinh() function
|
/external/llvm-project/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 68 Ambiguous asinh(Ambiguous){ return Ambiguous(); } in asinh() function
|
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 67 Ambiguous asinh(Ambiguous){ return Ambiguous(); } in asinh() function
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 69 Ambiguous asinh(Ambiguous){ return Ambiguous(); } in asinh() function
|
/external/llvm-project/clang/lib/Headers/ |
D | __clang_cuda_math.h | 64 __DEVICE__ double asinh(double __a) { return __nv_asinh(__a); } in asinh() function
|
D | tgmath.h | 199 #define asinh(__x) __tg_asinh(__tg_promote1((__x))(__x)) macro
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
D | FastMath.java | 574 public static double asinh(double a) { in asinh() method in FastMath
|
/external/clang/lib/Headers/ |
D | tgmath.h | 206 #define asinh(__x) __tg_asinh(__tg_promote1((__x))(__x)) macro
|
/external/swiftshader/src/Shader/ |
D | ShaderCore.cpp | 1694 void ShaderCore::asinh(Vector4f &dst, const Vector4f &src, bool pp) in asinh() function in sw::ShaderCore
|
/external/angle/src/compiler/translator/ |
D | SymbolTable_ESSL_autogen.cpp | 1886 constexpr const ImmutableString asinh("asinh"); variable
|
D | SymbolTable_autogen.cpp | 3043 constexpr const ImmutableString asinh("asinh"); variable
|