Searched refs:kmin (Results 1 – 3 of 3) sorted by relevance
/external/eigen/Eigen/src/SparseLU/ |
D | SparseLU_pruneL.h | 59 Index kmin = 0, kmax = 0, minloc, maxloc,krow; in pruneL() local 79 kmin = glu.xlsub(irep); in pruneL() 81 for (krow = kmin; krow <= kmax; krow++) in pruneL() 99 while (kmin <= kmax) in pruneL() 103 else if ( perm_r(glu.lsub(kmin)) != emptyIdxLU) in pruneL() 104 kmin++; in pruneL() 109 std::swap(glu.lsub(kmin), glu.lsub(kmax)); in pruneL() 117 minloc = glu.xlusup(irep) + ( kmin - glu.xlsub(irep) ); in pruneL() 121 kmin++; in pruneL() 126 xprune(irep) = kmin; //Pruning in pruneL()
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | no-iv-rewrite.ll | 391 %kmin.1 = phi i32 [ %iv, %if.then33 ], [ 0, %if.then ], [ %iv, %if.then97 ], [ 0, %if.else ]
|
/external/webp/ |
D | README | 366 -kmin <int> ............ min distance between key frames
|