Searched defs:cosh (Results 1 – 5 of 5) sorted by relevance
40 struct cosh struct 42 struct cosh *next; argument 49 extern pid_t sh_copid(struct cosh*); argument 43 coshellcosh global() argument
66 cosh(double x) { cosh() function [all...]
171 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
59 #define cosh(x) __tgmath_cosh(x) macro
42 #pragma weak cosh = __cosh macro