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

Method isFPSub

smt/expr.cpp:587–589  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

585}
586
587bool expr::isFPSub(expr &rounding, expr &lhs, expr &rhs) const {
588 return isTernaryOp(rounding, lhs, rhs, Z3_OP_FPA_SUB);
589}
590
591bool expr::isFPMul(expr &rounding, expr &lhs, expr &rhs) const {
592 return isTernaryOp(rounding, lhs, rhs, Z3_OP_FPA_MUL);

Callers 1

getMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected