v8  3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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)
 

Detailed Description

Definition at line 42 of file fixed-dtoa.cc.

Constructor & Destructor Documentation

UInt128 ( )
inline

Definition at line 44 of file fixed-dtoa.cc.

UInt128 ( uint64_t  high,
uint64_t  low 
)
inline

Definition at line 45 of file fixed-dtoa.cc.

Member Function Documentation

int BitAt ( int  position)
inline

Definition at line 106 of file fixed-dtoa.cc.

int DivModPowerOf2 ( int  power)
inline

Definition at line 87 of file fixed-dtoa.cc.

bool IsZero ( ) const
inline

Definition at line 102 of file fixed-dtoa.cc.

void Multiply ( uint32_t  multiplicand)
inline

Definition at line 47 of file fixed-dtoa.cc.

References ASSERT.

void Shift ( int  shift_amount)
inline

Definition at line 64 of file fixed-dtoa.cc.

References ASSERT.


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