Home
last modified time | relevance | path

Searched refs:actual_l2 (Results 1 – 1 of 1) sorted by relevance

/external/eigen/Eigen/src/Core/products/
DGeneralBlockPanelKernel.h197 const Index actual_l2 = l3; variable
199 const Index actual_l2 = 1572864; // == 1.5 MB variable
219 max_nc = (3*actual_l2)/(2*2*max_kc*sizeof(RhsScalar));
222 Index nc = numext::mini<Index>(actual_l2/(2*k*sizeof(RhsScalar)), max_nc) & (~(Traits::nr-1));
238 Index actual_lm = actual_l2;