Searched refs:predux (Results 1 – 14 of 14) sorted by relevance
476 tmp0 += predux(ptmp0);477 tmp1 += predux(ptmp1);478 tmp2 += predux(ptmp2);479 tmp3 += predux(ptmp3);521 tmp0 += predux(ptmp0);
137 res[j] += alpha * (t2 + predux(ptmp2)); in run()138 res[j+1] += alpha * (t3 + predux(ptmp3)); in run()
309 res = predux(pres);
230 res = func.predux(packet_res0);274 res = func.predux(packet_res);302 … Scalar res = func.predux(redux_vec_unroller<Func, Derived, 0, Size / PacketSize>::run(mat,func));
31 EIGEN_STRONG_INLINE const Scalar predux(const Packet& a) const in predux() function32 { return internal::predux(a); } in predux()59 EIGEN_STRONG_INLINE const result_type predux(const Packet& a) const111 EIGEN_STRONG_INLINE const Scalar predux(const Packet& a) const134 EIGEN_STRONG_INLINE const Scalar predux(const Packet& a) const
196 template<typename Packet> inline typename unpacket_traits<Packet>::type predux(const Packet& a) in predux() function
168 Scalar abig = internal::predux(pabig); in pblueNorm()169 Scalar asml = internal::predux(pasml); in pblueNorm()170 Scalar amed = internal::predux(pamed); in pblueNorm()
390 template<> EIGEN_STRONG_INLINE float predux<Packet4f>(const Packet4f& a)396 template<> EIGEN_STRONG_INLINE double predux<Packet2d>(const Packet2d& a) { return pfirst(_mm_hadd_…406 template<> EIGEN_STRONG_INLINE float predux<Packet4f>(const Packet4f& a)411 template<> EIGEN_STRONG_INLINE double predux<Packet2d>(const Packet2d& a)436 template<> EIGEN_STRONG_INLINE int predux<Packet4i>(const Packet4i& a)
123 template<> EIGEN_STRONG_INLINE std::complex<float> predux<Packet2cf>(const Packet2cf& a)322 template<> EIGEN_STRONG_INLINE std::complex<double> predux<Packet1cd>(const Packet1cd& a)
350 template<> EIGEN_STRONG_INLINE float predux<Packet4f>(const Packet4f& a)388 template<> EIGEN_STRONG_INLINE int predux<Packet4i>(const Packet4i& a)
125 template<> EIGEN_STRONG_INLINE std::complex<float> predux<Packet2cf>(const Packet2cf& a)
237 template<> EIGEN_STRONG_INLINE float predux<Packet4f>(const Packet4f& a)271 template<> EIGEN_STRONG_INLINE int predux<Packet4i>(const Packet4i& a)
142 template<> EIGEN_STRONG_INLINE std::complex<float> predux<Packet2cf>(const Packet2cf& a)
185 …VERIFY(isApproxAbs(ref[0], internal::predux(internal::pload<Packet>(data1)), refvalue) && "interna… in packetmath()