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

  /external/eigen/unsupported/Eigen/src/SparseExtra/
BlockSparseMatrix.h 456 StorageIndex idxVal;// Get the right position in the array of values for this element
460 idxVal = m_blockPtr[m_outerIndex[bj]+idx];
462 idxVal += (j - blockOuterIndex(bj)) * blockOuterSize(bj) + it_spmat.index() - m_innerOffset[bi];
467 idxVal = (m_outerIndex[bj] + idx) * m_blockSize * m_blockSize;
469 idxVal += (j - blockOuterIndex(bj)) * m_blockSize + (it_spmat.index()%m_blockSize);
472 m_values[idxVal] = it_spmat.value();
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
ConstantFold.cpp 782 APInt idxVal = CIdx->getValue();
796 (idxVal == i) ? Elt : UndefValue::get(Elt->getType());
    [all...]

Completed in 149 milliseconds