Searched defs:sinhl (Results 1 – 3 of 3) sorted by relevance
95 # define sinhl sinh macro114 # define sinhl sinh macro167 # define sinhl sinh macro
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