Searched refs:evaluateAt (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/xfa/src/fxbarcode/pdf417/
H A DBC_PDF417ECModulusPoly.h21 int32_t evaluateAt(int32_t a);
H A DBC_PDF417ECErrorCorrection.cpp48 int32_t eval = poly.evaluateAt(m_field->exp(l));
336 if (errorLocator->evaluateAt(i) == 0) {
377 m_field->subtract(0, errorEvaluator->evaluateAt(xiInverse));
379 m_field->inverse(formalDerivative.evaluateAt(xiInverse), e);
H A DBC_PDF417ECModulusPoly.cpp72 int32_t CBC_PDF417ECModulusPoly::evaluateAt(int32_t a) { function in class:CBC_PDF417ECModulusPoly
/external/deqp/modules/gles3/functional/
H A Des3fShaderDerivateTests.cpp427 tcu::Vec4 evaluateAt (float screenX, float screenY) const;
430 tcu::Vec4 Linear2DFunctionEvaluator::evaluateAt (float screenX, float screenY) const function in class:deqp::gles3::Functional::Linear2DFunctionEvaluator
481 ? (function.evaluateAt((float)x + 2.0f, (float)y + 0.5f))
482 : (function.evaluateAt((float)x + 0.5f, (float)y + 2.0f));
484 ? (function.evaluateAt((float)x - 1.0f, (float)y + 0.5f))
485 : (function.evaluateAt((float)x + 0.5f, (float)y - 1.0f));
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...

Completed in 170 milliseconds