Searched refs:Bigint (Results 1 – 1 of 1) sorted by relevance
371 Bigint { struct372 struct Bigint *next; argument377 typedef struct Bigint Bigint; argument379 static Bigint *383 Bigint *rv; in Balloc()386 rv = (Bigint *)malloc(sizeof(Bigint) + (x-1)*sizeof(Long)); in Balloc()395 Bfree(Bigint *v) in Bfree()405 static Bigint *406 multadd(Bigint *b, int m, int a) /* multiply by m and add a */ in multadd()413 Bigint *b1; in multadd()[all …]