Home | History | Annotate | Download | only in include

Lines Matching full:atan2

313 template<class T> valarray<T> atan2(const valarray<T>& x, const valarray<T>& y);
314 template<class T> valarray<T> atan2(const valarray<T>& x, const T& y);
315 template<class T> valarray<T> atan2(const T& x, const valarray<T>& y);
554 {return atan2(__x, __y);}
4621 atan2(const _Expr1& __x, const _Expr2& __y)
4636 atan2(const _Expr& __x, const typename _Expr::value_type& __y)
4652 atan2(const typename _Expr::value_type& __x, const _Expr& __y)