MCPcopy Create free account
hub / github.com/AliveToolkit/alive2 / uint2fp

Method uint2fp

smt/expr.cpp:2049–2054  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2047}
2048
2049expr expr::uint2fp(const expr &type, const expr &rm) const {
2050 C(type, rm);
2051 return
2052 simplify_const(Z3_mk_fpa_to_fp_unsigned(ctx(), rm(), ast(), type.sort()),
2053 *this);
2054}
2055
2056expr expr::mkUF(const char *name, const vector<expr> &args, const expr &range) {
2057 C2(range);

Callers 2

toSMTMethod · 0.80
frexpMethod · 0.80

Calls 2

simplify_constFunction · 0.85
sortMethod · 0.80

Tested by

no test coverage detected