Searched refs:b_tmp (Results 1 - 4 of 4) sorted by relevance

/external/eigen/Eigen/src/Core/products/
H A DSelfadjointMatrixMatrix_MKL.h61 MatrixX##EIGPREFIX b_tmp; \
84 b_tmp = rhs.adjoint(); \
85 b = b_tmp.data(); \
86 ldb = b_tmp.outerStride(); \
112 MatrixX##EIGPREFIX b_tmp; \
144 b_tmp = rhs.conjugate(); \
148 b_tmp = rhs.adjoint(); \
151 b_tmp = rhs.transpose(); \
153 b = b_tmp.data(); \
154 ldb = b_tmp
[all...]
H A DGeneralMatrixMatrix_MKL.h70 MatrixX##EIGPREFIX a_tmp, b_tmp; \
101 b_tmp = rhs.conjugate(); \
102 b = b_tmp.data(); \
103 ldb = b_tmp.outerStride(); \
H A DTriangularMatrixMatrix_MKL.h151 MatrixX##EIGPREFIX b_tmp; \
153 if (ConjugateRhs) b_tmp = rhs.conjugate(); else b_tmp = rhs; \
154 b = b_tmp.data(); \
155 ldb = b_tmp.outerStride(); \
182 res_tmp=res_tmp+b_tmp; \
265 MatrixX##EIGPREFIX b_tmp; \
267 if (ConjugateLhs) b_tmp = lhs.conjugate(); else b_tmp = lhs; \
268 b = b_tmp
[all...]
/external/valgrind/VEX/priv/
H A Dguest_ppc_toIR.c17646 IRTemp b_tmp = newTemp(Ity_V128); local
17669 assign( b_tmp, binop(Iop_OrV128, mkexpr(b1),
17673 mkexpr(a_tmp), mkexpr(b_tmp)) );

Completed in 168 milliseconds