Qt 4.8
Public Variables | List of all members
Bigint Struct Reference

Public Variables

int k
 
int maxwds
 
struct Bigintnext
 
int sign
 
int wds
 
ULong x [1]
 

Detailed Description

Definition at line 824 of file qlocale_tools.cpp.

Properties

◆ k

int Bigint::k

Definition at line 827 of file qlocale_tools.cpp.

Referenced by _qdtoa(), Balloc(), diff(), hi0bits(), lo0bits(), lshift(), mult(), multadd(), qstrtod(), and s2b().

◆ maxwds

int Bigint::maxwds

Definition at line 827 of file qlocale_tools.cpp.

Referenced by Balloc(), lshift(), mult(), and multadd().

◆ next

struct Bigint* Bigint::next

Definition at line 826 of file qlocale_tools.cpp.

Referenced by pow5mult(), and p5s_deleter::~p5s_deleter().

◆ sign

int Bigint::sign

Definition at line 827 of file qlocale_tools.cpp.

Referenced by _qdtoa(), Balloc(), and diff().

◆ wds

int Bigint::wds

Definition at line 827 of file qlocale_tools.cpp.

Referenced by _qdtoa(), b2d(), Balloc(), cmp(), d2b(), diff(), i2b(), lshift(), mult(), multadd(), quorem(), ratio(), and s2b().

◆ x

ULong Bigint::x[1]

Definition at line 828 of file qlocale_tools.cpp.

Referenced by _qdtoa(), b2d(), Balloc(), cmp(), d2b(), diff(), i2b(), lo0bits(), lshift(), mult(), multadd(), quorem(), and s2b().


The documentation for this struct was generated from the following file: