Searched defs:acos (Results 1 – 6 of 6) sorted by relevance
103 acos() const in acos() function
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
901 inline valarray<_Tp> acos(const valarray<_Tp>& __x) { in acos() function
104 acos, enumerator
90 #define acos(__x) __tg_acos(__tg_promote1((__x))(__x)) macro
7761 RUNTIME_UNARY_MATH(Acos, acos) in RUNTIME_UNARY_MATH() argument