| /src/lib/libm/noieee_src/ |
| n_sinh.c | 33 static char sccsid[] = "@(#)sinh.c 8.1 (Berkeley) 6/4/93"; 37 /* SINH(X) 51 * 1. reduce x to non-negative by sinh(-x) = - sinh(x). 55 * 0 <= x <= lnovfl : sinh(x) := -------------------------------- 57 * lnovfl <= x <= lnovfl+ln2 : sinh(x) := expm1(x)/2 (avoid overflow) 62 * sinh(x) is x if x is +INF, -INF, or NaN. 63 * only sinh(0)=0 is exact for finite argument. 66 * sinh(x) returns the exact hyperbolic sine of x nearly rounded. In 82 __weak_alias(sinh, _sinh) 109 sinh(double x) function [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Headers/openmp_wrappers/ |
| complex_cmath.h | 262 // sinh 265 __DEVICE__ std::complex<_Tp> sinh(const std::complex<_Tp> &__x) { function in namespace:std 272 return std::complex<_Tp>(sinh(__x.real()) * cos(__x.imag()), 289 sinh(__x.real()) * sin(__x.imag())); 307 _Tp __2rsh(sinh(__2r)); 368 std::complex<_Tp> __z = sinh(complex<_Tp>(-__x.imag(), __x.real()));
|
| /src/external/apache2/llvm/dist/clang/lib/Headers/ |
| __clang_cuda_cmath.h | 173 __DEVICE__ float sinh(float __x) { return ::sinhf(__x); } function 295 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, sinh) 426 using ::sinh;
|
| tgmath.h | 346 // sinh 354 __tg_sinh(double __x) {return sinh(__x);} 372 #undef sinh macro 373 #define sinh(__x) __tg_sinh(__tg_promote1((__x))(__x)) macro
|
| __clang_cuda_math.h | 309 __DEVICE__ double sinh(double __a) { return __nv_sinh(__a); } function
|
| __clang_hip_math.h | 1037 double sinh(double __x) { return __ocml_sinh_f64(__x); } function
|
| /src/external/gpl3/gcc/dist/gcc/config/m68k/ |
| math-68881.h | 191 sinh (double x) function
|
| /src/external/gpl3/gcc.old/dist/gcc/config/m68k/ |
| math-68881.h | 191 sinh (double x) function
|
| /src/external/gpl3/gcc/dist/gcc/ginclude/ |
| tgmath.h | 71 #define sinh(z) __TGMATH_CPLX(z, sinh, csinh) macro
|
| /src/external/gpl3/gcc.old/dist/gcc/ginclude/ |
| tgmath.h | 71 #define sinh(z) __TGMATH_CPLX(z, sinh, csinh) macro
|
| /src/include/ |
| tgmath.h | 141 #define sinh(a) __TG_COMPLEX((a), sinh) macro
|
| /src/lib/libm/src/ |
| namespace.h | 95 #define sinh _sinh macro
|