v8  3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
IeeeDoubleLittleEndianArchType Union Reference

#include <v8globals.h>

Data Fields

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 318 of file v8globals.h.

Field Documentation

struct { ... } bits
double d

Definition at line 319 of file v8globals.h.

unsigned int exp

Definition at line 323 of file v8globals.h.

unsigned int man_high

Definition at line 322 of file v8globals.h.

unsigned int man_low

Definition at line 321 of file v8globals.h.

unsigned int sign

Definition at line 324 of file v8globals.h.


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