Searched refs:GetCoefficients (Results 1 – 4 of 4) sorted by relevance
53 m_coefficients.Copy(*(m_field->GetZero()->GetCoefficients())); in Init()64 CFX_Int32Array* CBC_ReedSolomonGF256Poly::GetCoefficients() { in GetCoefficients() function in CBC_ReedSolomonGF256Poly73 int32_t CBC_ReedSolomonGF256Poly::GetCoefficients(int32_t degree) { in GetCoefficients() function in CBC_ReedSolomonGF256Poly78 return GetCoefficients(0); in EvaluateAt()115 largerCoefficients.Copy(*(other->GetCoefficients())); in AddOrSubtract()150 bCoefficients.Copy(*(other->GetCoefficients())); in Multiply()151 int32_t bLength = other->GetCoefficients()->GetSize(); in Multiply()159 m_field->Multiply(aCoeff, other->GetCoefficients()->operator[](j))); in Multiply()225 int32_t denominatorLeadingTerm = other->GetCoefficients(other->GetDegree()); in Divide()232 m_field->Multiply(remainder->GetCoefficients((remainder->GetDegree())), in Divide()
15 int32_t GetCoefficients(int32_t degree);16 CFX_Int32Array* GetCoefficients();
129 int32_t denominatorLeadingTerm = rLast->GetCoefficients(rLast->GetDegree()); in RunEuclideanAlgorithm()135 m_field->Multiply(r->GetCoefficients(r->GetDegree()), dltInverse); in RunEuclideanAlgorithm()168 int32_t sigmaTildeAtZero = t->GetCoefficients(0); in RunEuclideanAlgorithm()192 temp->Add(errorLocator->GetCoefficients(1)); in FindErrorLocations()
85 CFX_Int32Array* coefficients = remainder->GetCoefficients(); in Encode()