Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libm/common/C/
H A Dcosh.c66 cosh(double x) { in cosh() function
/titanic_41/usr/src/head/iso/
H A Dmath_iso.h171 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
/titanic_41/usr/src/head/
H A Dtgmath.h59 #define cosh(x) __tgmath_cosh(x) macro
/titanic_41/usr/src/lib/libm1/common/
H A Dlibmv1.c42 #pragma weak cosh = __cosh macro