Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/SparseLU/
DSparseLU_column_bmod.h56 Index lptr, nrow, isub, irow, nextlu, new_next, ufirst; in column_bmod() local
117 new_next = nextlu + glu.xlsub(fsupc + 1) - glu.xlsub(fsupc); in column_bmod()
118 …Index offset = internal::first_multiple<Index>(new_next, internal::packet_traits<Scalar>::size) - in column_bmod()
120 new_next += offset; in column_bmod()
121 while (new_next > glu.nzlumax ) in column_bmod()
DSparseLU_copy_to_ucol.h60 Index new_next,irow; in copy_to_ucol() local
74 new_next = nextu + segsize; in copy_to_ucol()
75 while (new_next > glu.nzumax) in copy_to_ucol()
/external/v8/src/
Dhandles.cc96 Object** new_next = impl_->GetSpareOrNewBlock(); in DeferredHandleScope() local
97 Object** new_limit = &new_next[kHandleBlockSize]; in DeferredHandleScope()
99 impl_->blocks()->Add(new_next); in DeferredHandleScope()
107 data->next = new_next; in DeferredHandleScope()