/netbsd-src/lib/libm/src/ |
H A D | w_acosh.c | 26 acosh(double x) /* wrapper acosh */ in acosh() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/ |
H A D | tgmath.d | 108 alias core.stdc.math.acosh acosh; in version() local 110 alias core.stdc.math.acoshf acosh; in version() local 112 alias core.stdc.math.acoshl acosh; in version() local 115 deprecated alias core.stdc.complex.cacosh acosh; in version() local 116 deprecated alias core.stdc.complex.cacoshf acosh; in version() local 117 deprecated alias core.stdc.complex.cacoshl acosh; in version() local 608 alias core.stdc.math.acosh acosh; in version() local 610 alias core.stdc.math.acoshf acosh; in version() local 612 alias core.stdc.math.acoshl acosh; in version() local 615 deprecated alias core.stdc.complex.cacosh acosh; in version() local [all …]
|
/netbsd-src/lib/libm/noieee_src/ |
H A D | n_acosh.c | 89 acosh(double x) in acosh() function
|
/netbsd-src/lib/lua/libm/ |
H A D | libm.c | 108 DFUNC_DBL(acosh) in DFUNC_DBL() argument
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/math/ |
H A D | trigonometry.d | 1280 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-src/external/apache2/llvm/dist/clang/lib/Headers/openmp_wrappers/ |
H A D | complex_cmath.h | 202 __DEVICE__ std::complex<_Tp> acosh(const std::complex<_Tp> &__x) { in acosh() function
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | math.h | 1083 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-src/external/gpl3/gcc.old/dist/gcc/ginclude/ |
H A D | tgmath.h | 64 #define acosh(z) __TGMATH_CPLX(z, acosh, cacosh) macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/ |
H A D | tgmath.h | 64 #define acosh(z) __TGMATH_CPLX(z, acosh, cacosh) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | math.d | 1526 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-src/include/ |
H A D | tgmath.h | 134 #define acosh(a) __TG_COMPLEX((a), acosh) macro
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | __clang_cuda_math.h | 60 __DEVICE__ double acosh(double __a) { return __nv_acosh(__a); } in acosh() function
|
H A D | tgmath.h | 170 #define acosh(__x) __tg_acosh(__tg_promote1((__x))(__x)) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | cfns.gperf | 342 acosh, 99 keyword
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | cfns.gperf | 342 acosh, 99 keyword
|