musrfit 1.10.0
ieee_single Struct Reference

Public Attributes

unsigned int sign: 1
 
unsigned int exp: 8
 
unsigned int mantissa1: 7
 
unsigned int mantissa2: 16
 

Detailed Description

Definition at line 179 of file mud_encode.c.

Member Data Documentation

◆ exp

unsigned int ieee_single::exp

Definition at line 181 of file mud_encode.c.

Referenced by bdecode_float(), and bencode_float().

◆ mantissa1

unsigned int ieee_single::mantissa1

Definition at line 182 of file mud_encode.c.

Referenced by bdecode_float(), and bencode_float().

◆ mantissa2

unsigned int ieee_single::mantissa2

Definition at line 183 of file mud_encode.c.

Referenced by bdecode_float(), and bencode_float().

◆ sign

unsigned int ieee_single::sign

Definition at line 180 of file mud_encode.c.

Referenced by bdecode_float(), and bencode_float().


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