Searched defs:acos (Results 1 – 12 of 12) sorted by relevance
103 acos() const in acos() function
128 VECTORIZE_VEC(acos) argument
93 static T acos (T x) {return ::acos (double(x));} in acos() function
112 UnaryCRFunction acos = UnaryCRFunction.acosFunction; in testCR() local
384 inline double acos (double x) { return std::acos(x); } in acos() function433 Jet<T, N> acos(const Jet<T, N>& f) { in acos() function
465 public Complex acos() { in acos() method in Complex
26 RUNTIME_UNARY_MATH(Acos, acos) in RUNTIME_UNARY_MATH() argument
950 public static Dfp acos(Dfp a) { in acos() method in DfpMath
36 Ambiguous acos(Ambiguous){ return Ambiguous(); } in acos() function
923 public CR acos() { in acos() method in CR
3139 public static double acos(double x) { in acos() method in FastMath
90 #define acos(__x) __tg_acos(__tg_promote1((__x))(__x)) macro