Home | History | Annotate | Download | only in products

Lines Matching defs:A0

74     register const Scalar* EIGEN_RESTRICT A0 = lhs + j*lhsStride;
93 res[j] += cjd.pmul(internal::real(A0[j]), t0);
102 res[j+1] += cj0.pmul(A0[j+1],t0);
103 t2 += cj1.pmul(A0[j+1], rhs[j+1]);
108 res[i] += t0 * A0[i] + t1 * A1[i];
109 t2 += conj(A0[i]) * rhs[i];
114 const Scalar* EIGEN_RESTRICT a0It = A0 + alignedStart;
132 res[i] += cj0.pmul(A0[i], t0) + cj0.pmul(A1[i],t1);
133 t2 += cj1.pmul(A0[i], rhs[i]);
142 register const Scalar* EIGEN_RESTRICT A0 = lhs + j*lhsStride;
147 res[j] += cjd.pmul(internal::real(A0[j]), t1);
150 res[i] += cj0.pmul(A0[i], t1);
151 t2 += cj1.pmul(A0[i], rhs[i]);