Home | History | Annotate | Download | only in dmg_fp

Lines Matching refs:b1

620 	Bigint *b1;
648 b1 = Balloc(b->k+1);
649 Bcopy(b1, b);
651 b = b1;
915 Bigint *b1, *p5, *p51;
940 b1 = mult(b, p5);
942 b = b1;
973 Bigint *b1;
985 b1 = Balloc(k1);
986 x1 = b1->x;
1019 b1->wds = n1 - 1;
1021 return b1;
1708 Bigint *b1;
1721 b1 = Balloc(b->k+1);
1722 Bcopy(b1,b);
1724 b = b1;
3572 Bigint *b, *b1, *delta, *mlo, *mhi, *S;
3963 b1 = mult(mhi, b);
3965 b = b1;