V8 Project
v8::internal::IeeeDoubleLittleEndianArchType Union Reference

#include <globals.h>

+ Collaboration diagram for v8::internal::IeeeDoubleLittleEndianArchType:

Public Attributes

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

Detailed Description

Definition at line 519 of file globals.h.

Member Data Documentation

◆ 

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

◆ d

double v8::internal::IeeeDoubleLittleEndianArchType::d

Definition at line 520 of file globals.h.

Referenced by v8::internal::DoubleToBoolean().

◆ exp

unsigned int v8::internal::IeeeDoubleLittleEndianArchType::exp

Definition at line 524 of file globals.h.

Referenced by v8::internal::DoubleToBoolean().

◆ man_high

unsigned int v8::internal::IeeeDoubleLittleEndianArchType::man_high

Definition at line 523 of file globals.h.

Referenced by v8::internal::DoubleToBoolean().

◆ man_low

unsigned int v8::internal::IeeeDoubleLittleEndianArchType::man_low

Definition at line 522 of file globals.h.

Referenced by v8::internal::DoubleToBoolean().

◆ sign

unsigned int v8::internal::IeeeDoubleLittleEndianArchType::sign

Definition at line 525 of file globals.h.


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