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

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

Public Attributes

double d
 
struct { 
 
   unsigned int   manl:32 
 
   unsigned int   manh:20 
 
   unsigned int   exp:11 
 
   unsigned int   sign:1 
 
bits 
 

Detailed Description

Definition at line 120 of file fpmath.h.

Member Data Documentation

◆ [struct]

struct { ... } IEEEd2bits::bits

◆ d

double IEEEd2bits::d

Definition at line 121 of file fpmath.h.

◆ exp

unsigned int IEEEd2bits::exp

Definition at line 128 of file fpmath.h.

◆ manh

unsigned int IEEEd2bits::manh

Definition at line 127 of file fpmath.h.

◆ manl

unsigned int IEEEd2bits::manl

Definition at line 125 of file fpmath.h.

◆ sign

unsigned int IEEEd2bits::sign

Definition at line 129 of file fpmath.h.


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