Bigint 1034 util.c struct Bigint *next; Bigint 1039 util.c typedef struct Bigint Bigint; Bigint 1041 util.c static Bigint *freelist[Kmax+1]; Bigint 1043 util.c static Bigint * Bigint 1047 util.c Bigint *rv; Bigint 1059 util.c rv = (Bigint *)MALLOC(sizeof(Bigint) + (x-1)*sizeof(ULong)); Bigint 1061 util.c len = (sizeof(Bigint) + (x-1)*sizeof(ULong) + sizeof(double) - 1) Bigint 1064 util.c rv = (Bigint*)pmem_next; Bigint 1068 util.c rv = (Bigint*)MALLOC(len*sizeof(double)); Bigint 1079 util.c Bfree(Bigint *v) Bigint 1096 util.c static Bigint * Bigint 1097 util.c multadd(Bigint *b, int m, int a) /* multiply by m and add a */ Bigint 1109 util.c Bigint *b1; Bigint 1147 util.c static Bigint * Bigint 1150 util.c Bigint *b; Bigint 1253 util.c static Bigint * Bigint 1256 util.c Bigint *b; Bigint 1264 util.c static Bigint * Bigint 1265 util.c mult(Bigint *a, Bigint *b) Bigint 1267 util.c Bigint *c; Bigint 1365 util.c static Bigint *p5s; Bigint 1367 util.c static Bigint * Bigint 1368 util.c pow5mult(Bigint *b, int k) Bigint 1370 util.c Bigint *b1, *p5, *p51; Bigint 1419 util.c static Bigint * Bigint 1420 util.c lshift(Bigint *b, int k) Bigint 1423 util.c Bigint *b1; Bigint 1474 util.c cmp(Bigint *a, Bigint *b) Bigint 1502 util.c static Bigint * Bigint 1503 util.c diff(Bigint *a, Bigint *b) Bigint 1505 util.c Bigint *c; Bigint 1627 util.c b2d(Bigint *a, int *e) Bigint 1691 util.c static Bigint * Bigint 1695 util.c Bigint *b; Bigint 1829 util.c ratio(Bigint *a, Bigint *b) Bigint 1994 util.c Bigint *bb, *bb1, *bd, *bd0, *bs, *delta; Bigint 3174 util.c Bigint *b, *b1, *delta, *mlo = 0, *mhi = 0, *S;