GeneralBlockPanelKernel.h | 311 #define CJMADD(CJ,A,B,C,T) C = CJ.pmadd(A,B,C); 316 template<typename CJ, typename A, typename B, typename C, typename T> struct gebp_madd_selector { 317 EIGEN_ALWAYS_INLINE static void run(const CJ& cj, A& a, B& b, C& c, T& /*t*/) 319 c = cj.pmadd(a,b,c); 323 template<typename CJ, typename T> struct gebp_madd_selector<CJ,T,T,T,T> { 324 EIGEN_ALWAYS_INLINE static void run(const CJ& cj, T& a, T& b, T& c, T& t 437 conj_helper<LhsPacketType,RhsPacketType,ConjLhs,ConjRhs> cj; local 563 conj_helper<ResPacket,ResPacket,ConjLhs,false> cj; member in class:Eigen::internal::gebp_traits 743 conj_helper<LhsScalar,RhsScalar,ConjLhs,ConjRhs> cj; member in class:Eigen::internal::gebp_traits 848 conj_helper<ResPacket,ResPacket,false,ConjRhs> cj; member in class:Eigen::internal::gebp_traits 902 conj_helper<LhsScalar,RhsScalar,ConjugateLhs,ConjugateRhs> cj; local 1707 conj_if<NumTraits<Scalar>::IsComplex && Conjugate> cj; local 1814 conj_if<NumTraits<Scalar>::IsComplex && Conjugate> cj; local 1907 conj_if<NumTraits<Scalar>::IsComplex && Conjugate> cj; local 2031 conj_if<NumTraits<Scalar>::IsComplex && Conjugate> cj; local [all...] |