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

Method float2Float

smt/expr.cpp:2027–2031  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2025}
2026
2027expr expr::float2Float(const expr &type, const expr &rm) const {
2028 C(type, rm);
2029 return simplify_const(Z3_mk_fpa_to_fp_float(ctx(), rm(), ast(), type.sort()),
2030 *this);
2031}
2032
2033expr expr::fp2sint(unsigned bits, const expr &rm) const {
2034 C(rm);

Callers 1

toSMTMethod · 0.80

Calls 2

simplify_constFunction · 0.85
sortMethod · 0.80

Tested by

no test coverage detected