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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/gdtoa/
H A Dgdtoaimp.h503 Bigint { struct
504 struct Bigint *next;
509 typedef struct Bigint Bigint; typedef in typeref:struct:Bigint
574 extern Bigint *Balloc (int);
575 extern void Bfree (Bigint*);
582 extern ULong any_on (Bigint*, int);
583 extern double b2d (Bigint*, int*);
584 extern int cmp (Bigint*, Bigint*);
[all...]
H A Dsum.c37 Bigint *
39 sum(a, b) Bigint *a; Bigint *b;
41 sum(Bigint *a, Bigint *b)
44 Bigint *c;
H A Dsmisc.c42 Bigint *
50 Bigint *b;
93 (a, b) Bigint *a, *b;
95 (Bigint *a, Bigint *b)
153 copybits(c, n, b) ULong *c; int n; Bigint *b;
155 copybits(ULong *c, int n, Bigint *b)
183 any_on(b, k) Bigint *b; int k;
185 any_on(Bigint *b, int k)
H A Dmisc.c42 static Bigint *freelist[Kmax+1];
51 Bigint *
60 Bigint *rv;
72 rv = (Bigint *)MALLOC(sizeof(Bigint) + (x-1)*sizeof(ULong));
74 len = (sizeof(Bigint) + (x-1)*sizeof(ULong) + sizeof(double) - 1)
77 rv = (Bigint*)(void *)pmem_next;
81 rv = (Bigint*)MALLOC(len*sizeof(double));
96 (v) Bigint *v;
98 (Bigint *
[all...]
H A Dgmisc.c38 rshift(Bigint *b, int k)
67 trailz(CONST Bigint *b)
H A Ddmisc.c53 sizeof(Bigint) - sizeof(ULong) - sizeof(int) + j <= i;
99 Bigint *b = (Bigint *)(void *)((int *)(void *)s - 1);
111 (b, S) Bigint *b, *S;
113 (Bigint *b, Bigint *S)
H A Dstrtodg.c55 Bigint *
57 increment(b) Bigint *b;
59 increment(Bigint *b)
63 Bigint *b1;
104 decrement(b) Bigint *b;
106 decrement(Bigint *b)
137 all_on(b, n) CONST Bigint *b; int n;
139 all_on(CONST Bigint *b, int n)
154 Bigint *
156 set_ones(b, n) Bigint *
[all...]
H A Dgethex.c42 gethex( CONST char **sp, CONST FPI *fpi, Long *expt, Bigint **bp, int sign)
44 Bigint *b;
H A Dgdtoa.c44 static Bigint *
48 Bigint *b;
161 Bigint *b, *b1, *delta, *mlo, *mhi, *mhi1, *S;
H A Ddtoa.c136 Bigint *b, *b1, *delta, *mhi, *S;
137 Bigint *mlo = NULL; /* pacify gcc */
H A Dstrtod.c86 Bigint *bb = NULL, *bb1, *bd0;
87 Bigint *bd = NULL, *bs = NULL, *delta = NULL; /* pacify gcc */
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprdtoa.c568 Bigint { struct
569 struct Bigint *next;
574 typedef struct Bigint Bigint; typedef in typeref:struct:Bigint
576 static Bigint *freelist[Kmax+1];
578 static Bigint *
587 Bigint *rv;
599 rv = (Bigint *)MALLOC(sizeof(Bigint) + (x-1)*sizeof(ULong));
601 len = (sizeof(Bigint)
[all...]

Completed in 805 milliseconds