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.
art::fp_detail::fpcw_t art::fp_detail::getFPCW | ( | ) |
Definition at line 28 of file fpControl.cc.
art::fp_detail::fpsw_t art::fp_detail::getFPSW | ( | ) |
Definition at line 21 of file fpControl.cc.
|
inline |
Definition at line 154 of file fpControl.h.
|
inline |
Definition at line 142 of file fpControl.h.
art::fp_detail::fpcw_t art::fp_detail::setFPCW | ( | fpcw_t | fpcw | ) |
Definition at line 36 of file fpControl.cc.
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.