Home
last modified time | relevance | path

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

/external/fdlibm/
Dw_acosh.c22 double acosh(double x) /* wrapper acosh */ in acosh() function
/external/vulkan-validation-layers/libs/glm/detail/
Dfunc_trigonometric.inl228 VECTORIZE_VEC(acosh) argument
/external/libcxx/include/
Dmath.h969 inline _LIBCPP_INLINE_VISIBILITY float acosh(float __lcpp_x) _NOEXCEPT {return ::acoshf… in acosh() function
970 inline _LIBCPP_INLINE_VISIBILITY long double acosh(long double __lcpp_x) _NOEXCEPT {return ::acoshl… in acosh() function
975 acosh(_A1 __lcpp_x) _NOEXCEPT {return ::acosh((double)__lcpp_x);} in acosh() function
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp65 Ambiguous acosh(Ambiguous){ return Ambiguous(); } in acosh() function
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp66 Ambiguous acosh(Ambiguous){ return Ambiguous(); } in acosh() function
/external/v8/src/base/
Dieee754.cc991 double acosh(double x) { in acosh() function
/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.cpp1494 void ShaderCore::acosh(Vector4f &dst, const Vector4f &src, bool pp) in acosh() function in sw::ShaderCore