Home
last modified time | relevance | path

Searched refs:denominatorLeadingTerm (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/xfa/fxbarcode/common/reedsolomon/
DBC_ReedSolomonGF256Poly.cpp225 int32_t denominatorLeadingTerm = other->GetCoefficients(other->GetDegree()); in Divide() local
227 m_field->Inverse(denominatorLeadingTerm, e); in Divide()