|
Geant4
10.07.p01
|
Public Member Functions | |
| ieee754 () | |
| ieee754 (G4double thed) | |
| ieee754 (uint64_t thell) | |
| ieee754 (G4float thef) | |
| ieee754 (uint32_t thei) | |
Public Attributes | |
| G4double | d |
| G4float | f [2] |
| uint32_t | i [2] |
| uint64_t | ll |
| uint16_t | s [4] |
| ieee754 | ( | ) |
References ieee754::d.
| ieee754 | ( | uint64_t | thell | ) |
References ieee754::ll.
References ieee754::f.
| ieee754 | ( | uint32_t | thei | ) |
References ieee754::i.
| G4double d |
Referenced by G4LogConsts::dp2uint64(), ieee754::ieee754(), and G4LogConsts::uint642dp().
| G4float f[2] |
Referenced by ieee754::ieee754(), G4LogConsts::sp2uint32(), and G4LogConsts::uint322sp().
| uint32_t i[2] |
Referenced by ieee754::ieee754(), G4LogConsts::sp2uint32(), and G4LogConsts::uint322sp().
| uint64_t ll |
Referenced by G4LogConsts::dp2uint64(), ieee754::ieee754(), and G4LogConsts::uint642dp().
| uint16_t s[4] |