OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:denominatorLeadingTerm
(Results
1 - 5
of
5
) sorted by null
/external/pdfium/xfa/src/fxbarcode/common/reedsolomon/
BC_ReedSolomonDecoder.cpp
129
int32_t
denominatorLeadingTerm
= rLast->GetCoefficients(rLast->GetDegree());
130
int32_t dltInverse = m_field->Inverse(
denominatorLeadingTerm
, e);
BC_ReedSolomonGF256Poly.cpp
225
int32_t
denominatorLeadingTerm
= other->GetCoefficients(other->GetDegree());
227
m_field->Inverse(
denominatorLeadingTerm
, e);
/external/pdfium/xfa/src/fxbarcode/pdf417/
BC_PDF417ECErrorCorrection.cpp
167
int32_t
denominatorLeadingTerm
= rLast->getCoefficient(rLast->getDegree());
168
int32_t dltInverse = m_field->inverse(
denominatorLeadingTerm
, e);
BC_PDF417ECModulusPoly.cpp
254
int32_t
denominatorLeadingTerm
= other->getCoefficient(other->getDegree());
256
m_field->inverse(
denominatorLeadingTerm
, e);
/external/zxing/core/
core.jar
Completed in 72 milliseconds