Searched refs:coshl (Results 1 – 6 of 6) sorted by relevance
96 # define coshl cosh macro118 # define coshl cosh macro168 # define coshl cosh macro
32 long double coshl(long double);
97 inline long double coshl(long double v) { return __coshl(v); } in coshl() function
76 long double coshl(long double x);779 inline _LIBCPP_INLINE_VISIBILITY long double cosh(long double __x) _NOEXCEPT {return coshl(__x);}1621 using ::coshl;
70 static_assert((std::is_same<decltype(coshl(0)), long double>::value), ""); in test_cosh()
152 static_assert((std::is_same<decltype(std::coshl(0)), long double>::value), ""); in test_cosh()