Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/qrcode-terminal/vendor/QRCode/
DQRPolynomial.js36 num[i + j] ^= QRMath.gexp(QRMath.glog(this.get(i) ) + QRMath.glog(e.get(j) ) );
58 num[x] ^= QRMath.gexp(QRMath.glog(e.get(x) ) + ratio);
DQRMath.js12 gexp : function(n) { method
DQRUtil.js110 a = a.multiply(new QRPolynomial([1, QRMath.gexp(i)], 0) );