OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetCoefficients
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/xfa/fxbarcode/common/reedsolomon/
BC_ReedSolomonGF256Poly.h
23
int32_t
GetCoefficients
(int32_t degree);
24
CFX_ArrayTemplate<int32_t>*
GetCoefficients
();
BC_ReedSolomonGF256Poly.cpp
56
m_coefficients.Copy(*(m_field->GetZero()->
GetCoefficients
()));
67
CFX_ArrayTemplate<int32_t>* CBC_ReedSolomonGF256Poly::
GetCoefficients
() {
76
int32_t CBC_ReedSolomonGF256Poly::
GetCoefficients
(int32_t degree) {
81
return
GetCoefficients
(0);
116
largerCoefficients.Copy(*(other->
GetCoefficients
()));
150
bCoefficients.Copy(*(other->
GetCoefficients
()));
151
int32_t bLength = other->
GetCoefficients
()->GetSize();
159
m_field->Multiply(aCoeff, other->
GetCoefficients
()->operator[](j)));
225
int32_t denominatorLeadingTerm = other->
GetCoefficients
(other->GetDegree());
233
m_field->Multiply(remainder->
GetCoefficients
((remainder->GetDegree()))
[
all
...]
BC_ReedSolomon.cpp
92
CFX_ArrayTemplate<int32_t>* coefficients = remainder->
GetCoefficients
();
Completed in 106 milliseconds