HomeSort by relevance Sort by last modified time
    Searched full:issparse (Results 1 - 9 of 9) sorted by null

  /external/eigen/Eigen/src/SparseCore/
AmbiVector.h 127 if (m_mode==IsSparse)
139 init(IsSparse);
146 if (m_mode==IsSparse)
175 eigen_assert(m_mode==IsSparse);
190 eigen_assert(m_mode==IsSparse);
258 eigen_assert(m_mode==IsSparse);
  /art/compiler/optimizing/
bytecode_utils.h 106 bool IsSparse() const { return sparse_; }
109 return IsSparse() || GetNumEntries() <= kSmallSwitchThreshold;
149 return table_.IsSparse() ? table_.GetEntryAt(index_) : table_.GetEntryAt(0) + index_;
  /external/lzma/CPP/Windows/
FileFind.h 58 bool IsSparse() const { return MatchesMask(FILE_ATTRIBUTE_SPARSE_FILE); }
  /external/eigen/Eigen/src/Core/util/
Constants.h 302 IsSparse
  /external/opencv3/modules/imgproc/src/
histogram.cpp 55 bool uniform, bool issparse, std::vector<size_t>& _tab )
68 int sz = !issparse ? hist.size[i] : shist.size(i);
69 size_t step = !issparse ? hist.step[i] : 1;
89 int idx = -1, sz = !issparse ? hist.size[i] : shist.size(i);
91 size_t step = !issparse ? hist.step[i] : 1;
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
tarfile.py 1469 def issparse(self): member in class:TarInfo
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
tarfile.py 1469 def issparse(self): member in class:TarInfo
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tarfile.py 1469 def issparse(self): member in class:TarInfo
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tarfile.py 1469 def issparse(self): member in class:TarInfo
    [all...]

Completed in 1928 milliseconds