v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::base::CachedPower Struct Reference
Collaboration diagram for v8::base::CachedPower:

Public Attributes

uint64_t significand
 
int16_t binary_exponent
 
int16_t decimal_exponent
 

Detailed Description

Definition at line 19 of file cached-powers.cc.

Member Data Documentation

◆ binary_exponent

int16_t v8::base::CachedPower::binary_exponent

Definition at line 21 of file cached-powers.cc.

◆ decimal_exponent

int16_t v8::base::CachedPower::decimal_exponent

Definition at line 22 of file cached-powers.cc.

◆ significand

uint64_t v8::base::CachedPower::significand

Definition at line 20 of file cached-powers.cc.


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