|
CCTLib
Calling-context and data-object attribution library for Intel Pin
|
Public Attributes | |
| float | f |
| struct { | |
| uint32_t mantisa: 23 | |
| uint32_t exponent: 8 | |
| uint32_t sign: 1 | |
| } | parts |
| struct { | |
| uint32_t value: 31 | |
| uint32_t sign: 1 | |
| } | vars |
| struct { | |
| uint32_t mantisa: 23 | |
| uint32_t exponent: 8 | |
| uint32_t sign: 1 | |
| } | parts |
| struct { | |
| uint32_t value: 31 | |
| uint32_t sign: 1 | |
| } | vars |
Definition at line 815 of file zerospy_client.cpp.
| uint32_t float_cast::exponent |
Definition at line 819 of file zerospy_client.cpp.
| float float_cast::f |
Definition at line 816 of file zerospy_client.cpp.
| uint32_t float_cast::mantisa |
Definition at line 818 of file zerospy_client.cpp.
| struct { ... } float_cast::parts |
| struct { ... } float_cast::parts |
| uint32_t float_cast::sign |
Definition at line 820 of file zerospy_client.cpp.
| uint32_t float_cast::value |
Definition at line 823 of file zerospy_client.cpp.
| struct { ... } float_cast::vars |
| struct { ... } float_cast::vars |