Fabcoin Core
0.16.2
P2P Digital Currency
|
Classes | |
struct | half_words |
Public Member Functions | |
DWord () | |
DWord (word low) | |
DWord (word low, word high) | |
DWord & | operator+= (word a) |
DWord | operator+ (word a) |
DWord | operator- (DWord a) |
DWord | operator- (word a) |
word | operator/ (word divisor) |
word | operator% (word a) |
bool | operator! () const |
word | GetLowHalf () const |
word | GetHighHalf () const |
word | GetHighHalfAsBorrow () const |
Static Public Member Functions | |
static DWord | Multiply (word a, word b) |
static DWord | MultiplyAndAdd (word a, word b, word c) |
Private Attributes | |
union { | |
dword m_whole | |
half_words m_halfs | |
}; | |
Definition at line 206 of file integer.cpp.
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
Definition at line 328 of file integer.cpp.
|
inline |
|
inline |
Definition at line 315 of file integer.cpp.
Definition at line 490 of file integer.cpp.
Definition at line 274 of file integer.cpp.
Definition at line 263 of file integer.cpp.
Definition at line 286 of file integer.cpp.
union { ... } |
half_words DWord::m_halfs |
Definition at line 349 of file integer.cpp.
dword DWord::m_whole |
Definition at line 347 of file integer.cpp.