mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 04:01:22 +00:00
Added support for the final draft of the FPA standard (and fpa2bv conversion).
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
b2be81fd4d
commit
0e74362ecb
12 changed files with 290 additions and 14 deletions
|
@ -182,6 +182,8 @@ public:
|
|||
mpf_exp_t mk_max_exp(unsigned ebits);
|
||||
mpf_exp_t mk_min_exp(unsigned ebits);
|
||||
|
||||
mpf_exp_t unbias_exp(unsigned ebits, mpf_exp_t biased_exponent);
|
||||
|
||||
/**
|
||||
\brief Return the biggest k s.t. 2^k <= a.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue