Searched refs:sinhf (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/libm/common/R/ |
H A D | sinhf.c | 29 #pragma weak __sinhf = sinhf 34 sinhf(float x) { function 42 /* sinhf(x) is x if x is +-Inf or NaN */ 45 if (ix >= 0x43000000) /* sinhf(x) trivially overflows */
|
/illumos-gate/usr/src/lib/libm/common/complex/ |
H A D | ccoshf.c | 94 F_IM(ans) = S * sinhf(x);
|
H A D | csinhf.c | 93 F_RE(ans) = C * sinhf(x);
|
/illumos-gate/usr/src/head/iso/ |
H A D | math_c99.h | 270 extern float sinhf __P((float)); 419 #pragma does_not_read_global_data(acoshf, asinhf, atanhf, coshf, sinhf, tanhf) 432 #pragma does_not_write_global_data(acoshf, asinhf, atanhf, coshf, sinhf, tanhf) 494 #pragma no_side_effect(cosf, sinf, tanf, coshf, sinhf, tanhf) 495 #pragma no_side_effect(acoshf, asinhf, atanhf, coshf, sinhf, tanhf)
|
/illumos-gate/usr/src/boot/include/ |
H A D | math.h | 351 float sinhf(float);
|
/illumos-gate/usr/src/lib/libm/ |
H A D | Makefile.com | 382 sinhf.o \ 645 ../common/R/sinhf.c \
|
Completed in 62 milliseconds