Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ sign
Method
sign
smt/expr.cpp:1994–1997 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1992
}
1993
1994
expr expr::sign() const {
1995
auto bit = bits() - 1;
1996
return extract(bit, bit);
1997
}
1998
1999
expr expr::toBVBool() const {
2000
auto sort = mkBVSort(1);
Callers
11
fromFloat
Method · 0.80
isNaNInt
Method · 0.80
isPtr
Method · 0.80
mkAxioms
Method · 0.80
mkUndef
Method · 0.80
isLogical
Method · 0.80
toSMT
Method · 0.80
add_no_uoverflow
Method · 0.80
add_no_usoverflow
Method · 0.80
sub_no_uoverflow
Method · 0.80
frexp
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected