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

#include <gtypes.h>

Data Fields

gfloat v_float
 
struct { 
 
   guint   mantissa: 23 
 
   guint   biased_exponent: 8 
 
   guint   sign: 1 
 
mpn 
 

Detailed Description

Definition at line 535 of file gtypes.h.

Field Documentation

◆ biased_exponent

guint _GFloatIEEE754::biased_exponent

Definition at line 540 of file gtypes.h.

◆ mantissa

guint _GFloatIEEE754::mantissa

Definition at line 539 of file gtypes.h.

◆ [struct]

struct { ... } _GFloatIEEE754::mpn

◆ sign

guint _GFloatIEEE754::sign

Definition at line 541 of file gtypes.h.

◆ v_float

gfloat _GFloatIEEE754::v_float

Definition at line 537 of file gtypes.h.


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