SVF
Public Attributes | List of all members
IeeeNanStruct Struct Reference

#include <epd.h>

Public Attributes

unsigned int mantissa1: 32
 
unsigned int mantissa0: 19
 
unsigned int quiet_bit: 1
 
unsigned int exponent: 11
 
unsigned int sign: 1
 

Detailed Description

Struct**********************************************************************

Synopsis [IEEE double NaN struct.]

Description [IEEE double NaN struct.]

SeeAlso []

Definition at line 113 of file epd.h.

Member Data Documentation

◆ exponent

unsigned int IeeeNanStruct::exponent

Definition at line 117 of file epd.h.

◆ mantissa0

unsigned int IeeeNanStruct::mantissa0

Definition at line 115 of file epd.h.

◆ mantissa1

unsigned int IeeeNanStruct::mantissa1

Definition at line 114 of file epd.h.

◆ quiet_bit

unsigned int IeeeNanStruct::quiet_bit

Definition at line 116 of file epd.h.

◆ sign

unsigned int IeeeNanStruct::sign

Definition at line 118 of file epd.h.


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