3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-07 19:51:22 +00:00

New implementations of fp.roundToIntegral in mpf and fpa2bv.

Partially fixes #69
This commit is contained in:
Christoph M. Wintersteiger 2015-05-06 19:18:29 +01:00
parent 53b479e1c3
commit a63481de85
4 changed files with 168 additions and 58 deletions

View file

@ -209,7 +209,7 @@ public:
void to_sbv_mpq(mpf_rounding_mode rm, const mpf & x, scoped_mpq & o);
protected:
void mk_one(unsigned ebits, unsigned sbits, mpf & o) const;
void mk_one(unsigned ebits, unsigned sbits, bool sign, mpf & o) const;
bool has_bot_exp(mpf const & x);
bool has_top_exp(mpf const & x);