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

Method fdiv

smt/expr.cpp:1244–1247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1242}
1243
1244expr expr::fdiv(const expr &rhs, const expr &rm) const {
1245 C(rhs, rm);
1246 return simplify_const(Z3_mk_fpa_div(ctx(), rm(), ast(), rhs()), *this, rhs);
1247}
1248
1249expr expr::frem(const expr &rhs) const {
1250 C(rhs);

Callers 3

smtOfMethod · 0.80
toSMTMethod · 0.80
frexpMethod · 0.80

Calls 1

simplify_constFunction · 0.85

Tested by

no test coverage detected