Searched defs:cosh (Results 1 – 4 of 4) sorted by relevance
66 cosh(double x) { in cosh() function
171 inline float cosh(float __X) { return __coshf(__X); } in cosh() function198 inline long double cosh(long double __X) { return __coshl(__X); } in cosh() function
59 #define cosh(x) __tgmath_cosh(x) macro
42 #pragma weak cosh = __cosh macro