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

Method isfloat2BV

smt/expr.cpp:643–645  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

641}
642
643bool expr::isfloat2BV(expr &fp) const {
644 return isUnOp(fp, Z3_OP_FPA_TO_IEEE_BV);
645}
646
647unsigned expr::min_leading_zeros() const {
648 expr a, b;

Callers 1

getFloatMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected