Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libm/common/R/
H A Dsinhf.c29 #pragma weak __sinhf = sinhf
34 sinhf(float x) { in sinhf() function
/titanic_50/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)
/titanic_50/usr/src/lib/libm/common/complex/
H A Dccoshf.c94 F_IM(ans) = S * sinhf(x); in ccoshf()
H A Dcsinhf.c93 F_RE(ans) = C * sinhf(x); in csinhf()
/titanic_50/usr/src/lib/libm/common/
H A Dmapfile-vers566 sinhf;
/titanic_50/usr/src/lib/libm/
H A DMakefile.com382 sinhf.o \
645 ../common/R/sinhf.c \