Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ isFPDiv
Method
isFPDiv
smt/expr.cpp:595–597 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
593
}
594
595
bool expr::isFPDiv(expr &rounding, expr &lhs, expr &rhs) const {
596
return isTernaryOp(rounding, lhs, rhs, Z3_OP_FPA_DIV);
597
}
598
599
bool expr::isFPNeg(expr &val) const {
600
if (isBV()) {
Callers
1
get
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected