OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aCoeff
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/xfa/src/fxbarcode/common/reedsolomon/
BC_ReedSolomonGF256Poly.cpp
155
int32_t
aCoeff
= m_coefficients[i];
159
m_field->Multiply(
aCoeff
, other->GetCoefficients()->operator[](j)));
/external/pdfium/xfa/src/fxbarcode/pdf417/
BC_PDF417ECModulusPoly.cpp
167
int32_t
aCoeff
= aCoefficients[i];
170
product[i + j], m_field->multiply(
aCoeff
, bCoefficients[j]));
/external/zxing/core/
core.jar
Completed in 207 milliseconds