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

  /external/eigen/Eigen/src/SparseLU/
SparseLU_copy_to_ucol.h 60 Index new_next,irow; local
74 new_next = nextu + segsize;
75 while (new_next > glu.nzumax)
SparseLU_column_bmod.h 56 Index lptr, nrow, isub, irow, nextlu, new_next, ufirst; local
117 new_next = nextlu + glu.xlsub(fsupc + 1) - glu.xlsub(fsupc);
118 Index offset = internal::first_multiple<Index>(new_next, internal::packet_traits<Scalar>::size) - new_next;
120 new_next += offset;
121 while (new_next > glu.nzlumax )
  /external/v8/src/
handles.cc 168 Object** new_next = impl_->GetSpareOrNewBlock(); local
169 Object** new_limit = &new_next[kHandleBlockSize];
171 impl_->blocks()->Add(new_next);
179 data->next = new_next;
objects.cc 15204 Handle<DependentCode> new_next = Insert(old_next, group, object); local
    [all...]
  /art/compiler/optimizing/
gvn.cc 211 Node* Dup(ArenaAllocator* allocator, Node* new_next = nullptr) {
212 return new (allocator) Node(instruction_, hash_code_, new_next);

Completed in 128 milliseconds