Searched refs:sinh (Results 1 – 25 of 128) sorted by relevance
123456
78 double sinh(double x) in sinh() function88 strong_alias(__ieee754_sinh, sinh)90 libm_hidden_def(sinh)
44 using std::sinh;
71 #undef sinh388 using ::sinh;391 sinh(float __x)395 sinh(long double __x)401 sinh(_Tp __x)
205 return (float) sinh(x); in sinhf()
205 return sinh((double) x); in sinhl()
Completed in 24 milliseconds