Public Attributes | |
struct Bigint * | next |
int | k |
int | maxwds |
int | sign |
int | wds |
ULong | x [1] |
Definition at line 538 of file OSdtoa.cpp.
struct Bigint* Bigint::next [read] |
int Bigint::k |
int Bigint::maxwds |
Definition at line 541 of file OSdtoa.cpp.
Referenced by Balloc(), lshift(), mult(), multadd(), and os_freedtoa().
int Bigint::sign |
Definition at line 541 of file OSdtoa.cpp.
Referenced by Balloc(), diff(), os_dtoa(), and os_strtod().
int Bigint::wds |