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

/external/chromium/base/third_party/dmg_fp/
H A Ddtoa.cc524 Bigint { struct in namespace:dmg_fp
525 struct Bigint *next;
530 typedef struct Bigint Bigint; typedef in namespace:dmg_fp
532 static Bigint *freelist[Kmax+1];
534 static Bigint *
543 Bigint *rv;
556 rv = (Bigint *)MALLOC(sizeof(Bigint) + (x-1)*sizeof(ULong));
558 len = (sizeof(Bigint)
[all...]

Completed in 45 milliseconds