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

Method isFPMul

smt/expr.cpp:591–593  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

589}
590
591bool expr::isFPMul(expr &rounding, expr &lhs, expr &rhs) const {
592 return isTernaryOp(rounding, lhs, rhs, Z3_OP_FPA_MUL);
593}
594
595bool expr::isFPDiv(expr &rounding, expr &lhs, expr &rhs) const {
596 return isTernaryOp(rounding, lhs, rhs, Z3_OP_FPA_DIV);

Callers 1

getMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected