Home
last modified time | relevance | path

Searched refs:ccosh (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/complex/
H A Dccosh.c30 #pragma weak __ccosh = ccosh
82 ccosh(dcomplex z) { in ccosh() function
H A Dccos.c54 return (ccosh(z)); in ccos()
/illumos-gate/usr/src/head/
H A Dcomplex.h86 extern double complex ccosh(double complex);
/illumos-gate/usr/src/man/man3m/
H A DMakefile36 ccosh.3m \
363 ccoshf.3m := LINKSRC = ccosh.3m
364 ccoshl.3m := LINKSRC = ccosh.3m
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library-math.man3m.inc65 file path=usr/share/man/man3m/ccosh.3m
66 link path=usr/share/man/man3m/ccoshf.3m target=ccosh.3m
67 link path=usr/share/man/man3m/ccoshl.3m target=ccosh.3m
/illumos-gate/usr/src/lib/libm/
H A DMakefile.com449 ccosh.o \
742 ../common/complex/ccosh.c \
/illumos-gate/usr/src/lib/libm/common/
H A Dmapfile-vers376 ccosh;