OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rhs_start
(Results
1 - 2
of
2
) sorted by null
/external/eigen/Eigen/src/Core/products/
Parallelizer.h
76
GemmParallelInfo() : sync(-1), users(0),
rhs_start
(0), rhs_length(0) {}
81
Index
rhs_start
;
member in struct:Eigen::internal::GemmParallelInfo
142
info[i].
rhs_start
= c0;
GeneralMatrixMatrix.h
109
pack_rhs(blockB+info[tid].
rhs_start
*actual_kc, &rhs(k,info[tid].
rhs_start
), rhsStride, actual_kc, info[tid].rhs_length);
125
gebp(res+info[j].
rhs_start
*resStride, resStride, blockA, blockB+info[j].
rhs_start
*actual_kc, mc, actual_kc, info[j].rhs_length, alpha, -1,-1,0,0, w);
Completed in 93 milliseconds