Searched refs:coshf (Results 1 – 6 of 6) sorted by relevance
117 # define coshf cosh macro
706 #define __ieee754_coshf coshf
87 inline float coshf(float v) { return __coshf(v); } in coshf() function
75 float coshf(float x);777 using ::coshf;780 inline _LIBCPP_INLINE_VISIBILITY float cosh(float __x) _NOEXCEPT {return coshf(__x);}
69 static_assert((std::is_same<decltype(coshf(0)), float>::value), ""); in test_cosh()
157 static_assert((std::is_same<decltype(std::coshf(0)), float>::value), ""); in test_cosh()