Home
last modified time | relevance | path

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

/trunk/main/sccomp/source/solver/
H A Dsolver.cxx410 size_t nCompSize = nVariables * nRows; in solve() local
411 double* pCompMatrix = new double[nCompSize]; // first collect all coefficients, row-wise in solve()
412 for (size_t i=0; i<nCompSize; i++) in solve()
478 double* pMatrix = new double[nCompSize]; // not always completely used in solve()
479 int* pMatrixIndex = new int[nCompSize]; in solve()
/trunk/main/svx/source/gallery2/
H A Dcodec.cxx82 sal_uInt32 nPos, nCompSize; in Write() local
99 nCompSize = rStm.Tell() - nPos - 4UL; in Write()
101 rStm << nCompSize; in Write()

Completed in 17 milliseconds