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

/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Dgdtoaimp.h474 Bigint { struct
475 struct Bigint *next;
480 typedef struct Bigint Bigint; typedef in typeref:struct:Bigint
574 extern Bigint *Balloc ANSI((int));
575 extern void Bfree ANSI((Bigint*));
582 extern ULong any_on ANSI((Bigint*, int));
583 extern double b2d ANSI((Bigint*, int*));
584 extern int cmp ANSI((Bigint*, Bigint*));
[all...]

Completed in 678 milliseconds