Function z3_sys::Z3_mk_fpa_to_ubv[][src]

pub unsafe extern "C" fn Z3_mk_fpa_to_ubv(
    c: Z3_context,
    rm: Z3_ast,
    t: Z3_ast,
    sz: c_uint
) -> Z3_ast
Expand description

Conversion of a floating-point term into an unsigned bit-vector.

Produces a term that represents the conversion of the floating-point term t into a bit-vector term of size sz in unsigned 2’s complement format. If necessary, the result will be rounded according to rounding mode rm.

  • c: logical context
  • rm: term of RoundingMode sort
  • t: term of FloatingPoint sort
  • sz: size of the resulting bit-vector