|
cprover
|
#include <float_utils.h>
Public Member Functions | |
| rounding_mode_bitst () | |
| void | set (const ieee_floatt::rounding_modet mode) |
Public Attributes | |
| literalt | round_to_even |
| literalt | round_to_zero |
| literalt | round_to_plus_inf |
| literalt | round_to_minus_inf |
| literalt | round_to_away |
Definition at line 20 of file float_utils.h.
|
inline |
Definition at line 30 of file float_utils.h.
|
inline |
Definition at line 39 of file float_utils.h.
| literalt float_utilst::rounding_mode_bitst::round_to_away |
Definition at line 28 of file float_utils.h.
| literalt float_utilst::rounding_mode_bitst::round_to_even |
Definition at line 24 of file float_utils.h.
| literalt float_utilst::rounding_mode_bitst::round_to_minus_inf |
Definition at line 27 of file float_utils.h.
| literalt float_utilst::rounding_mode_bitst::round_to_plus_inf |
Definition at line 26 of file float_utils.h.
| literalt float_utilst::rounding_mode_bitst::round_to_zero |
Definition at line 25 of file float_utils.h.