Searched refs:NumRealParts (Results 1 – 1 of 1) sorted by relevance
4232 const int NumRealParts = (DstSize + NarrowSize - 1) / NarrowSize; in reduceOperationWidth() local4234 for (int I = 0; I != NumRealParts; ++I) { in reduceOperationWidth()4252 int NumUndefParts = NumParts - NumRealParts; in reduceOperationWidth()