3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-18 22:59:02 +00:00
z3/src/ast/fpa
Christoph M. Wintersteiger 9d57bdd2ef
Assorted fixes for floats (#6968)
* Improve 4be26eb543

* Add-on to 0f4f32c5d0

* Fix mk_numeral

* Fix corner-case in fp.div

* Fixes for corner-cases in mk_to_fp_(un)signed

* Fix out-of-range results in mpf_manager::fma

* Further adjustments for fp.to_fp_(un)signed

* fp.to_fp from real can't be NaN

* fp.to_fp from reals: add bounds

* Fix NaN encodings in theory_fpa.

* Fix fp.fma rounding with tiny floats

* Fix literal creation order in theory_fpa
2023-10-29 17:29:42 -07:00
..
bv2fpa_converter.cpp Assorted fixes for floats (#6968) 2023-10-29 17:29:42 -07:00
bv2fpa_converter.h model refactor (#4723) 2020-10-05 14:13:05 -07:00
CMakeLists.txt move fpa 2020-08-29 11:16:21 -07:00
fpa2bv_converter.cpp Assorted fixes for floats (#6968) 2023-10-29 17:29:42 -07:00
fpa2bv_converter.h Assorted fixes for floats (#6968) 2023-10-29 17:29:42 -07:00
fpa2bv_rewriter.cpp Add interpreted versions of unspecified cases of fp.to_ieee_bv and fp.to_real (#6077) 2022-06-04 17:53:23 +01:00
fpa2bv_rewriter.h more fpa 2020-09-30 19:06:07 -07:00