ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
G4ExpConsts::ieee754 Union Reference

#include <geant4/tree/geant4-10.6-release/source/global/management/include/G4Exp.hh>

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]
 

Detailed Description

Definition at line 106 of file G4Exp.hh.

View newest version in sPHENIX GitHub at line 106 of file G4Exp.hh

Constructor & Destructor Documentation

G4ExpConsts::ieee754::ieee754 ( )
inline

Definition at line 108 of file G4Exp.hh.

View newest version in sPHENIX GitHub at line 108 of file G4Exp.hh

G4ExpConsts::ieee754::ieee754 ( G4double  thed)
inline

Definition at line 109 of file G4Exp.hh.

View newest version in sPHENIX GitHub at line 109 of file G4Exp.hh

References d.

G4ExpConsts::ieee754::ieee754 ( uint64_t  thell)
inline

Definition at line 110 of file G4Exp.hh.

View newest version in sPHENIX GitHub at line 110 of file G4Exp.hh

References ll.

G4ExpConsts::ieee754::ieee754 ( G4float  thef)
inline

Definition at line 111 of file G4Exp.hh.

View newest version in sPHENIX GitHub at line 111 of file G4Exp.hh

References f.

G4ExpConsts::ieee754::ieee754 ( uint32_t  thei)
inline

Definition at line 112 of file G4Exp.hh.

View newest version in sPHENIX GitHub at line 112 of file G4Exp.hh

References i.

Member Data Documentation

G4double G4ExpConsts::ieee754::d

Definition at line 112 of file G4Exp.hh.

View newest version in sPHENIX GitHub at line 112 of file G4Exp.hh

Referenced by ieee754(), and G4ExpConsts::uint642dp().

G4float G4ExpConsts::ieee754::f[2]

Definition at line 114 of file G4Exp.hh.

View newest version in sPHENIX GitHub at line 114 of file G4Exp.hh

Referenced by ieee754(), G4ExpConsts::sp2uint32(), and G4ExpConsts::uint322sp().

uint32_t G4ExpConsts::ieee754::i[2]

Definition at line 115 of file G4Exp.hh.

View newest version in sPHENIX GitHub at line 115 of file G4Exp.hh

Referenced by ieee754(), G4ExpConsts::sp2uint32(), and G4ExpConsts::uint322sp().

uint64_t G4ExpConsts::ieee754::ll

Definition at line 116 of file G4Exp.hh.

View newest version in sPHENIX GitHub at line 116 of file G4Exp.hh

Referenced by ieee754(), and G4ExpConsts::uint642dp().

uint16_t G4ExpConsts::ieee754::s[4]

Definition at line 117 of file G4Exp.hh.

View newest version in sPHENIX GitHub at line 117 of file G4Exp.hh


The documentation for this union was generated from the following file: