Searched refs:Bigint (Results 1 – 1 of 1) sorted by relevance
524 Bigint { struct525 struct Bigint *next; argument530 typedef struct Bigint Bigint; typedef532 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 …]