Searched refs:Bigint (Results 1 - 19 of 19) sorted by relevance

/freebsd-9.3-release/contrib/gdtoa/
H A Dgdtoaimp.h491 Bigint { struct
492 struct Bigint *next;
497 typedef struct Bigint Bigint; typedef in typeref:struct:Bigint
597 extern Bigint *Balloc ANSI((int));
598 extern void Bfree ANSI((Bigint*));
605 extern ULong any_on ANSI((Bigint*, int));
606 extern double b2d ANSI((Bigint*, int*));
607 extern int cmp ANSI((Bigint*, Bigint*));
[all...]
H A Dsum.c34 Bigint *
36 sum(a, b) Bigint *a; Bigint *b;
38 sum(Bigint *a, Bigint *b)
41 Bigint *c;
H A Dgmisc.c36 rshift(b, k) Bigint *b; int k;
38 rshift(Bigint *b, int k)
69 trailz(b) Bigint *b;
71 trailz(Bigint *b)
H A Dsmisc.c34 Bigint *
42 Bigint *b;
75 (a, b) Bigint *a, *b;
77 (Bigint *a, Bigint *b)
135 copybits(c, n, b) ULong *c; int n; Bigint *b;
137 copybits(ULong *c, int n, Bigint *b)
165 any_on(b, k) Bigint *b; int k;
167 any_on(Bigint *b, int k)
H A Dmisc.c34 static Bigint *freelist[Kmax+1];
43 Bigint *
52 Bigint *rv;
66 rv = (Bigint *)MALLOC(sizeof(Bigint) + (x-1)*sizeof(ULong));
68 len = (sizeof(Bigint) + (x-1)*sizeof(ULong) + sizeof(double) - 1)
71 rv = (Bigint*)pmem_next;
75 rv = (Bigint*)MALLOC(len*sizeof(double));
88 (v) Bigint *v;
90 (Bigint *
[all...]
H A Ddmisc.c49 sizeof(Bigint) - sizeof(ULong) - sizeof(int) + j <= i;
91 Bigint *b = (Bigint *)((int *)s - 1);
103 (b, S) Bigint *b, *S;
105 (Bigint *b, Bigint *S)
H A DstrtoIg.c36 strtoIg(s00, se, fpi, exp, B, rvp) CONST char *s00; char **se; FPI *fpi; Long *exp; Bigint **B; int *rvp;
38 strtoIg(CONST char *s00, char **se, FPI *fpi, Long *exp, Bigint **B, int *rvp)
41 Bigint *b, *b1;
H A DstrtoIQ.c43 Bigint *B[2];
H A DstrtoId.c43 Bigint *B[2];
H A DstrtoIdd.c47 Bigint *B[2];
H A DstrtoIf.c43 Bigint *B[2];
H A DstrtoIx.c43 Bigint *B[2];
H A DstrtoIxL.c43 Bigint *B[2];
H A Dstrtodg.c47 Bigint *
49 increment(b) Bigint *b;
51 increment(Bigint *b)
55 Bigint *b1;
94 decrement(b) Bigint *b;
96 decrement(Bigint *b)
126 all_on(b, n) Bigint *b; int n;
128 all_on(Bigint *b, int n)
143 Bigint *
145 set_ones(b, n) Bigint *
[all...]
H A Dgethex.c41 CONST char **sp; FPI *fpi; Long *exp; Bigint **bp; int sign;
43 gethex( CONST char **sp, FPI *fpi, Long *exp, Bigint **bp, int sign)
46 Bigint *b;
H A Dg_ddfmt.c45 Bigint *x, *y, *z;
H A Dgdtoa.c34 static Bigint *
42 Bigint *b;
160 Bigint *b, *b1, *delta, *mlo, *mhi, *mhi1, *S;
H A Ddtoa.c126 Bigint *b, *b1, *delta, *mlo, *mhi, *S;
H A Dstrtod.c102 Bigint *bb, *bb1, *bd, *bd0, *bs, *delta;

Completed in 107 milliseconds