Home
last modified time | relevance | path

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

/external/libweave/third_party/chromium/base/third_party/dmg_fp/
Ddtoa.cc524 Bigint { struct
525 struct Bigint *next; argument
530 typedef struct Bigint Bigint; typedef
532 static Bigint *freelist[Kmax+1];
534 static Bigint *
543 Bigint *rv;
558 rv = (Bigint *)MALLOC(sizeof(Bigint) + (x-1)*sizeof(ULong));
560 len = (sizeof(Bigint) + (x-1)*sizeof(ULong) + sizeof(double) - 1)
563 rv = (Bigint*)pmem_next;
567 rv = (Bigint*)MALLOC(len*sizeof(double));
[all …]