Searched refs:__coshf (Results 1 – 5 of 5) sorted by relevance
29 #pragma weak __coshf = coshf macro
117 extern float __coshf(float);171 inline float cosh(float __X) { return __coshf(__X); } in cosh()
438 __coshf(float x) { in __coshf() function
86 __coshf;
602 __coshf;