Searched refs:GetDegree (Results 1 – 2 of 2) sorted by relevance
70 int32_t CBC_ReedSolomonGF256Poly::GetDegree() { in GetDegree() function in CBC_ReedSolomonGF256Poly225 int32_t denominatorLeadingTerm = other->GetCoefficients(other->GetDegree()); in Divide()230 while (remainder->GetDegree() >= other->GetDegree() && !remainder->IsZero()) { in Divide()231 int32_t degreeDifference = remainder->GetDegree() - other->GetDegree(); in Divide()233 m_field->Multiply(remainder->GetCoefficients((remainder->GetDegree())), in Divide()
25 int32_t GetDegree();