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

/macosx-10.10.1/Libc-1044.1.2/gdtoa/FreeBSD/
H A Dgdtoaimp.h553 Bigint { struct
554 struct Bigint *next;
559 typedef struct Bigint Bigint; typedef in typeref:struct:Bigint
575 extern Bigint *Balloc ANSI((int));
576 extern void Bfree ANSI((Bigint*));
583 extern ULong any_on ANSI((Bigint*, int));
584 extern double b2d ANSI((Bigint*, int*));
585 extern int cmp ANSI((Bigint*, Bigint*));
[all...]
H A Dgdtoa-sum.c34 Bigint *
36 sum(a, b) Bigint *a; Bigint *b;
38 sum(Bigint *a, Bigint *b)
41 Bigint *c;
H A Dgdtoa-gmisc.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 Dgdtoa-smisc.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 Dgdtoa-misc.c44 static Bigint *freelist[Kmax+1];
59 Bigint *cur, *next;
60 Bigint **fl = (Bigint **)x;
74 Bigint *
83 Bigint *rv;
88 Bigint **freelist;
98 if ((freelist = (Bigint **)pthread_getspecific(gdtoa_tsd_key)) == NULL) {
99 freelist = (Bigint **)MALLOC((Kmax+1) * sizeof(Bigint *));
[all...]
H A Dgdtoa-dmisc.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 Dgdtoa-strtoIg.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 Dgdtoa-strtodg.c48 int all_on(Bigint *b, int n);
49 Bigint *set_ones(Bigint *b, int n);
63 Bigint *
65 increment(b) Bigint *b;
67 increment(Bigint *b)
71 Bigint *b1;
110 decrement(b) Bigint *b;
112 decrement(Bigint *b)
142 all_on(b, n) Bigint *
[all...]
H A Dgdtoa-gethex.c45 CONST char **sp; CONST FPI *fpi; Long *exp; Bigint **bp; int sign; locale_t loc;
47 gethex( CONST char **sp, CONST FPI *fpi, Long *exp, Bigint **bp, int sign, locale_t loc)
50 Bigint *b;
H A Dgdtoa-gdtoa.c34 static Bigint *
42 Bigint *b;
159 Bigint *b, *b1, *delta, *mlo, *mhi, *mhi1, *S;
H A Dgdtoa-dtoa.c126 Bigint *b, *b1, *delta, *mlo, *mhi, *S;
H A Dgdtoa-strtod.c81 Bigint *bb, *bb1, *bd, *bd0, *bs, *delta;
/macosx-10.10.1/ruby-106/ruby/
H A Dutil.c995 struct Bigint { struct
996 struct Bigint *next;
1001 typedef struct Bigint Bigint; typedef in typeref:struct:Bigint
1003 static Bigint *freelist[Kmax+1];
1005 static Bigint *
1009 Bigint *rv;
1021 rv = (Bigint *)MALLOC(sizeof(Bigint) + (x-1)*sizeof(ULong));
1023 len = (sizeof(Bigint)
[all...]

Completed in 147 milliseconds