Lines Matching refs:isZero

29875       while (!c.isZero()) {
29879 if (!c.isZero()) {
29886 if (this.isZero()) {
29949 for (i = 0; !q.isZero(); i++) {
29955 for (i = 0; !q.isZero(); i++) {
30058 if (this.isZero()) return 0;
30101 if (!this.isZero()) {
31728 if (!a.isZero()) {
31759 assert(!num.isZero());
31761 if (this.isZero()) {
31873 if (dm.mod.isZero()) return dm.div;
31916 assert(!p.isZero());
31943 while (!x.isZero()) {
32003 assert(!p.isZero());
32075 if (this.isZero()) return num.abs();
32076 if (num.isZero()) return this.abs();
32164 BN.prototype.isZero = function isZero() {
32613 if (a.isZero()) {
32695 if (a.isZero()) return a.clone();
32710 while (!q.isZero() && q.andln(1) === 0) {
32715 assert(!q.isZero());
32763 if (num.isZero()) return new BN(1).toRed(this);
32860 if (a.isZero() || b.isZero()) {
32881 if (a.isZero() || b.isZero()) return new BN(0)._forceRed(this);
33498 while (!c.isZero()) {
33502 if (!c.isZero()) {
33509 if (this.isZero()) {
33742 if (this.isZero()) return 0;
33785 if (!this.isZero()) {
35416 if (!a.isZero()) {
35448 assert(!num.isZero());
35450 if (this.isZero()) {
35562 if (dm.mod.isZero()) return dm.div;
35616 assert(!p.isZero());
35643 while (!x.isZero()) {
35703 assert(!p.isZero());
35775 if (this.isZero()) return num.abs();
35776 if (num.isZero()) return this.abs();
35864 BN.prototype.isZero = function isZero() {
36316 if (a.isZero()) {
36398 if (a.isZero()) return a.clone();
36413 while (!q.isZero() && q.andln(1) === 0) {
36418 assert(!q.isZero());
36466 if (num.isZero()) return new BN(1).toRed(this);
36563 if (a.isZero() || b.isZero()) {
36584 if (a.isZero() || b.isZero()) return new BN(0)._forceRed(this);