Home
last modified time | relevance | path

Searched refs:remainingSize (Results 1 – 7 of 7) sorted by relevance

/external/xz-java/src/org/tukaani/xz/
DLZMAInputStream.java63 private long remainingSize; field in LZMAInputStream
605 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() local
714 if (remainingSize == 0) in read()
/external/eigen/Eigen/src/Eigenvalues/
DHessenbergDecomposition.h302 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.…
DTridiagonalization.h358 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));
/external/eigen/Eigen/src/QR/
DFullPivHouseholderQR.h560 Index remainingSize = rows()-k;
562 c.bottomRightCorner(remainingSize, rhs.cols())
563 .applyHouseholderOnTheLeft(m_qr.col(k).tail(remainingSize-1),
/external/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h5976 VkDeviceSize remainingSize = totalSize - suballocItem->size; in CheckAllocation() local
5977 while(remainingSize > 0) in CheckAllocation()
6002 remainingSize = (lastSuballocItem->size < remainingSize) ? in CheckAllocation()
6003 remainingSize - lastSuballocItem->size : 0; in CheckAllocation()
/external/skqp/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h5976 VkDeviceSize remainingSize = totalSize - suballocItem->size; in CheckAllocation() local
5977 while(remainingSize > 0) in CheckAllocation()
6002 remainingSize = (lastSuballocItem->size < remainingSize) ? in CheckAllocation()
6003 remainingSize - lastSuballocItem->size : 0; in CheckAllocation()
/external/guice/extensions/persist/lib/
Ddb4o-6.4.14.8131-java5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/ ...