Searched refs:remainingSize (Results 1 – 7 of 7) sorted by relevance
63 private long remainingSize; field in LZMAInputStream605 remainingSize = uncompSize; in initialize()678 if (remainingSize >= 0 && remainingSize < len) in read()679 copySizeMax = (int)remainingSize; in read()691 if (remainingSize != -1 || !lzma.endMarkerDetected()) in read()709 if (remainingSize >= 0) { in read()711 remainingSize -= copiedSize; in read()712 assert remainingSize >= 0; in read() local714 if (remainingSize == 0) in read()
302 Index remainingSize = n-i-1;305 matA.col(i).tail(remainingSize).makeHouseholderInPlace(h, beta);313 matA.bottomRightCorner(remainingSize, remainingSize)314 .applyHouseholderOnTheLeft(matA.col(i).tail(remainingSize-1), h, &temp.coeffRef(0));317 matA.rightCols(remainingSize)318 ….applyHouseholderOnTheRight(matA.col(i).tail(remainingSize-1).conjugate(), numext::conj(h), &temp.…
358 Index remainingSize = n-i-1;361 matA.col(i).tail(remainingSize).makeHouseholderInPlace(h, beta);367 …hCoeffs.tail(n-i-1).noalias() = (matA.bottomRightCorner(remainingSize,remainingSize).template self…368 * (conj(h) * matA.col(i).tail(remainingSize)));370 …l(n-i-1) += (conj(h)*RealScalar(-0.5)*(hCoeffs.tail(remainingSize).dot(matA.col(i).tail(remainingS…372 matA.bottomRightCorner(remainingSize, remainingSize).template selfadjointView<Lower>()373 .rankUpdate(matA.col(i).tail(remainingSize), hCoeffs.tail(remainingSize), Scalar(-1));
560 Index remainingSize = rows()-k;562 c.bottomRightCorner(remainingSize, rhs.cols())563 .applyHouseholderOnTheLeft(m_qr.col(k).tail(remainingSize-1),
5976 VkDeviceSize remainingSize = totalSize - suballocItem->size; in CheckAllocation() local5977 while(remainingSize > 0) in CheckAllocation()6002 remainingSize = (lastSuballocItem->size < remainingSize) ? in CheckAllocation()6003 remainingSize - lastSuballocItem->size : 0; in CheckAllocation()
META-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/ ...