V8 Project
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 530 of file globals.h.

Member Data Documentation

◆ 

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

◆ d

double v8::internal::IeeeDoubleBigEndianArchType::d

Definition at line 531 of file globals.h.

◆ exp

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

Definition at line 534 of file globals.h.

◆ man_high

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

Definition at line 535 of file globals.h.

◆ man_low

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

Definition at line 536 of file globals.h.

◆ sign

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

Definition at line 533 of file globals.h.


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