V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::DiyFp Class Reference

Public Member Functions

 DiyFp (uint64_t f, int e)
 
void Subtract (const DiyFp &other)
 
void Multiply (const DiyFp &other)
 
void Normalize ()
 
uint64_t f () const
 
int e () const
 
void set_f (uint64_t new_value)
 
void set_e (int new_value)
 

Static Public Member Functions

static DiyFp Minus (const DiyFp &a, const DiyFp &b)
 
static DiyFp Times (const DiyFp &a, const DiyFp &b)
 
static DiyFp Normalize (const DiyFp &a)
 

Static Public Attributes

static const int kSignificandSize = 64
 

Detailed Description

Definition at line 20 of file diy-fp.h.


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