Imt.Base C++ API V4.1.1.0
Loading...
Searching...
No Matches
IEEEf2bits Union Reference

#include <Imt.Base.Core.Math/lib/openlibm/src/fpmath.h>

Public Attributes

float f
 
struct { 
 
   unsigned int   man:23 
 
   unsigned int   exp:8 
 
   unsigned int   sign:1 
 
bits 
 

Detailed Description

Definition at line 102 of file fpmath.h.

Member Data Documentation

◆ [struct]

struct { ... } IEEEf2bits::bits

◆ exp

unsigned int IEEEf2bits::exp

Definition at line 107 of file fpmath.h.

◆ f

float IEEEf2bits::f

Definition at line 103 of file fpmath.h.

◆ man

unsigned int IEEEf2bits::man

Definition at line 106 of file fpmath.h.

◆ sign

unsigned int IEEEf2bits::sign

Definition at line 108 of file fpmath.h.


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