|
musrfit 1.10.0
|
Public Attributes | |
| unsigned int | mantissa2: 16 |
| unsigned int | sign: 1 |
| unsigned int | exp: 8 |
| unsigned int | mantissa1: 7 |
Definition at line 185 of file mud_encode.c.
| unsigned int vax_single::exp |
Definition at line 188 of file mud_encode.c.
Referenced by bdecode_float(), and bencode_float().
| unsigned int vax_single::mantissa1 |
Definition at line 189 of file mud_encode.c.
Referenced by bdecode_float(), and bencode_float().
| unsigned int vax_single::mantissa2 |
Definition at line 186 of file mud_encode.c.
Referenced by bdecode_float(), and bencode_float().
| unsigned int vax_single::sign |
Definition at line 187 of file mud_encode.c.
Referenced by bdecode_float(), and bencode_float().