Searched defs:cosh (Results 1 – 10 of 10) sorted by relevance
72 static Scalar cosh(Scalar x, int n) in cosh() function
184 VECTORIZE_VEC(cosh) argument
100 static T cosh (T x) {return ::cosh (double(x));} in cosh() function
407 public static double cosh(double x) { in cosh() method in MathUtils
284 public static double cosh(double x) { in cosh() method in FastMath
390 inline double cosh (double x) { return std::cosh(x); } in cosh() function474 Jet<T, N> cosh(const Jet<T, N>& f) { in cosh() function
580 public Complex cosh() { in cosh() method in Complex
42 Ambiguous cosh(Ambiguous){ return Ambiguous(); } in cosh() function
351 #define cosh(__x) __tg_cosh(__tg_promote1((__x))(__x)) macro
1452 SkScalar cosh = SkPoint::DotProduct(before, after); in arcTo() local