mirror of
https://github.com/Z3Prover/z3
synced 2025-04-25 01:55:32 +00:00
Naming consistency
This commit is contained in:
parent
8a34bd2bf1
commit
705ace6f0a
2 changed files with 2 additions and 2 deletions
|
@ -105,7 +105,7 @@ public:
|
|||
void mul(mpf_rounding_mode rm, hwf const & x, hwf const & y, hwf & o);
|
||||
void div(mpf_rounding_mode rm, hwf const & x, hwf const & y, hwf & o);
|
||||
|
||||
void fused_mul_add(mpf_rounding_mode rm, hwf const & x, hwf const & y, hwf const &z, hwf & o);
|
||||
void fma(mpf_rounding_mode rm, hwf const & x, hwf const & y, hwf const &z, hwf & o);
|
||||
|
||||
void sqrt(mpf_rounding_mode rm, hwf const & x, hwf & o);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue