MCPcopy 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
1193expr expr::isFPNegative() const {
1194 return unop_fold(Z3_mk_fpa_is_negative);
1195}
1196
1197expr expr::isFPNegZero() const {
1198 return isFPZero() && isFPNegative();

Callers 4

printValMethod · 0.80
isfpclassFunction · 0.80
handle_subnormalFunction · 0.80
toSMTMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected