Searched refs:sinhl (Results 1 – 8 of 8) sorted by relevance
95 # define sinhl sinh macro114 # define sinhl sinh macro167 # define sinhl sinh macro
57 long double sinhl(long double);
64 __attribute__((weak)) long double sinhl(long double x) { return sinh((double)x); } in sinhl() function
98 inline long double sinhl(long double v) { return __sinhl(v); } in sinhl() function
124 long double sinhl(long double x);991 inline _LIBCPP_INLINE_VISIBILITY long double sinh(long double __x) _NOEXCEPT {return sinhl(__x);}1635 using ::sinhl;
169 static_assert((std::is_same<decltype(sinhl(0)), long double>::value), ""); in test_sinh()
2276 sinhl;
384 static_assert((std::is_same<decltype(std::sinhl(0)), long double>::value), ""); in test_sinh()