Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/ecc-jsbn/lib/
Dec.js204 var hBit = h.testBit(i);
205 var eBit = e.testBit(i);
227 if(j.testBit(i)) {
228 if(k.testBit(i)) {
236 if(k.testBit(i)) {
367 if (betaValue.testBit(0) != yIsEven)
452 if (!this.q.testBit(0)) throw "unsupported";
455 if (this.q.testBit(1))
494 if (V.testBit(0))
523 if (k.testBit(j))
/third_party/node/deps/npm/node_modules/jsbn/
DREADME.md117 ### bi.testBit
Dindex.js653 if(!this.testBit(a-1)) // force MSB set
1193 BigInteger.prototype.testBit = bnTestBit; method in BigInteger