Home
last modified time | relevance | path

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

/haiku/src/system/libroot/posix/stdlib/
H A Dstrtod.c371 Bigint { struct
372 struct Bigint *next; argument
377 typedef struct Bigint Bigint; argument
379 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 …]