Searched refs:aCoeff (Results 1 – 2 of 2) sorted by relevance
155 int32_t aCoeff = m_coefficients[i]; in Multiply() local159 m_field->Multiply(aCoeff, other->GetCoefficients()->operator[](j))); in Multiply()
167 int32_t aCoeff = aCoefficients[i]; in multiply() local170 product[i + j], m_field->multiply(aCoeff, bCoefficients[j])); in multiply()