Flutter Engine
The Flutter Engine
|
Public Member Functions | |
UInt128 () | |
UInt128 (uint64_t high, uint64_t low) | |
void | Multiply (uint32_t multiplicand) |
void | Shift (int shift_amount) |
int | DivModPowerOf2 (int power) |
bool | IsZero () const |
int | BitAt (int position) const |
Definition at line 37 of file fixed-dtoa.cc.
|
inline |
Definition at line 39 of file fixed-dtoa.cc.
|
inline |
Definition at line 40 of file fixed-dtoa.cc.
Definition at line 101 of file fixed-dtoa.cc.
Definition at line 82 of file fixed-dtoa.cc.
|
inline |
Definition at line 97 of file fixed-dtoa.cc.
|
inline |
Definition at line 42 of file fixed-dtoa.cc.
|
inline |
Definition at line 59 of file fixed-dtoa.cc.