/external/fdlibm/ |
D | w_acosh.c | 22 double acosh(double x) /* wrapper acosh */ in acosh() function
|
/external/rust/crates/libm/src/math/ |
D | acosh.rs | 10 pub fn acosh(x: f64) -> f64 { in acosh() function
|
D | mod.rs | 75 mod acosh; module
|
/external/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | func_trigonometric.inl | 159 GLM_FUNC_QUALIFIER genType acosh(genType x) function 170 GLM_FUNC_QUALIFIER vecType<T, P> acosh(vecType<T, P> const & v) function
|
/external/llvm-project/clang/lib/Headers/openmp_wrappers/ |
D | complex_cmath.h | 202 __DEVICE__ std::complex<_Tp> acosh(const std::complex<_Tp> &__x) { in acosh() function
|
/external/tensorflow/tensorflow/core/kernels/mlir_generated/ |
D | gpu_unary_ops_test.cc | 71 std::acosh, test::OpsTestConfig()) in GENERATE_DEFAULT_TEST_WITH_SPECIFIC_INPUT_VALUES()
|
/external/rust/crates/num-traits/src/ |
D | real.rs | 764 fn acosh(self) -> Self; in acosh() method
|
D | float.rs | 1772 fn acosh(self) -> Self; in acosh() method 2101 fn acosh(self) -> Self { in acosh() method 2236 fn acosh(self) -> Self { in acosh() method
|
/external/llvm-project/libcxx/include/ |
D | math.h | 1062 inline _LIBCPP_INLINE_VISIBILITY float acosh(float __lcpp_x) _NOEXCEPT {return ::acoshf… in acosh() function 1063 inline _LIBCPP_INLINE_VISIBILITY long double acosh(long double __lcpp_x) _NOEXCEPT {return ::acoshl… in acosh() function 1068 acosh(_A1 __lcpp_x) _NOEXCEPT {return ::acosh((double)__lcpp_x);} in acosh() function
|
/external/libcxx/include/ |
D | math.h | 1066 inline _LIBCPP_INLINE_VISIBILITY float acosh(float __lcpp_x) _NOEXCEPT {return ::acoshf… in acosh() function 1067 inline _LIBCPP_INLINE_VISIBILITY long double acosh(long double __lcpp_x) _NOEXCEPT {return ::acoshl… in acosh() function 1072 acosh(_A1 __lcpp_x) _NOEXCEPT {return ::acosh((double)__lcpp_x);} in acosh() function
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 66 Ambiguous acosh(Ambiguous){ return Ambiguous(); } in acosh() function
|
/external/llvm-project/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 67 Ambiguous acosh(Ambiguous){ return Ambiguous(); } in acosh() function
|
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 66 Ambiguous acosh(Ambiguous){ return Ambiguous(); } in acosh() function
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 68 Ambiguous acosh(Ambiguous){ return Ambiguous(); } in acosh() function
|
/external/llvm-project/clang/lib/Headers/ |
D | __clang_cuda_math.h | 60 __DEVICE__ double acosh(double __a) { return __nv_acosh(__a); } in acosh() function
|
D | tgmath.h | 170 #define acosh(__x) __tg_acosh(__tg_promote1((__x))(__x)) macro
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
D | FastMath.java | 566 public static double acosh(final double a) { in acosh() method in FastMath
|
/external/clang/lib/Headers/ |
D | tgmath.h | 177 #define acosh(__x) __tg_acosh(__tg_promote1((__x))(__x)) macro
|
/external/swiftshader/src/Shader/ |
D | ShaderCore.cpp | 1686 void ShaderCore::acosh(Vector4f &dst, const Vector4f &src, bool pp) in acosh() function in sw::ShaderCore
|
/external/angle/src/compiler/translator/ |
D | SymbolTable_ESSL_autogen.cpp | 1880 constexpr const ImmutableString acosh("acosh"); variable
|
D | SymbolTable_autogen.cpp | 3034 constexpr const ImmutableString acosh("acosh"); variable
|