/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/ |
D | gdtoaimp.h | 476 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 …]
|
D | misc.c | 42 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 …]
|
D | smisc.c | 42 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)
|
D | sum.c | 37 Bigint * 39 sum(a, b) Bigint *a; Bigint *b; in sum() 41 sum(Bigint *a, Bigint *b) 44 Bigint *c;
|
D | dmisc.c | 53 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)
|
D | gmisc.c | 38 rshift(Bigint *b, int k) in rshift() 67 trailz(CONST Bigint *b) in trailz()
|
D | strtodg.c | 67 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()
|
D | gethex.c | 42 gethex( CONST char **sp, CONST FPI *fpi, Long *expt, Bigint **bp, int sign) in gethex() 44 Bigint *b; in gethex()
|
D | gdtoa.c | 54 static Bigint * 58 Bigint *b; in bitstob() 171 Bigint *b, *b1, *delta, *mlo, *mhi, *mhi1, *S; in gdtoa()
|
D | dtoa.c | 136 Bigint *b, *b1, *delta, *mhi, *S; 137 Bigint *mlo = NULL; /* pacify gcc */
|
D | strtod.c | 99 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/ |
D | dtoa.c | 303 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/ |
D | dtoa.c | 320 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 …]
|