Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Member Functions | Data Fields
_FP_UNION_D Union Reference

#include <double.h>

Public Member Functions

struct {
   unsigned   sign: 1
 
   unsigned   exp: _FP_EXPBITS_D
 
   unsigned   frac1: _FP_FRACBITS_D - (_FP_IMPLBIT_D != 0) - _FP_W_TYPE_SIZE
 
   unsigned   frac0: _FP_W_TYPE_SIZE
 
__attribute__ ((packed))
 

Data Fields

double flt
 

Detailed Description

Definition at line 55 of file double.h.

Member Function Documentation

struct _FP_UNION_D::@8124 __attribute__ ( (packed)  )

Field Documentation

unsigned exp

Definition at line 61 of file double.h.

double flt

Definition at line 57 of file double.h.

unsigned frac0

Definition at line 63 of file double.h.

unsigned frac1

Definition at line 62 of file double.h.

unsigned sign

Definition at line 60 of file double.h.


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