Searched refs:coefficientsLength (Results 1 – 1 of 1) sorted by relevance
51 size_t coefficientsLength = coefficients->size(); in Init() local52 if (coefficientsLength > 1 && coefficients->front() == 0) { in Init()54 while (firstNonZero < coefficientsLength && in Init()58 if (firstNonZero == coefficientsLength) { in Init()61 m_coefficients.resize(coefficientsLength - firstNonZero); in Init()62 for (size_t i = firstNonZero, j = 0; i < coefficientsLength; i++, j++) in Init()