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:
parent
53b479e1c3
commit
a63481de85
4 changed files with 168 additions and 58 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue