|
musrfit 1.10.0
|
Public Attributes | |
| unsigned int | sign: 1 |
| unsigned int | exp: 8 |
| unsigned int | mantissa1: 7 |
| unsigned int | mantissa2: 16 |
Definition at line 179 of file mud_encode.c.
| unsigned int ieee_single::exp |
Definition at line 181 of file mud_encode.c.
Referenced by bdecode_float(), and bencode_float().
| unsigned int ieee_single::mantissa1 |
Definition at line 182 of file mud_encode.c.
Referenced by bdecode_float(), and bencode_float().
| unsigned int ieee_single::mantissa2 |
Definition at line 183 of file mud_encode.c.
Referenced by bdecode_float(), and bencode_float().
| unsigned int ieee_single::sign |
Definition at line 180 of file mud_encode.c.
Referenced by bdecode_float(), and bencode_float().