MCPcopy Create free account
hub / github.com/AliveToolkit/alive2 / isInf

Method isInf

smt/expr.cpp:1177–1185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1175}
1176
1177expr expr::isInf() const {
1178 fold_fp_neg(isInf);
1179
1180 expr v;
1181 if (isFPNeg(v))
1182 return v.isInf();
1183
1184 return unop_fold(Z3_mk_fpa_is_infinite);
1185}
1186
1187expr expr::isFPZero() const {
1188 if (isBV())

Callers 4

errorFunction · 0.80
printValMethod · 0.80
fm_poisonFunction · 0.80
toSMTMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected