Home
last modified time | relevance | path

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

/external/fdlibm/
Dw_acosh.c22 double acosh(double x) /* wrapper acosh */ 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/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp68 Ambiguous acosh(Ambiguous){ return Ambiguous(); } in acosh() function
/external/v8/src/base/
Dieee754.cc936 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.cpp1672 void ShaderCore::acosh(Vector4f &dst, const Vector4f &src, bool pp) in acosh() function in sw::ShaderCore
/external/angle/src/compiler/translator/
DSymbolTable_ESSL_autogen.cpp1072 constexpr const ImmutableString acosh("acosh"); variable
DSymbolTable_autogen.cpp2280 constexpr const ImmutableString acosh("acosh"); variable