Searched refs:sinhf (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/R/
H A Dsinhf.c29 #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 Dccoshf.c94 F_IM(ans) = S * sinhf(x);
H A Dcsinhf.c93 F_RE(ans) = C * sinhf(x);
/illumos-gate/usr/src/head/iso/
H A Dmath_c99.h270 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 Dmath.h351 float sinhf(float);
/illumos-gate/usr/src/lib/libm/
H A DMakefile.com382 sinhf.o \
645 ../common/R/sinhf.c \

Completed in 61 milliseconds