Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
_GDoubleIEEE754 Union Reference

#include <gtypes.h>

Data Fields

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

Detailed Description

Definition at line 544 of file gtypes.h.

Field Documentation

◆ biased_exponent

guint _GDoubleIEEE754::biased_exponent

Definition at line 550 of file gtypes.h.

◆ mantissa_high

guint _GDoubleIEEE754::mantissa_high

Definition at line 549 of file gtypes.h.

◆ mantissa_low

guint _GDoubleIEEE754::mantissa_low

Definition at line 548 of file gtypes.h.

◆ [struct]

struct { ... } _GDoubleIEEE754::mpn

◆ sign

guint _GDoubleIEEE754::sign

Definition at line 551 of file gtypes.h.

◆ v_double

gdouble _GDoubleIEEE754::v_double

Definition at line 546 of file gtypes.h.


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