Searched defs:tanh (Results 1 – 8 of 8) sorted by relevance
198 VECTORIZE_VEC(tanh) argument
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
144 __DEVICE__ float tanh(float __x) { return ::tanhf(__x); } in tanh() function
409 #define tanh(__x) __tg_tanh(__tg_promote1((__x))(__x)) macro
57 Ambiguous tanh(Ambiguous){ return Ambiguous(); } in tanh() function
448 public static double tanh(double x) { in tanh() method in FastMath