/freebsd/contrib/gdtoa/ |
H A D | gdtoaimp.h | 491 Bigint { struct 492 struct Bigint *next; argument 497 typedef struct Bigint Bigint; argument 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*)); 608 extern void copybits ANSI((ULong*, int, Bigint*)); 609 extern Bigint *d2b ANSI((double, int*, int*)); [all …]
|
H A D | misc.c | 34 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; in Bfree() 90 (Bigint *v) 157 Bigint * [all …]
|
H A D | smisc.c | 34 Bigint * 42 Bigint *b; 75 (a, b) Bigint *a, *b; in ratio() 77 (Bigint *a, Bigint *b) 135 copybits(c, n, b) ULong *c; int n; Bigint *b; in copybits() 137 copybits(ULong *c, int n, Bigint *b) 165 any_on(b, k) Bigint *b; int k; in any_on() 167 any_on(Bigint *b, int k)
|
H A D | sum.c | 34 Bigint * 36 sum(a, b) Bigint *a; Bigint *b; in sum() 38 sum(Bigint *a, Bigint *b) 41 Bigint *c;
|
H A D | gmisc.c | 36 rshift(b, k) Bigint *b; int k; in rshift() 38 rshift(Bigint *b, int k) 69 trailz(b) Bigint *b; in trailz() 71 trailz(Bigint *b)
|
H A D | dmisc.c | 49 sizeof(Bigint) - sizeof(ULong) - sizeof(int) + j <= i; 91 Bigint *b = (Bigint *)((int *)s - 1); 103 (b, S) Bigint *b, *S; in quorem() 105 (Bigint *b, Bigint *S)
|
H A D | strtodg.c | 47 Bigint * 49 increment(b) Bigint *b; in increment() 51 increment(Bigint *b) 55 Bigint *b1; 94 decrement(b) Bigint *b; in decrement() 96 decrement(Bigint *b) 126 all_on(b, n) Bigint *b; int n; in all_on() 128 all_on(Bigint *b, int n) 143 Bigint * 145 set_ones(b, n) Bigint *b; int n; in set_ones() [all …]
|
H A D | strtoIg.c | 36 strtoIg(s00, se, fpi, exp, B, rvp) CONST char *s00; char **se; FPI *fpi; Long *exp; Bigint **B; int… in strtoIg() 38 strtoIg(CONST char *s00, char **se, FPI *fpi, Long *exp, Bigint **B, int *rvp) 41 Bigint *b, *b1;
|
H A D | gethex.c | 41 CONST char **sp; FPI *fpi; Long *exp; Bigint **bp; int sign; in gethex() 43 gethex( CONST char **sp, FPI *fpi, Long *exp, Bigint **bp, int sign) 46 Bigint *b;
|
H A D | strtoIf.c | 43 Bigint *B[2];
|
H A D | strtoId.c | 43 Bigint *B[2];
|
H A D | strtoIQ.c | 43 Bigint *B[2];
|
H A D | strtoIxL.c | 43 Bigint *B[2];
|
H A D | strtoIx.c | 43 Bigint *B[2];
|
H A D | strtoIdd.c | 47 Bigint *B[2];
|
H A D | gdtoa.c | 34 static Bigint * 42 Bigint *b; 160 Bigint *b, *b1, *delta, *mlo, *mhi, *mhi1, *S;
|
H A D | g_ddfmt.c | 45 Bigint *x, *y, *z;
|
H A D | changes | 47 < for(result_k = 0; sizeof(Bigint) - sizeof(unsigned long) + j < i; 49 > for(result_k = 0; sizeof(Bigint) - sizeof(unsigned long) + j <= i; 76 < rv = (Bigint *)malloc(sizeof(Bigint) + (x-1)*sizeof(Long)); 78 > rv = (Bigint *)MALLOC(sizeof(Bigint) + (x-1)*sizeof(Long));
|
H A D | dtoa.c | 126 Bigint *b, *b1, *delta, *mlo, *mhi, *S;
|
H A D | strtod.c | 102 Bigint *bb, *bb1, *bd, *bd0, *bs, *delta;
|