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

  /frameworks/layoutlib/bridge/src/android/graphics/
Matrix_Delegate.java 866 float[] tmpDest = dst;
869 tmpDest = new float[dstIndex + count];
881 tmpDest[i + dstIndex] = x;
882 tmpDest[i + dstIndex + 1] = y;
886 System.arraycopy(tmpDest, dstIndex, dst, dstIndex, count);
    [all...]
  /external/eigen/unsupported/Eigen/src/SparseExtra/
BlockSparseMatrix.h 275 BlockVectorReturn<Lhs,Dest> tmpDest(m_lhs, dest);
276 internal::sparse_time_dense_product( BlockSparseMatrixView<Lhs>(m_lhs), BlockVectorView<Lhs, Rhs>(m_lhs, m_rhs), tmpDest, alpha);
    [all...]

Completed in 506 milliseconds