Searched refs:coshl (Results 1 – 8 of 8) sorted by relevance
96 # define coshl cosh macro118 # define coshl cosh macro168 # define coshl cosh macro
52 long double coshl(long double);
59 __attribute__((weak)) long double coshl(long double x) { return cosh((double)x); } in coshl() function
97 inline long double coshl(long double v) { return __coshl(v); } in coshl() function
76 long double coshl(long double x);781 inline _LIBCPP_INLINE_VISIBILITY long double cosh(long double __x) _NOEXCEPT {return coshl(__x);}1623 using ::coshl;
70 static_assert((std::is_same<decltype(coshl(0)), long double>::value), ""); in test_cosh()
2264 coshl;
158 static_assert((std::is_same<decltype(std::coshl(0)), long double>::value), ""); in test_cosh()