Home
last modified time | relevance | path

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

/plugin/qrcode2/
H A Dphpqrcode.php2290 public $alpha_to = array(); // log lookup table variable in QRrsItem
2332 $rs->alpha_to = array_fill(0, $rs->nn+1, 0);
2341 $rs->alpha_to[$A0] = 0; // alpha**-inf = 0
2346 $rs->alpha_to[$i] = $sr;
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)];
2402 $ALPHA_TO =& $this->alpha_to;