Home
last modified time | relevance | path

Searched refs:new_next (Results 1 – 4 of 4) 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.cc168 Object** new_next = impl_->GetSpareOrNewBlock(); in DeferredHandleScope() local
169 Object** new_limit = &new_next[kHandleBlockSize]; in DeferredHandleScope()
171 impl_->blocks()->Add(new_next); in DeferredHandleScope()
179 data->next = new_next; in DeferredHandleScope()
Dobjects.cc15204 Handle<DependentCode> new_next = Insert(old_next, group, object); in Insert() local
15205 if (!old_next.is_identical_to(new_next)) { in Insert()
15206 entries->set_next_link(*new_next); in Insert()