v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::IeeeDoubleBigEndianArchType Union Reference

#include <globals.h>

Collaboration diagram for v8::internal::IeeeDoubleBigEndianArchType:

Public Attributes

double d
 
struct { 
 
   unsigned int   sign: 1 
 
   unsigned int   exp: 11 
 
   unsigned int   man_high: 20 
 
   unsigned int   man_low: 32 
 
bits 
 

Detailed Description

Definition at line 1746 of file globals.h.

Member Data Documentation

◆ [struct]

struct { ... } v8::internal::IeeeDoubleBigEndianArchType::bits

◆ d

double v8::internal::IeeeDoubleBigEndianArchType::d

Definition at line 1747 of file globals.h.

◆ exp

unsigned int v8::internal::IeeeDoubleBigEndianArchType::exp

Definition at line 1750 of file globals.h.

◆ man_high

unsigned int v8::internal::IeeeDoubleBigEndianArchType::man_high

Definition at line 1751 of file globals.h.

◆ man_low

unsigned int v8::internal::IeeeDoubleBigEndianArchType::man_low

Definition at line 1752 of file globals.h.

◆ sign

unsigned int v8::internal::IeeeDoubleBigEndianArchType::sign

Definition at line 1749 of file globals.h.


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