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.h57 Index lptr, nrow, isub, irow, nextlu, new_next, ufirst; in column_bmod() local
118 new_next = nextlu + glu.xlsub(fsupc + 1) - glu.xlsub(fsupc); in column_bmod()
119 …Index offset = internal::first_multiple<Index>(new_next, internal::packet_traits<Scalar>::size) - in column_bmod()
121 new_next += offset; in column_bmod()
122 while (new_next > glu.nzlumax ) in column_bmod()
DSparseLU_copy_to_ucol.h61 Index new_next,irow; in copy_to_ucol() local
75 new_next = nextu + segsize; in copy_to_ucol()
76 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.cc14789 Handle<DependentCode> new_next = Insert(old_next, group, object); in Insert() local
14790 if (!old_next.is_identical_to(new_next)) { in Insert()
14791 entries->set_next_link(*new_next); in Insert()