| 548 | |
| 549 | /** \internal \returns the phase angle of \a a */ |
| 550 | template<typename Packet> EIGEN_DEVICE_FUNC inline Packet |
| 551 | parg(const Packet& a) { using numext::arg; return arg(a); } |
| 552 | |
| 553 | |
| 554 | /** \internal \returns \a a logically shifted by N bits to the right */ |