Home
last modified time | relevance | path

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

/external/fdlibm/
Dw_acosh.c22 double acosh(double x) /* wrapper acosh */ in acosh() function
/external/rust/crates/libm/src/math/
Dacosh.rs10 pub fn acosh(x: f64) -> f64 { in acosh() function
Dmod.rs75 mod acosh; module
/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_trigonometric.inl159 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/
Dcomplex_cmath.h202 __DEVICE__ std::complex<_Tp> acosh(const std::complex<_Tp> &__x) { in acosh() function
/external/tensorflow/tensorflow/core/kernels/mlir_generated/
Dgpu_unary_ops_test.cc71 std::acosh, test::OpsTestConfig()) in GENERATE_DEFAULT_TEST_WITH_SPECIFIC_INPUT_VALUES()
/external/rust/crates/num-traits/src/
Dreal.rs764 fn acosh(self) -> Self; in acosh() method
Dfloat.rs1772 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/
Dmath.h1062 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/
Dmath.h1066 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/
Dmath_h.pass.cpp66 Ambiguous acosh(Ambiguous){ return Ambiguous(); } in acosh() function
/external/llvm-project/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp67 Ambiguous acosh(Ambiguous){ return Ambiguous(); } in acosh() function
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp66 Ambiguous acosh(Ambiguous){ return Ambiguous(); } in acosh() function
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp68 Ambiguous acosh(Ambiguous){ return Ambiguous(); } in acosh() function
/external/llvm-project/clang/lib/Headers/
D__clang_cuda_math.h60 __DEVICE__ double acosh(double __a) { return __nv_acosh(__a); } in acosh() function
Dtgmath.h170 #define acosh(__x) __tg_acosh(__tg_promote1((__x))(__x)) macro
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DFastMath.java566 public static double acosh(final double a) { in acosh() method in FastMath
/external/clang/lib/Headers/
Dtgmath.h177 #define acosh(__x) __tg_acosh(__tg_promote1((__x))(__x)) macro
/external/swiftshader/src/Shader/
DShaderCore.cpp1686 void ShaderCore::acosh(Vector4f &dst, const Vector4f &src, bool pp) in acosh() function in sw::ShaderCore
/external/angle/src/compiler/translator/
DSymbolTable_ESSL_autogen.cpp1880 constexpr const ImmutableString acosh("acosh"); variable
DSymbolTable_autogen.cpp3034 constexpr const ImmutableString acosh("acosh"); variable