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

Method fma

smt/expr.cpp:1315–1318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1313}
1314
1315expr expr::fma(const expr &a, const expr &b, const expr &c, const expr &rm) {
1316 C2(a, b, c, rm);
1317 return simplify_const(Z3_mk_fpa_fma(ctx(), rm(), a(), b(), c()), a, b, c);
1318}
1319
1320expr expr::ceil() const {
1321 return round(rtp());

Callers

nothing calls this directly

Calls 2

simplify_constFunction · 0.85
aFunction · 0.85

Tested by

no test coverage detected