Home
last modified time | relevance | path

Searched refs:getGFProduct (Results 1 – 1 of 1) sorted by relevance

/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DDatamatrix.php354 protected function getGFProduct($a, $b, $log, $alog, $gf) { function in jucksearm\\barcode\\lib\\Datamatrix
390 $c[$j] = $c[($j - 1)] ^ $this->getGFProduct($c[$j], $alog[$i], $log, $alog, $gf);
392 $c[0] = $this->getGFProduct($c[0], $alog[$i], $log, $alog, $gf);
412 $we[$j] = ($we[($j + 1)] ^ $this->getGFProduct($k, $c[($nc - $j - 1)], $log, $alog, $gf));