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

Method sint2fp

smt/expr.cpp:2043–2047  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2041}
2042
2043expr expr::sint2fp(const expr &type, const expr &rm) const {
2044 C(type, rm);
2045 return simplify_const(Z3_mk_fpa_to_fp_signed(ctx(), rm(), ast(), type.sort()),
2046 *this);
2047}
2048
2049expr expr::uint2fp(const expr &type, const expr &rm) const {
2050 C(type, rm);

Callers 1

toSMTMethod · 0.80

Calls 2

simplify_constFunction · 0.85
sortMethod · 0.80

Tested by

no test coverage detected