LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Classes | |
struct | fp_control_t |
Enumerations | |
enum | precision_t { precision_t::SINGLE = fpControl_SINGLE_PREC, precision_t::DOUBLE = fpControl_DOUBLE_PREC, precision_t::EXTENDED = fpControl_EXTENDED_PREC } |
Functions | |
fpsw_t | getFPSW () |
fpcw_t | getFPCW () |
fpcw_t | setFPCW (fpcw_t fpcw) |
fp_control_t | getFPControl () |
fp_control_t | setFPControl (fp_control_t const &fpControl) |
char const * | on_or_off (bool const b) |
Variables | |
using | fpsw_t = typedef |
using | fpcw_t = typedef |
|
strong |
|
inline |
Definition at line 130 of file fpControl.h.
References getFPCW().
Referenced by art::FloatingPointControl::FloatingPointControl().
art::fp_detail::fpcw_t art::fp_detail::getFPCW | ( | ) |
Definition at line 28 of file fpControl.cc.
References fpcw_t.
Referenced by getFPControl(), art::FloatingPointControl::getMask(), art::FloatingPointControl::getPrecision(), and setFPCW().
art::fp_detail::fpsw_t art::fp_detail::getFPSW | ( | ) |
|
inline |
Definition at line 154 of file fpControl.h.
|
inline |
Definition at line 142 of file fpControl.h.
References art::fp_detail::fp_control_t::fpcw, and setFPCW().
Referenced by art::FloatingPointControl::FloatingPointControl(), and art::FloatingPointControl::postEndJob().
art::fp_detail::fpcw_t art::fp_detail::setFPCW | ( | fpcw_t | fpcw | ) |
Definition at line 36 of file fpControl.cc.
References fpcw_t, and getFPCW().
Referenced by setFPControl().
using art::fp_detail::fpcw_t = typedef |
Definition at line 99 of file fpControl.h.
using art::fp_detail::fpsw_t = typedef |
Definition at line 91 of file fpControl.h.
Referenced by getFPSW().