|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4IEEE754.hh>
Public Member Functions | |
| ieee754 ()=default | |
| 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] |
Definition at line 39 of file G4IEEE754.hh.
|
default |
|
inline |
Definition at line 42 of file G4IEEE754.hh.
|
inline |
Definition at line 43 of file G4IEEE754.hh.
|
inline |
Definition at line 44 of file G4IEEE754.hh.
|
inline |
Definition at line 45 of file G4IEEE754.hh.
| G4double G4IEEE754::ieee754::d |
Definition at line 46 of file G4IEEE754.hh.
Referenced by G4IEEE754::dp2uint64(), ieee754(), and G4IEEE754::uint642dp().
| G4float G4IEEE754::ieee754::f[2] |
Definition at line 47 of file G4IEEE754.hh.
Referenced by ieee754(), G4IEEE754::sp2uint32(), and G4IEEE754::uint322sp().
| uint32_t G4IEEE754::ieee754::i[2] |
Definition at line 48 of file G4IEEE754.hh.
Referenced by ieee754(), G4IEEE754::sp2uint32(), and G4IEEE754::uint322sp().
| uint64_t G4IEEE754::ieee754::ll |
Definition at line 49 of file G4IEEE754.hh.
Referenced by G4IEEE754::dp2uint64(), ieee754(), and G4IEEE754::uint642dp().
| uint16_t G4IEEE754::ieee754::s[4] |
Definition at line 50 of file G4IEEE754.hh.