musrfit 1.10.0
vax_single Struct Reference

Public Attributes

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

Detailed Description

Definition at line 185 of file mud_encode.c.

Member Data Documentation

◆ exp

unsigned int vax_single::exp

Definition at line 188 of file mud_encode.c.

Referenced by bdecode_float(), and bencode_float().

◆ mantissa1

unsigned int vax_single::mantissa1

Definition at line 189 of file mud_encode.c.

Referenced by bdecode_float(), and bencode_float().

◆ mantissa2

unsigned int vax_single::mantissa2

Definition at line 186 of file mud_encode.c.

Referenced by bdecode_float(), and bencode_float().

◆ sign

unsigned int vax_single::sign

Definition at line 187 of file mud_encode.c.

Referenced by bdecode_float(), and bencode_float().


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