ROOT  6.05/03
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Attributes | List of all members
_GDoubleIEEE754 Union Reference

Definition at line 282 of file gtypes.h.

Public Attributes

gdouble v_double
 
struct {
   guint   mantissa_low: 32
 
   guint   mantissa_high: 20
 
   guint   biased_exponent: 11
 
   guint   sign: 1
 
mpn
 

#include </mnt/vdb/lsf/workspace/root-makedoc/rootspi/rdoc/src/master/graf2d/win32gdk/gdk/src/glib/gtypes.h>

Member Data Documentation

guint _GDoubleIEEE754::biased_exponent

Definition at line 288 of file gtypes.h.

Referenced by printf_string_upper_bound().

guint _GDoubleIEEE754::mantissa_high

Definition at line 287 of file gtypes.h.

guint _GDoubleIEEE754::mantissa_low

Definition at line 286 of file gtypes.h.

struct { ... } _GDoubleIEEE754::mpn
guint _GDoubleIEEE754::sign

Definition at line 289 of file gtypes.h.

gdouble _GDoubleIEEE754::v_double

Definition at line 284 of file gtypes.h.

Referenced by printf_string_upper_bound().


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