OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:b_tmp
(Results
1 - 4
of
4
) sorted by null
/external/eigen/Eigen/src/Core/products/
SelfadjointMatrixMatrix_MKL.h
61
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
.outerStride();
[
all
...]
GeneralMatrixMatrix_MKL.h
70
MatrixX##EIGPREFIX a_tmp,
b_tmp
; \
101
b_tmp
= rhs.conjugate(); \
102
b =
b_tmp
.data(); \
103
ldb =
b_tmp
.outerStride(); \
TriangularMatrixMatrix_MKL.h
151
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
.data();
[
all
...]
/external/valgrind/main/VEX/priv/
guest_ppc_toIR.c
15796
IRTemp
b_tmp
= newTemp(Ity_V128);
local
[
all
...]
Completed in 60 milliseconds