Searched refs:coshl (Results 1 – 5 of 5) sorted by relevance
96 # define coshl cosh macro118 # define coshl cosh macro168 # define coshl cosh macro
66 coshl, enumerator
171 TLI.setUnavailable(LibFunc::coshl); in initialize()
97 inline long double coshl(long double v) { return __coshl(v); } in coshl() function
336 __tg_cosh(long double __x) {return coshl(__x);} in __tg_cosh()