|
CCTLib
Calling-context and data-object attribution library for Intel Pin
|
Public Attributes | |
| double | f |
| struct { | |
| uint64_t mantisa: 52 | |
| uint64_t exponent: 11 | |
| uint64_t sign: 1 | |
| } | parts |
| struct { | |
| uint64_t value: 63 | |
| uint64_t sign: 1 | |
| } | vars |
| struct { | |
| uint64_t mantisa: 52 | |
| uint64_t exponent: 11 | |
| uint64_t sign: 1 | |
| } | parts |
| struct { | |
| uint64_t value: 63 | |
| uint64_t sign: 1 | |
| } | vars |
Definition at line 828 of file zerospy_client.cpp.
| uint64_t double_cast::exponent |
Definition at line 832 of file zerospy_client.cpp.
| double double_cast::f |
Definition at line 829 of file zerospy_client.cpp.
| uint64_t double_cast::mantisa |
Definition at line 831 of file zerospy_client.cpp.
| struct { ... } double_cast::parts |
| struct { ... } double_cast::parts |
| uint64_t double_cast::sign |
Definition at line 833 of file zerospy_client.cpp.
| uint64_t double_cast::value |
Definition at line 836 of file zerospy_client.cpp.
| struct { ... } double_cast::vars |
| struct { ... } double_cast::vars |