Searched refs:predux_max (Results 1 – 6 of 6) sorted by relevance
580 template<> EIGEN_STRONG_INLINE float predux_max<Packet4f>(const Packet4f& a)585 template<> EIGEN_STRONG_INLINE double predux_max<Packet2d>(const Packet2d& a)589 template<> EIGEN_STRONG_INLINE int predux_max<Packet4i>(const Packet4i& a)
461 template<> EIGEN_STRONG_INLINE float predux_max<Packet4f>(const Packet4f& a)469 template<> EIGEN_STRONG_INLINE int predux_max<Packet4i>(const Packet4i& a)
368 template<> EIGEN_STRONG_INLINE float predux_max<Packet4f>(const Packet4f& a)380 template<> EIGEN_STRONG_INLINE int predux_max<Packet4i>(const Packet4i& a)
212 template<typename Packet> inline typename unpacket_traits<Packet>::type predux_max(const Packet& a) in predux_max() function
135 { return internal::predux_max(a); }
298 …VERIFY(internal::isApprox(ref[0], internal::predux_max(internal::pload<Packet>(data1))) && "intern… in packetmath_notcomplex()