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

Method isFPSubNormal

smt/expr.cpp:1205–1207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1203}
1204
1205expr expr::isFPSubNormal() const {
1206 return unop_fold(Z3_mk_fpa_is_subnormal);
1207}
1208
1209expr expr::rne() {
1210 return Z3_mk_fpa_rne(ctx());

Callers 1

handle_subnormalFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected