Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ log2
Method
log2
smt/expr.cpp:1056–1059 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1054
}
1055
1056
expr expr::log2(unsigned bw_output) const {
1057
C();
1058
return log2_rec(*this, bits() - 1, bw_output);
1059
}
1060
1061
expr expr::bswap() const {
1062
C();
Callers
1
toSMT
Method · 0.80
Calls
1
log2_rec
Function · 0.85
Tested by
no test coverage detected