Searched refs:cosh (Results 1 – 25 of 127) sorted by relevance
123456
85 double cosh(double x) in cosh() function95 strong_alias(__ieee754_cosh, cosh)97 libm_hidden_def(cosh)
43 using std::cosh;
59 #undef cosh195 using ::cosh;198 cosh(float __x)202 cosh(long double __x)208 cosh(_Tp __x)
93 return (float) cosh(x); in coshf()
93 return cosh((double) x); in coshl()
Completed in 28 milliseconds