v8  3.11.10(node0.8.26)
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 333 of file v8globals.h.

Field Documentation

struct { ... } bits
double d

Definition at line 334 of file v8globals.h.

unsigned int exp

Definition at line 338 of file v8globals.h.

unsigned int man_high

Definition at line 337 of file v8globals.h.

unsigned int man_low

Definition at line 336 of file v8globals.h.

unsigned int sign

Definition at line 339 of file v8globals.h.


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