musrfit 1.10.0
ieee_double Struct Reference

Public Attributes

unsigned int sign: 1
 
unsigned int exp: 11
 
unsigned int mantissa1: 4
 
unsigned int mantissa2: 16
 
unsigned int mantissa3: 16
 
unsigned int mantissa4: 16
 

Detailed Description

Definition at line 333 of file mud_encode.c.

Member Data Documentation

◆ exp

unsigned int ieee_double::exp

Definition at line 335 of file mud_encode.c.

Referenced by bdecode_double(), and bencode_double().

◆ mantissa1

unsigned int ieee_double::mantissa1

Definition at line 336 of file mud_encode.c.

Referenced by bdecode_double(), and bencode_double().

◆ mantissa2

unsigned int ieee_double::mantissa2

Definition at line 337 of file mud_encode.c.

Referenced by bdecode_double(), and bencode_double().

◆ mantissa3

unsigned int ieee_double::mantissa3

Definition at line 338 of file mud_encode.c.

Referenced by bdecode_double(), and bencode_double().

◆ mantissa4

unsigned int ieee_double::mantissa4

Definition at line 339 of file mud_encode.c.

Referenced by bdecode_double(), and bencode_double().

◆ sign

unsigned int ieee_double::sign

Definition at line 334 of file mud_encode.c.

Referenced by bdecode_double().


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