#include <ErrorMatrixCompressor.h>
Definition at line 55 of file ErrorMatrixCompressor.h.
◆ FloatRep()
| FloatRep::FloatRep |
( |
char | s, |
|
|
unsigned short | e, |
|
|
unsigned int | m ) |
|
inline |
◆ ~FloatRep()
◆ exponent() [1/2]
| unsigned short FloatRep::exponent |
( |
| ) |
const |
|
inline |
◆ exponent() [2/2]
| void FloatRep::exponent |
( |
unsigned short int | e | ) |
|
|
inline |
◆ mantissa() [1/2]
| unsigned int FloatRep::mantissa |
( |
| ) |
const |
|
inline |
◆ mantissa() [2/2]
| void FloatRep::mantissa |
( |
unsigned int | m | ) |
|
|
inline |
◆ restore()
| float FloatRep::restore |
( |
| ) |
|
|
inline |
Definition at line 64 of file ErrorMatrixCompressor.h.
65 {
66
67
69 return 0.0;
70
71 std::uint32_t
buf=0x00000000u;
72
77 return std::bit_cast<float>(buf);
78 }
◆ sign() [1/2]
| char FloatRep::sign |
( |
| ) |
const |
|
inline |
◆ sign() [2/2]
| void FloatRep::sign |
( |
char | s | ) |
|
|
inline |
◆ m_exp
| std::uint32_t FloatRep::m_exp {} |
|
private |
◆ m_mant
| std::uint32_t FloatRep::m_mant {} |
|
private |
◆ m_sign
The documentation for this class was generated from the following file: