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) |
Definition at line 37 of file fixed-dtoa.cc.
| double_conversion::UInt128::UInt128 | ( | ) | [inline] |
Definition at line 39 of file fixed-dtoa.cc.
| double_conversion::UInt128::UInt128 | ( | uint64_t | high, | |
| uint64_t | low | |||
| ) | [inline] |
Definition at line 40 of file fixed-dtoa.cc.
| int double_conversion::UInt128::BitAt | ( | int | position | ) | [inline] |
Definition at line 101 of file fixed-dtoa.cc.
| int double_conversion::UInt128::DivModPowerOf2 | ( | int | power | ) | [inline] |
Definition at line 82 of file fixed-dtoa.cc.
| bool double_conversion::UInt128::IsZero | ( | ) | const [inline] |
Definition at line 97 of file fixed-dtoa.cc.
| void double_conversion::UInt128::Multiply | ( | uint32_t | multiplicand | ) | [inline] |
| void double_conversion::UInt128::Shift | ( | int | shift_amount | ) | [inline] |
1.5.9