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

/illumos-gate/usr/src/lib/libm/common/R/
H A Dcoshf.c29 #pragma weak __coshf = coshf
34 coshf(float x) { function
41 /* coshf(x) is |x| if x is +-Inf or NaN */
44 if (ix >= 0x43000000) /* coshf(x) trivially overflows */
/illumos-gate/usr/src/lib/libm/common/complex/
H A Dccoshf.c93 F_RE(ans) = C * coshf(x);
H A Dcsinhf.c94 F_IM(ans) = S * coshf(x);
/illumos-gate/usr/src/head/iso/
H A Dmath_c99.h269 extern float coshf __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.h350 float coshf(float);
/illumos-gate/usr/src/lib/libm/
H A DMakefile.com353 coshf.o \
630 ../common/R/coshf.c \

Completed in 74 milliseconds