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

#include <Uint16WithFraction.h>

Public Member Functions

 Uint16WithFraction (double number, uint16_t divideByExponent=0)
 
Uint16WithFractionoperator*= (uint16_t multiplier)
 
bool operator< (const Uint16WithFraction &other)
 
uint32_t floorAndSubtract ()
 
int comparePoint5 ()
 
bool sumGreaterThanOne (const Uint16WithFraction &addend)
 

Constructor & Destructor Documentation

◆ Uint16WithFraction()

JSC::Uint16WithFraction::Uint16WithFraction ( double  number,
uint16_t  divideByExponent = 0 
)
inlineexplicit

Member Function Documentation

◆ comparePoint5()

int JSC::Uint16WithFraction::comparePoint5 ( )
inline

◆ floorAndSubtract()

uint32_t JSC::Uint16WithFraction::floorAndSubtract ( )
inline

◆ operator*=()

Uint16WithFraction& JSC::Uint16WithFraction::operator*= ( uint16_t  multiplier)
inline

◆ operator<()

bool JSC::Uint16WithFraction::operator< ( const Uint16WithFraction other)
inline

◆ sumGreaterThanOne()

bool JSC::Uint16WithFraction::sumGreaterThanOne ( const Uint16WithFraction addend)
inline

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