Searched defs:coshl (Results 1 – 3 of 3) sorted by relevance
96 # define coshl cosh macro118 # define coshl cosh macro168 # define coshl cosh macro
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