_dval Union Reference


Data Fields

type {
   unsigned int   sign:1
   unsigned int   exp:11
   unsigned int   hi:20
   unsigned int   lo:32
fparts
type {
   unsigned int   sign:1
   unsigned int   exp:11
   unsigned int   qnan_bit:1
   unsigned int   hi:19
   unsigned int   lo:32
nparts
type {
   unsigned int   hi
   unsigned int   lo
fwords
double d
type {
   unsigned int   sign:1
   unsigned int   exp:11
   unsigned int   hi:20
   unsigned int   lo:32
fparts
type {
   unsigned int   sign:1
   unsigned int   exp:11
   unsigned int   qnan_bit:1
   unsigned int   hi:19
   unsigned int   lo:32
nparts
type {
   unsigned int   hi
   unsigned int   lo
fwords

Detailed Description

Definition at line 70 of file c_a_to_q.c.


Field Documentation

unsigned int _dval::sign

Definition at line 78 of file c_a_to_q.c.

unsigned int _dval::exp

Definition at line 79 of file c_a_to_q.c.

unsigned int _dval::hi

Definition at line 80 of file c_a_to_q.c.

unsigned int _dval::lo

Definition at line 81 of file c_a_to_q.c.

struct { ... } _dval::fparts

unsigned int _dval::qnan_bit

Definition at line 94 of file c_a_to_q.c.

struct { ... } _dval::nparts

struct { ... } _dval::fwords

double _dval::d

Definition at line 108 of file c_a_to_q.c.

Referenced by c_atoq(), and c_qtoa().

struct { ... } _dval::fparts

struct { ... } _dval::nparts

struct { ... } _dval::fwords


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

Generated on Wed Apr 8 16:20:58 2009 for Open64 by  doxygen 1.5.6