MCPcopy 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
1056expr expr::log2(unsigned bw_output) const {
1057 C();
1058 return log2_rec(*this, bits() - 1, bw_output);
1059}
1060
1061expr expr::bswap() const {
1062 C();

Callers 1

toSMTMethod · 0.80

Calls 1

log2_recFunction · 0.85

Tested by

no test coverage detected