/external/musl/src/math/ |
D | asinh.c | 4 double asinh(double x) in asinh() function
|
/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/eigen/Eigen/src/plugins/ |
D | ArrayCwiseUnaryOps.h | 376 asinh() const in asinh() function
|
/external/rust/crates/num-traits/src/ |
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
|
D | real.rs | 750 fn asinh(self) -> Self; in asinh() method
|
/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/tensorflow/tensorflow/core/kernels/mlir_generated/ |
D | gpu_unary_ops_test.cc | 124 GENERATE_DEFAULT_TEST_2(Asinh, DT_HALF, DT_FLOAT, DT_HALF, DT_FLOAT, std::asinh, in GENERATE_DEFAULT_TEST_2()
|
/external/musl/include/ |
D | tgmath.h | 212 #define asinh(x) __tg_real_complex(asinh, (x)) macro
|
/external/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/ComputeLibrary/include/half/ |
D | half.hpp | 1521 static expr asinh(float arg) in asinh() function 2485 inline expr asinh(half arg) { return functions::asinh(arg); } in asinh() function 2486 inline expr asinh(expr arg) { return functions::asinh(arg); } in asinh() function
|
/external/armnn/third-party/half/ |
D | half.hpp | 1521 static expr asinh(float arg) in asinh() function 2485 inline expr asinh(half arg) { return functions::asinh(arg); } in asinh() function 2486 inline expr asinh(expr arg) { return functions::asinh(arg); } in asinh() function
|
/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/angle/src/compiler/translator/ |
D | SymbolTable_ESSL_autogen.cpp | 2470 constexpr const ImmutableString asinh("asinh"); variable
|
D | SymbolTable_autogen.cpp | 3051 constexpr const ImmutableString asinh("asinh"); variable
|