webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
WTF::double_conversion::UInt128 Class Reference

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)
 

Constructor & Destructor Documentation

◆ UInt128() [1/2]

WTF::double_conversion::UInt128::UInt128 ( )
inline

◆ UInt128() [2/2]

WTF::double_conversion::UInt128::UInt128 ( uint64_t  high,
uint64_t  low 
)
inline

Member Function Documentation

◆ BitAt()

int WTF::double_conversion::UInt128::BitAt ( int  position)
inline

◆ DivModPowerOf2()

int WTF::double_conversion::UInt128::DivModPowerOf2 ( int  power)
inline

◆ IsZero()

bool WTF::double_conversion::UInt128::IsZero ( ) const
inline

◆ Multiply()

void WTF::double_conversion::UInt128::Multiply ( uint32_t  multiplicand)
inline

◆ Shift()

void WTF::double_conversion::UInt128::Shift ( int  shift_amount)
inline

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