HomeSort by relevance Sort by last modified time
    Searched refs:nextl (Results 1 - 4 of 4) sorted by null

  /external/eigen/Eigen/src/SparseLU/
SparseLU_Utils.h 56 StorageIndex nextl = 0; local
64 glu.xlsub(fsupc) = nextl;
67 glu.lsub(nextl) = perm_r(glu.lsub(j)); // Now indexed into P*A
68 nextl++;
71 glu.xlsub(k) = nextl; // other columns in supernode i
74 glu.xlsub(n) = nextl;
SparseLU_column_dfs.h 50 void mem_expand(IndexVector& lsub, Index& nextl, Index chmark)
52 if (nextl >= m_glu.nzlmax)
53 m_luImpl.memXpand(lsub, m_glu.nzlmax, nextl, LSUB, m_glu.num_expansions);
99 Index nextl = glu.xlsub(jcol); local
116 xplore, glu, nextl, krow, traits); local
136 if ( (nextl-jptr != jptr-jm1ptr-1) ) jsuper = emptyIdxLU;
157 for (StorageIndex ifrom = jm1ptr; ifrom < nextl; ++ifrom, ++ito)
159 nextl = ito; // = istop + length(jcol)
169 xprune(jcol) = StorageIndex(nextl); // Intialize upper bound for pruning
170 glu.xlsub(jcolp1) = StorageIndex(nextl);
    [all...]
  /prebuilts/go/darwin-x86/src/internal/pprof/profile/
legacy_profile.go 969 func parseThreadSample(b *bytes.Buffer) (nextl string, addrs []uint64, err error) {
  /prebuilts/go/linux-x86/src/internal/pprof/profile/
legacy_profile.go 969 func parseThreadSample(b *bytes.Buffer) (nextl string, addrs []uint64, err error) {

Completed in 2030 milliseconds