mirror of
https://github.com/Z3Prover/z3
synced 2025-07-18 02:16:40 +00:00
More float -> fpa renaming
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
dd17f3c7d6
commit
5e5758bb25
16 changed files with 158 additions and 156 deletions
|
@ -26,7 +26,7 @@ Notes:
|
|||
#include"mpf.h"
|
||||
|
||||
class fpa_rewriter {
|
||||
float_util m_util;
|
||||
fpa_util m_util;
|
||||
mpf_manager m_fm;
|
||||
|
||||
app * mk_eq_nan(expr * arg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue