Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ isFPNegative
Method
isFPNegative
smt/expr.cpp:1193–1195 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1191
}
1192
1193
expr expr::isFPNegative() const {
1194
return unop_fold(Z3_mk_fpa_is_negative);
1195
}
1196
1197
expr expr::isFPNegZero() const {
1198
return isFPZero() && isFPNegative();
Callers
4
printVal
Method · 0.80
isfpclass
Function · 0.80
handle_subnormal
Function · 0.80
toSMT
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected