Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Ddtoa.c321 Bigint { struct
322 struct Bigint *next; argument
327 typedef struct Bigint Bigint; typedef
350 static Bigint *freelist[Kmax+1];
354 static Bigint *
358 Bigint *rv; in Balloc()
365 len = (sizeof(Bigint) + (x-1)*sizeof(ULong) + sizeof(double) - 1) in Balloc()
368 rv = (Bigint*)pmem_next; in Balloc()
372 rv = (Bigint*)MALLOC(len*sizeof(double)); in Balloc()
386 Bfree(Bigint *v) in Bfree()
[all …]
/external/python/cpython2/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 …]