Home
last modified time | relevance | path

Searched defs:cosh (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Djobs.h40 struct cosh struct
42 struct cosh *next; argument
43 Coshell_t *coshell; argument
49 extern pid_t sh_copid(struct cosh*); argument
/illumos-gate/usr/src/lib/libm/common/C/
H A Dcosh.c66 cosh(double x) { in cosh() function
/illumos-gate/usr/src/head/iso/
H A Dmath_iso.h165 inline float cosh(float __X) { return __coshf(__X); } in cosh() function
198 inline long double cosh(long double __X) { return __coshl(__X); } in cosh() function
/illumos-gate/usr/src/head/
H A Dtgmath.h59 #define cosh(x) __tgmath_cosh(x) macro
/illumos-gate/usr/src/lib/libm1/common/
H A Dlibmv1.c42 #pragma weak cosh = __cosh macro