Symbol: Bigint
src/system/kernel/lib/strtod.c
1062
ratio(Bigint *a, Bigint *b)
src/system/kernel/lib/strtod.c
1133
Bigint *bb, *bb1, *bd, *bd0, *bs, *delta;
src/system/kernel/lib/strtod.c
1657
quorem(Bigint *b, Bigint *S)
src/system/kernel/lib/strtod.c
1837
Bigint *b, *b1, *delta, *mlo, *mhi, *S;
src/system/kernel/lib/strtod.c
372
struct Bigint *next;
src/system/kernel/lib/strtod.c
377
typedef struct Bigint Bigint;
src/system/kernel/lib/strtod.c
379
static Bigint *
src/system/kernel/lib/strtod.c
383
Bigint *rv;
src/system/kernel/lib/strtod.c
386
rv = (Bigint *)malloc(sizeof(Bigint) + (x-1)*sizeof(Long));
src/system/kernel/lib/strtod.c
395
Bfree(Bigint *v)
src/system/kernel/lib/strtod.c
405
static Bigint *
src/system/kernel/lib/strtod.c
406
multadd(Bigint *b, int m, int a) /* multiply by m and add a */
src/system/kernel/lib/strtod.c
413
Bigint *b1;
src/system/kernel/lib/strtod.c
445
static Bigint *
src/system/kernel/lib/strtod.c
448
Bigint *b;
src/system/kernel/lib/strtod.c
553
static Bigint *
src/system/kernel/lib/strtod.c
556
Bigint *b;
src/system/kernel/lib/strtod.c
565
static Bigint *
src/system/kernel/lib/strtod.c
566
mult(Bigint *a, Bigint *b)
src/system/kernel/lib/strtod.c
568
Bigint *c;
src/system/kernel/lib/strtod.c
646
static Bigint *p5s;
src/system/kernel/lib/strtod.c
649
static Bigint *
src/system/kernel/lib/strtod.c
650
pow5mult(Bigint *b, int k)
src/system/kernel/lib/strtod.c
652
Bigint *b1, *p5, *p51;
src/system/kernel/lib/strtod.c
684
static Bigint *
src/system/kernel/lib/strtod.c
685
lshift(Bigint *b, int k)
src/system/kernel/lib/strtod.c
688
Bigint *b1;
src/system/kernel/lib/strtod.c
740
cmp(Bigint *a, Bigint *b)
src/system/kernel/lib/strtod.c
769
static Bigint *
src/system/kernel/lib/strtod.c
770
diff(Bigint *a, Bigint *b)
src/system/kernel/lib/strtod.c
772
Bigint *c;
src/system/kernel/lib/strtod.c
877
b2d(Bigint *a, int *e)
src/system/kernel/lib/strtod.c
941
static Bigint *
src/system/kernel/lib/strtod.c
944
Bigint *b;