Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
Dgdtoaimp.h476 Bigint { struct
477 struct Bigint *next; argument
482 typedef struct Bigint Bigint; typedef
547 extern Bigint *Balloc (int);
548 extern void Bfree (Bigint*);
555 extern ULong any_on (Bigint*, int);
556 extern double b2d (Bigint*, int*);
557 extern int cmp (Bigint*, Bigint*);
558 extern void copybits (ULong*, int, Bigint*);
559 extern Bigint *d2b (double, int*, int*);
[all …]
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; in Bfree()
98 (Bigint *v)
157 Bigint *
[all …]
Dsmisc.c42 Bigint *
50 Bigint *b;
93 (a, b) Bigint *a, *b; in ratio()
95 (Bigint *a, Bigint *b)
153 copybits(c, n, b) ULong *c; int n; Bigint *b; in copybits()
155 copybits(ULong *c, int n, Bigint *b)
183 any_on(b, k) Bigint *b; int k; in any_on()
185 any_on(Bigint *b, int k)
Dsum.c37 Bigint *
39 sum(a, b) Bigint *a; Bigint *b; in sum()
41 sum(Bigint *a, Bigint *b)
44 Bigint *c;
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; in quorem()
113 (Bigint *b, Bigint *S)
Dgmisc.c38 rshift(Bigint *b, int k) in rshift()
67 trailz(CONST Bigint *b) in trailz()
Dstrtodg.c67 Bigint *
68 increment(Bigint *b) in increment()
71 Bigint *b1; in increment()
111 decrement(Bigint *b) in decrement()
140 all_on(CONST Bigint *b, int n) in all_on()
154 Bigint *
155 set_ones(Bigint *b, int n) in set_ones()
185 Bigint *b; in rvOK()
320 Bigint *ab, *bb, *bb1, *bd, *bd0, *bs, *delta, *rvb, *rvb0; in strtodg()
Dgethex.c42 gethex( CONST char **sp, CONST FPI *fpi, Long *expt, Bigint **bp, int sign) in gethex()
44 Bigint *b; in gethex()
Dgdtoa.c54 static Bigint *
58 Bigint *b; in bitstob()
171 Bigint *b, *b1, *delta, *mlo, *mhi, *mhi1, *S; in gdtoa()
Ddtoa.c136 Bigint *b, *b1, *delta, *mhi, *S;
137 Bigint *mlo = NULL; /* pacify gcc */
Dstrtod.c99 Bigint *bb = NULL, *bb1, *bd0; in strtod()
100 Bigint *bd = NULL, *bs = NULL, *delta = NULL; /* pacify gcc */ in strtod()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Ddtoa.c303 Bigint { struct
304 struct Bigint *next; argument
309 typedef struct Bigint Bigint; argument
332 static Bigint *freelist[Kmax+1];
336 static Bigint *
340 Bigint *rv; in Balloc()
347 len = (sizeof(Bigint) + (x-1)*sizeof(ULong) + sizeof(double) - 1) in Balloc()
350 rv = (Bigint*)pmem_next; in Balloc()
354 rv = (Bigint*)MALLOC(len*sizeof(double)); in Balloc()
368 Bfree(Bigint *v) in Bfree()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Ddtoa.c320 Bigint { struct
321 struct Bigint *next; argument
326 typedef struct Bigint Bigint; argument
349 static Bigint *freelist[Kmax+1];
353 static Bigint *
357 Bigint *rv; in Balloc()
364 len = (sizeof(Bigint) + (x-1)*sizeof(ULong) + sizeof(double) - 1) in Balloc()
367 rv = (Bigint*)pmem_next; in Balloc()
371 rv = (Bigint*)MALLOC(len*sizeof(double)); in Balloc()
385 Bfree(Bigint *v) in Bfree()
[all …]