Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ isfloat2BV
Method
isfloat2BV
smt/expr.cpp:643–645 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
641
}
642
643
bool expr::isfloat2BV(expr &fp) const {
644
return isUnOp(fp, Z3_OP_FPA_TO_IEEE_BV);
645
}
646
647
unsigned expr::min_leading_zeros() const {
648
expr a, b;
Callers
1
getFloat
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected