Searched defs:sinh (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libm/common/C/ |
H A D | sinh.c | 29 #pragma weak __sinh = sinh 33 * sinh(x) 37 * 1. reduce x to non-negative by sinh(-x) = - sinh(x). 41 * 0 <= x <= lnovft : sinh(x) := -------------------------------- 43 * lnovft <= x < INF : sinh(x) := exp(x-1024*ln2)*2**1023 47 * sinh(x) is x if x is +INF, -INF, or NaN. 48 * only sinh(0)=0 is exact for finite argument. 61 sinh(double x) { function
|
/illumos-gate/usr/src/head/iso/ |
H A D | math_iso.h | 74 extern double sinh __P((double)); 94 #pragma does_not_read_global_data(cos, sin, tan, cosh, sinh, tanh) 99 #pragma does_not_write_global_data(cos, sin, tan, cosh, sinh, tanh) 104 #pragma no_side_effect(cos, sin, tan, cosh, sinh, tanh) 185 inline float sinh(float __X) { return __sinhf(__X); } function 217 inline long double sinh(long double __X) { return __sinhl(__X); } function
|
/illumos-gate/usr/src/head/ |
H A D | tgmath.h | 60 #undef sinh macro 61 #define sinh(x) __tgmath_sinh(x) macro
|
/illumos-gate/usr/src/lib/libm1/common/ |
H A D | libmv1.c | 73 #pragma weak sinh = __sinh macro
|
Completed in 70 milliseconds