Home
last modified time | relevance | path

Searched defs:tanh (Results 1 – 4 of 4) sorted by relevance

/titanic_51/usr/src/lib/libm/common/C/
H A Dtanh.c70 tanh(doubl function
[all...]
/titanic_51/usr/src/head/iso/
H A Dmath_iso.h188 inline float tanh(float __X) { return __tanhf(__X); } in tanh() function
220 inline long double tanh(long double __X) { return __tanhl(__X); } in tanh() function
/titanic_51/usr/src/head/
H A Dtgmath.h63 #define tanh(x) __tgmath_tanh(x) macro
/titanic_51/usr/src/lib/libm1/common/
H A Dlibmv1.c76 #pragma weak tanh = __tanh macro