Searched refs:tanh (Results 1 – 25 of 116) sorted by relevance
12345
41 double tanh(double x) in tanh() function73 libm_hidden_def(tanh)
131 __inline_mathop(__tanh, tanh)154 __inline_mathop(tanh, tanh)
45 using std::tanh;
74 #undef tanh436 using ::tanh;439 tanh(float __x)443 tanh(long double __x)449 tanh(_Tp __x)
221 return (float) tanh(x); in tanhf()
221 return tanh((double) x); in tanhl()
Completed in 36 milliseconds