HomeSort by relevance Sort by last modified time
    Searched refs:EvaluateAt (Results 1 - 3 of 3) sorted by null

  /external/pdfium/xfa/src/fxbarcode/common/reedsolomon/
BC_ReedSolomonGF256Poly.h 19 int32_t EvaluateAt(int32_t a);
BC_ReedSolomonDecoder.cpp 42 int32_t eval = poly.EvaluateAt(m_field->Exp(dataMatrix ? i + 1 : i));
200 if (errorLocator->EvaluateAt(i) == 0) {
236 m_field->Multiply(errorEvaluator->EvaluateAt(xiInverse), temp);
BC_ReedSolomonGF256Poly.cpp 76 int32_t CBC_ReedSolomonGF256Poly::EvaluateAt(int32_t a) {

Completed in 62 milliseconds