/netbsd-src/lib/libm/src/ |
H A D | w_sinh.c | 27 __weak_alias(sinh, _sinh) in __weak_alias() argument
|
H A D | namespace.h | 95 #define sinh _sinh macro
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/ |
H A D | tgmath.d | 156 alias core.stdc.math.sinh sinh; in version() local 158 alias core.stdc.math.sinhf sinh; in version() local 160 alias core.stdc.math.sinhl sinh; in version() local 163 deprecated alias core.stdc.complex.csinh sinh; in version() local 164 deprecated alias core.stdc.complex.csinhf sinh; in version() local 165 deprecated alias core.stdc.complex.csinhl sinh; in version() local 656 alias core.stdc.math.sinh sinh; in version() local 658 alias core.stdc.math.sinhf sinh; in version() local 660 alias core.stdc.math.sinhl sinh; in version() local 663 deprecated alias core.stdc.complex.csinh sinh; in version() local [all …]
|
/netbsd-src/lib/libm/noieee_src/ |
H A D | n_sinh.c | 109 sinh(double x) in sinh() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/math/ |
H A D | trigonometry.d | 1160 real sinh(real x) @safe pure nothrow @nogc { return _sinh(x); } in sinh() function 1163 double sinh(double x) @safe pure nothrow @nogc { return _sinh(x); } in sinh() function 1166 float sinh(float x) @safe pure nothrow @nogc { return _sinh(x); } in sinh() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/openmp_wrappers/ |
H A D | complex_cmath.h | 265 __DEVICE__ std::complex<_Tp> sinh(const std::complex<_Tp> &__x) { in sinh() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m68k/ |
H A D | math-68881.h | 191 sinh (double x) in sinh() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m68k/ |
H A D | math-68881.h | 191 sinh (double x) in sinh() function
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | math.h | 1036 inline _LIBCPP_INLINE_VISIBILITY float sinh(float __lcpp_x) _NOEXCEPT {return ::sinhf(_… in sinh() function 1037 inline _LIBCPP_INLINE_VISIBILITY long double sinh(long double __lcpp_x) _NOEXCEPT {return ::sinhl(_… in sinh() function 1043 sinh(_A1 __lcpp_x) _NOEXCEPT {return ::sinh((double)__lcpp_x);} in sinh() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | __clang_cuda_cmath.h | 173 __DEVICE__ float sinh(float __x) { return ::sinhf(__x); } in sinh() function
|
H A D | __clang_cuda_math.h | 309 __DEVICE__ double sinh(double __a) { return __nv_sinh(__a); } in sinh() function
|
H A D | tgmath.h | 373 #define sinh(__x) __tg_sinh(__tg_promote1((__x))(__x)) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ginclude/ |
H A D | tgmath.h | 71 #define sinh(z) __TGMATH_CPLX(z, sinh, csinh) macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/ |
H A D | tgmath.h | 71 #define sinh(z) __TGMATH_CPLX(z, sinh, csinh) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | math.d | 1421 real sinh(real x) @safe pure nothrow @nogc in sinh() function 1437 double sinh(double x) @safe pure nothrow @nogc { return sinh(cast(real) x); } in sinh() function 1440 float sinh(float x) @safe pure nothrow @nogc { return sinh(cast(real) x); } in sinh() function
|
/netbsd-src/include/ |
H A D | tgmath.h | 141 #define sinh(a) __TG_COMPLEX((a), sinh) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | cfns.gperf | 163 sinh, 89 keyword
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | cfns.gperf | 163 sinh, 89 keyword
|