Searched defs:asinh (Results 1 – 5 of 5) sorted by relevance
37 double asinh(double x) in asinh() function
212 VECTORIZE_VEC(asinh) argument
69 Ambiguous asinh(Ambiguous){ return Ambiguous(); } in asinh() function
574 public static double asinh(double a) { in asinh() method in FastMath
206 #define asinh(__x) __tg_asinh(__tg_promote1((__x))(__x)) macro