HomeSort by relevance Sort by last modified time
    Searched refs:a_tmp (Results 1 - 5 of 5) sorted by null

  /external/eigen/Eigen/src/Core/products/
TriangularSolverMatrix_MKL.h 73 MatrixTri a_tmp; \
76 a_tmp = tri.conjugate(); \
77 a = a_tmp.data(); \
78 lda = a_tmp.outerStride(); \
128 MatrixTri a_tmp; \
131 a_tmp = tri.conjugate(); \
132 a = a_tmp.data(); \
133 lda = a_tmp.outerStride(); \
GeneralMatrixMatrix_MKL.h 70 MatrixX##EIGPREFIX a_tmp, b_tmp; \
94 a_tmp = lhs.conjugate(); \
95 a = a_tmp.data(); \
96 lda = a_tmp.outerStride(); \
TriangularMatrixMatrix_MKL.h 162 MatrixLhs a_tmp; \
165 if (conjA) a_tmp = lhs.conjugate(); else a_tmp = lhs; \
167 a_tmp.diagonal().setZero(); \
169 a_tmp.diagonal().setOnes();\
170 a = a_tmp.data(); \
171 lda = a_tmp.outerStride(); \
276 MatrixRhs a_tmp; \
279 if (conjA) a_tmp = rhs.conjugate(); else a_tmp = rhs;
    [all...]
SelfadjointMatrixMatrix_MKL.h 113 Matrix<EIGTYPE, Dynamic, Dynamic, LhsStorageOrder> a_tmp; \
133 a_tmp = lhs.conjugate(); \
134 a = a_tmp.data(); \
135 lda = a_tmp.outerStride(); \
239 Matrix<EIGTYPE, Dynamic, Dynamic, RhsStorageOrder> a_tmp; \
258 a_tmp = rhs.conjugate(); \
259 a = a_tmp.data(); \
260 lda = a_tmp.outerStride(); \
  /external/valgrind/main/VEX/priv/
guest_ppc_toIR.c 15792 IRTemp a_tmp = newTemp(Ity_V128); local
    [all...]

Completed in 3696 milliseconds