| 667 | |
| 668 | /** \internal \returns the phase angle of \a a */ |
| 669 | template<typename Packet> EIGEN_DEVICE_FUNC inline Packet |
| 670 | parg(const Packet& a) { using numext::arg; return arg(a); } |
| 671 | |
| 672 | |
| 673 | /** \internal \returns \a a arithmetically shifted by N bits to the right */ |