cprover
float_utilst::rounding_mode_bitst Struct Reference

#include <float_utils.h>

Collaboration diagram for float_utilst::rounding_mode_bitst:
[legend]

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
 

Detailed Description

Definition at line 20 of file float_utils.h.

Constructor & Destructor Documentation

◆ rounding_mode_bitst()

float_utilst::rounding_mode_bitst::rounding_mode_bitst ( )
inline

Definition at line 29 of file float_utils.h.

Member Function Documentation

◆ set()

Member Data Documentation

◆ round_to_even

literalt float_utilst::rounding_mode_bitst::round_to_even

◆ round_to_minus_inf

literalt float_utilst::rounding_mode_bitst::round_to_minus_inf

◆ round_to_plus_inf

literalt float_utilst::rounding_mode_bitst::round_to_plus_inf

◆ round_to_zero

literalt float_utilst::rounding_mode_bitst::round_to_zero

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