[PPL-devel] [GIT] ppl/ppl(bounded_arithmetic): The `mul2exp' and `div2exp' functions are now called `mul_2exp' and `div_2exp'.

Roberto Bagnara bagnara at cs.unipr.it
Sun Apr 26 20:35:55 CEST 2009


Module: ppl/ppl
Branch: bounded_arithmetic
Commit: 05a160461d8776ab222c46509e06afab0be5bcdd
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=05a160461d8776ab222c46509e06afab0be5bcdd

Author: Roberto Bagnara <bagnara at cs.unipr.it>
Date:   Sun Apr 26 20:31:35 2009 +0200

The `mul2exp' and `div2exp' functions are now called `mul_2exp' and `div_2exp'.
They have also been changed so as to take an unsigned int parameter.

---

 src/Box.templates.hh             |    4 +-
 src/Checked_Number.defs.hh       |   20 +++++++-
 src/Checked_Number.inlines.hh    |   15 +++++-
 src/Octagonal_Shape.templates.hh |  100 +++++++++++++++++++-------------------
 src/checked.defs.hh              |   22 +++++----
 src/checked_ext.inlines.hh       |    8 ++--
 src/checked_float.inlines.hh     |   36 ++++++++------
 src/checked_int.inlines.hh       |   72 +++++++++++++--------------
 src/checked_mpq.inlines.hh       |   22 +++++----
 src/checked_mpz.inlines.hh       |   14 ++---
 src/math_utilities.inlines.hh    |    2 +-
 11 files changed, 172 insertions(+), 143 deletions(-)

Diff:   http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commitdiff;h=05a160461d8776ab222c46509e06afab0be5bcdd



More information about the PPL-devel mailing list