/netbsd-src/lib/libm/src/ |
H A D | w_cosh.c | 27 __weak_alias(cosh, _cosh) in __weak_alias() argument
|
H A D | namespace.h | 29 #define cosh _cosh macro
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/ |
H A D | tgmath.d | 144 alias core.stdc.math.cosh cosh; in version() local 146 alias core.stdc.math.coshf cosh; in version() local 148 alias core.stdc.math.coshl cosh; in version() local 151 deprecated alias core.stdc.complex.ccosh cosh; in version() local 152 deprecated alias core.stdc.complex.ccoshf cosh; in version() local 153 deprecated alias core.stdc.complex.ccoshl cosh; in version() local 644 alias core.stdc.math.cosh cosh; in version() local 646 alias core.stdc.math.coshf cosh; in version() local 648 alias core.stdc.math.coshl cosh; in version() local 651 deprecated alias core.stdc.complex.ccosh cosh; in version() local [all …]
|
/netbsd-src/lib/libm/noieee_src/ |
H A D | n_cosh.c | 115 cosh(double x) in cosh() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/math/ |
H A D | trigonometry.d | 1117 real cosh(real x) @safe pure nothrow @nogc in cosh() function 1128 double cosh(double x) @safe pure nothrow @nogc { return cosh(cast(real) x); } in cosh() function 1131 float cosh(float x) @safe pure nothrow @nogc { return cosh(cast(real) x); } in cosh() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/openmp_wrappers/ |
H A D | complex_cmath.h | 279 __DEVICE__ std::complex<_Tp> cosh(const std::complex<_Tp> &__x) { in cosh() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m68k/ |
H A D | math-68881.h | 202 cosh (double x) in cosh() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m68k/ |
H A D | math-68881.h | 202 cosh (double x) in cosh() function
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | math.h | 875 inline _LIBCPP_INLINE_VISIBILITY float cosh(float __lcpp_x) _NOEXCEPT {return ::coshf(_… in cosh() function 876 inline _LIBCPP_INLINE_VISIBILITY long double cosh(long double __lcpp_x) _NOEXCEPT {return ::coshl(_… in cosh() function 882 cosh(_A1 __lcpp_x) _NOEXCEPT {return ::cosh((double)__lcpp_x);} in cosh() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | __clang_cuda_cmath.h | 51 __DEVICE__ float cosh(float __x) { return ::coshf(__x); } in cosh() function
|
H A D | __clang_cuda_math.h | 86 __DEVICE__ double cosh(double __a) { return __nv_cosh(__a); } in cosh() function
|
H A D | tgmath.h | 344 #define cosh(__x) __tg_cosh(__tg_promote1((__x))(__x)) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ginclude/ |
H A D | tgmath.h | 70 #define cosh(z) __TGMATH_CPLX(z, cosh, ccosh) macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/ |
H A D | tgmath.h | 70 #define cosh(z) __TGMATH_CPLX(z, cosh, ccosh) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | math.d | 1393 real cosh(real x) @safe pure nothrow @nogc in cosh() function 1402 double cosh(double x) @safe pure nothrow @nogc { return cosh(cast(real) x); } in cosh() function 1405 float cosh(float x) @safe pure nothrow @nogc { return cosh(cast(real) x); } in cosh() function
|
/netbsd-src/include/ |
H A D | tgmath.h | 140 #define cosh(a) __TG_COMPLEX((a), cosh) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | cfns.gperf | 53 cosh, 89 keyword
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | cfns.gperf | 53 cosh, 89 keyword
|