Searched refs:kmax (Results 1 – 4 of 4) sorted by relevance
/external/eigen/Eigen/src/SparseLU/ |
D | SparseLU_pruneL.h | 59 Index kmin = 0, kmax = 0, minloc, maxloc,krow; in pruneL() local 80 kmax = glu.xlsub(irep1) - 1; in pruneL() 81 for (krow = kmin; krow <= kmax; krow++) in pruneL() 99 while (kmin <= kmax) in pruneL() 101 if (perm_r(glu.lsub(kmax)) == emptyIdxLU) in pruneL() 102 kmax--; in pruneL() 109 std::swap(glu.lsub(kmin), glu.lsub(kmax)); in pruneL() 118 maxloc = glu.xlusup(irep) + ( kmax - glu.xlsub(irep) ); in pruneL() 122 kmax--; in pruneL()
|
/external/llvm/test/Analysis/Delinearization/ |
D | himeno_2.ll | 17 ; long i, j, k, max,jmax,kmax;
|
D | himeno_1.ll | 17 ; long i, j, k, max,jmax,kmax;
|
/external/webp/ |
D | README | 367 -kmax <int> ............ max distance between key frames
|