Home
last modified time | relevance | path

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

/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DQRcode.php2684 protected function modnn($rs, $x) { function in jucksearm\\barcode\\lib\\QRcode
2764 …$rs['genpoly'][$j] = $rs['genpoly'][$j-1] ^ $rs['alpha_to'][$this->modnn($rs, $rs['index_of'][$rs[…
2770 …$rs['genpoly'][0] = $rs['alpha_to'][$this->modnn($rs, $rs['index_of'][$rs['genpoly'][0]] + $root)];
2805 $feedback = $this->modnn($rs, $NN - $GENPOLY[$NROOTS] + $feedback);
2807 $parity[$j] ^= $ALPHA_TO[$this->modnn($rs, $feedback + $GENPOLY[($NROOTS - $j)])];
2813 array_push($parity, $ALPHA_TO[$this->modnn($rs, $feedback + $GENPOLY[0])]);
/plugin/qrcode2/
H A Dphpqrcode.php2301 public function modnn($x) function in QRrsItem
2381 …$rs->genpoly[$j] = $rs->genpoly[$j-1] ^ $rs->alpha_to[$rs->modnn($rs->index_of[$rs->genpoly[$j]] +…
2387 $rs->genpoly[0] = $rs->alpha_to[$rs->modnn($rs->index_of[$rs->genpoly[0]] + $root)];
2422 $feedback = $this->modnn($NN - $GENPOLY[$NROOTS] + $feedback);
2425 $parity[$j] ^= $ALPHA_TO[$this->modnn($feedback + $GENPOLY[$NROOTS-$j])];
2432 array_push($parity, $ALPHA_TO[$this->modnn($feedback + $GENPOLY[0])]);