32 return float_utils.
rem(lhs_as_bv, rhs_as_bv);
Pre-defined bitvector types.
const floatbv_typet & to_floatbv_type(const typet &type)
Cast a typet to a floatbv_typet.
A base class for binary expressions.
virtual const bvt & convert_bv(const exprt &expr, const std::optional< std::size_t > expected_width={})
Convert expression to vector of literalts, using an internal cache to speed up conversion if availabl...
virtual bvt convert_floatbv_mod_rem(const binary_exprt &)
static bvt build_constant(const mp_integer &i, std::size_t width)
typet & type()
Return the type of the expression.
virtual bvt rem(const bvt &src1, const bvt &src2)
void set_rounding_mode(const bvt &)
std::vector< literalt > bvt