Searched defs:tanh (Results 1 – 7 of 7) sorted by relevance
198 VECTORIZE_VEC(tanh) argument
102 static T tanh (T x) {return ::tanh (double(x));} in tanh() function
391 inline double tanh (double x) { return std::tanh(x); } in tanh() function480 Jet<T, N> tanh(const Jet<T, N>& f) { in tanh() function
892 public Complex tanh() { in tanh() method in Complex
57 Ambiguous tanh(Ambiguous){ return Ambiguous(); } in tanh() function
448 public static double tanh(double x) { in tanh() method in FastMath
409 #define tanh(__x) __tg_tanh(__tg_promote1((__x))(__x)) macro