Home
last modified time | relevance | path

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

/external/fdlibm/
Dw_acosh.c22 double acosh(double x) /* wrapper acosh */ in acosh() function
/external/rust/crates/libm/src/math/
Dacosh.rs11 pub fn acosh(x: f64) -> f64 { in acosh() function
Dmod.rs91 mod acosh; module
/external/musl/src/math/
Dacosh.c9 double acosh(double x) in acosh() function
/external/arm-optimized-routines/pl/math/
Dacosh_3u.c43 acosh (double x) in acosh() function
Dv_acosh_3u5.c29 VPCS_ATTR v_f64_t V_NAME (acosh) (v_f64_t x) in V_NAME() argument
/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/eigen/Eigen/src/plugins/
DArrayCwiseUnaryOps.h387 acosh() const in acosh() function
/external/rust/crates/num-traits/src/
Dreal.rs764 fn acosh(self) -> Self; in acosh() method
Dfloat.rs1828 fn acosh(self) -> Self; in acosh() method
/external/cronet/buildtools/third_party/libc++/trunk/include/
Dmath.h982 inline _LIBCPP_HIDE_FROM_ABI float acosh(float __x) _NOEXCEPT {return __builtin_acoshf(… in acosh() function
985 _LIBCPP_HIDE_FROM_ABI double acosh(double __x) _NOEXCEPT { in acosh() function
989 inline _LIBCPP_HIDE_FROM_ABI long double acosh(long double __x) _NOEXCEPT {return __builtin_acoshl(… in acosh() function
994 acosh(_A1 __x) _NOEXCEPT {return __builtin_acosh((double)__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/musl/include/
Dtgmath.h210 #define acosh(x) __tg_real_complex(acosh, (x)) macro
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp66 Ambiguous acosh(Ambiguous){ return Ambiguous(); } in acosh() function
/external/cronet/buildtools/third_party/libc++/trunk/test/std/numerics/c.math/
Dcmath.pass.cpp67 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/rust/crates/half/src/
Dnum_traits.rs567 fn acosh(self) -> Self { in acosh() method
1305 fn acosh(self) -> Self { in acosh() method
/external/cronet/buildtools/third_party/libc++/trunk/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp67 Ambiguous acosh(Ambiguous){ return Ambiguous(); } in acosh() function
/external/ComputeLibrary/include/half/
Dhalf.hpp1533 static expr acosh(float arg) in acosh() function
2492 inline expr acosh(half arg) { return functions::acosh(arg); } in acosh() function
2493 inline expr acosh(expr arg) { return functions::acosh(arg); } in acosh() function
/external/armnn/third-party/half/
Dhalf.hpp1535 static expr acosh(float arg) in acosh() function
2494 inline expr acosh(half arg) { return functions::acosh(arg); } in acosh() function
2495 inline expr acosh(expr arg) { return functions::acosh(arg); } 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/angle/src/compiler/translator/
DSymbolTable_ESSL_autogen.cpp38 constexpr const ImmutableString acosh("acosh"); variable
DSymbolTable_autogen.cpp40 constexpr const ImmutableString acosh("acosh"); variable