Home
last modified time | relevance | path

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

/netbsd/lib/libm/src/
H A Dw_acosh.c26 acosh(double x) /* wrapper acosh */ in acosh() function
/netbsd/lib/libm/noieee_src/
H A Dn_acosh.c89 acosh(double x) in acosh() function
/netbsd/lib/lua/libm/
H A Dlibm.c108 DFUNC_DBL(acosh) in DFUNC_DBL() argument
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/math/
H A Dtrigonometry.d1280 real acosh(real x) @safe pure nothrow @nogc { return _acosh(x); } in acosh() function
1283 double acosh(double x) @safe pure nothrow @nogc { return _acosh(x); } in acosh() function
1286 float acosh(float x) @safe pure nothrow @nogc { return _acosh(x); } in acosh() function
/netbsd/external/apache2/llvm/dist/clang/lib/Headers/openmp_wrappers/
H A Dcomplex_cmath.h202 __DEVICE__ std::complex<_Tp> acosh(const std::complex<_Tp> &__x) { in acosh() function
/netbsd/external/apache2/llvm/dist/libcxx/include/
H A Dmath.h1083 inline _LIBCPP_INLINE_VISIBILITY float acosh(float __lcpp_x) _NOEXCEPT {return ::acoshf… in acosh() function
1084 inline _LIBCPP_INLINE_VISIBILITY long double acosh(long double __lcpp_x) _NOEXCEPT {return ::acoshl… in acosh() function
1089 acosh(_A1 __lcpp_x) _NOEXCEPT {return ::acosh((double)__lcpp_x);} in acosh() function
/netbsd/external/gpl3/gcc.old/dist/gcc/ginclude/
H A Dtgmath.h64 #define acosh(z) __TGMATH_CPLX(z, acosh, cacosh) macro
/netbsd/external/gpl3/gcc/dist/gcc/ginclude/
H A Dtgmath.h64 #define acosh(z) __TGMATH_CPLX(z, acosh, cacosh) macro
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/
H A Dmath.d1526 real acosh(real x) @safe pure nothrow @nogc in acosh() function
1535 double acosh(double x) @safe pure nothrow @nogc { return acosh(cast(real) x); } in acosh() function
1538 float acosh(float x) @safe pure nothrow @nogc { return acosh(cast(real) x); } in acosh() function
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dmath.d1526 real acosh(real x) @safe pure nothrow @nogc in acosh() function
1535 double acosh(double x) @safe pure nothrow @nogc { return acosh(cast(real) x); } in acosh() function
1538 float acosh(float x) @safe pure nothrow @nogc { return acosh(cast(real) x); } in acosh() function
/netbsd/include/
H A Dtgmath.h134 #define acosh(a) __TG_COMPLEX((a), acosh) macro
/netbsd/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_cuda_math.h60 __DEVICE__ double acosh(double __a) { return __nv_acosh(__a); } in acosh() function
H A Dtgmath.h170 #define acosh(__x) __tg_acosh(__tg_promote1((__x))(__x)) macro