Searched defs:tanh (Results 1 - 2 of 2) sorted by relevance

/external/stlport/src/
H A Dcomplex_trig.cpp168 // tanh
181 _STLP_DECLSPEC complex<float> _STLP_CALL tanh(const complex<float>& z) function
184 _STLP_DECLSPEC complex<double> _STLP_CALL tanh(const complex<double>& z) function
188 _STLP_DECLSPEC complex<long double> _STLP_CALL tanh(const complex<long double>& z) function
/external/clang/lib/Headers/
H A Dtgmath.h382 // tanh
390 __tg_tanh(double __x) {return tanh(__x);}
408 #undef tanh macro
409 #define tanh(__x) __tg_tanh(__tg_promote1((__x))(__x)) macro

Completed in 48 milliseconds