Bigint
ratio(Bigint *a, Bigint *b)
Bigint *bb, *bb1, *bd, *bd0, *bs, *delta;
quorem(Bigint *b, Bigint *S)
Bigint *b, *b1, *delta, *mlo, *mhi, *S;
struct Bigint *next;
typedef struct Bigint Bigint;
static Bigint *
Bigint *rv;
rv = (Bigint *)malloc(sizeof(Bigint) + (x-1)*sizeof(Long));
Bfree(Bigint *v)
static Bigint *
multadd(Bigint *b, int m, int a) /* multiply by m and add a */
Bigint *b1;
static Bigint *
Bigint *b;
static Bigint *
Bigint *b;
static Bigint *
mult(Bigint *a, Bigint *b)
Bigint *c;
static Bigint *p5s;
static Bigint *
pow5mult(Bigint *b, int k)
Bigint *b1, *p5, *p51;
static Bigint *
lshift(Bigint *b, int k)
Bigint *b1;
cmp(Bigint *a, Bigint *b)
static Bigint *
diff(Bigint *a, Bigint *b)
Bigint *c;
b2d(Bigint *a, int *e)
static Bigint *
Bigint *b;