Home
last modified time | relevance | path

Searched refs:userIndices (Results 1 – 2 of 2) sorted by relevance

/dports/math/faiss/faiss-1.7.1/faiss/gpu/impl/
H A DIVFBase.cu420 auto& userIndices = listOffsetToUserIndex_[listId]; in addIndicesFromCpu_() local
421 userIndices.insert(userIndices.begin(), indices, indices + numVecs); in addIndicesFromCpu_()
588 auto& userIndices = listOffsetToUserIndex_[listId]; in addVectors() local
589 userIndices.resize(newNumVecs); in addVectors()
623 auto& userIndices = listOffsetToUserIndex_[listId]; in addVectors() local
625 FAISS_ASSERT(offset < userIndices.size()); in addVectors()
626 userIndices[offset] = hostIndices[i]; in addVectors()
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libcore/src/filesys/
H A Dfilesystem.cpp62 QSet<FileIndex *> userIndices; // not owned in DENG2_PIMPL_NOREF() local
292 foreach (FileIndex *user, d->userIndices) in index()
304 foreach (FileIndex *user, d->userIndices) in deindex()
404 d->userIndices.insert(&userIndex); in addUserIndex()
409 d->userIndices.remove(&userIndex); in removeUserIndex()