Searched refs:aLength (Results 1 – 1 of 1) sorted by relevance
148 int32_t aLength = m_coefficients.GetSize(); in Multiply() local153 product.SetSize(aLength + bLength - 1); in Multiply()154 for (int32_t i = 0; i < aLength; i++) { in Multiply()