mirror of
https://github.com/Z3Prover/z3
synced 2025-08-10 13:10:50 +00:00
Whitespace
This commit is contained in:
parent
d8ea3023fc
commit
bc257211d6
6 changed files with 37 additions and 38 deletions
|
@ -71,9 +71,9 @@ public:
|
|||
bool is_rm(expr * e) { return is_app(e) && m_util.is_rm(e); }
|
||||
bool is_rm(sort * s) { return m_util.is_rm(s); }
|
||||
bool is_float_family(func_decl * f) { return f->get_family_id() == m_util.get_family_id(); }
|
||||
|
||||
|
||||
void mk_fp(func_decl * f, unsigned num, expr * const * args, expr_ref & result);
|
||||
|
||||
|
||||
void split_fp(expr * e, expr * & sgn, expr * & exp, expr * & sig) const;
|
||||
void split_fp(expr * e, expr_ref & sgn, expr_ref & exp, expr_ref & sig) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue