ttmath/ttmath
Tomasz Sowa 0170572f84 added: doxygen.cfg for generating a documentation from the doxygen
changed: UInt::Rcl(uint c=0) and UInt::Rcr(uint c=0) into
        UInt::Rcl2(uint bits, uint c) and UInt::Rcr2(uint bits, uint c)
        now they can move more than one bit and they are only private
fixed: UInt::Rcl(uint bits, uint c) and UInt::Rcr(uint bits, uint c)
       didn't correctly return a carry if the 'bits' were equal
       to 'value_size*TTMATH_BITS_PER_UINT'
changed: UInt::Rcl(uint bits, uint c) and UInt::Rcr(uint bits, uint c)
        into UInt::Rcl(uint bits, uint c=0) and
        UInt::Rcr(uint bits, uint c=0)
        they are faster now when the bits is greater than a half of
        the TTMATH_BITS_PER_UINT
changed: UInt::CompensationToLeft() it's faster now
changed: more small changes where there were UInt::Rcl(uint c=0) and
       UInt::Rcr(uint c=0) used


git-svn-id: svn://ttmath.org/publicrep/ttmath/trunk@34 e52654a7-88a9-db11-a3e9-0013d4bc506e
2007-04-11 22:14:17 +00:00
..
ttmath.h added: UInt::MulInt(int, UInt<int another_size>::&) 2007-04-07 22:21:31 +00:00
ttmathbig.h added: doxygen.cfg for generating a documentation from the doxygen 2007-04-11 22:14:17 +00:00
ttmathint.h added: DegToDeg(deg, min, sec), DegToRad(deg), DegToRad(deg, min, sec), 2007-03-28 22:27:57 +00:00
ttmathobjects.h added: DegToDeg(deg, min, sec), DegToRad(deg), DegToRad(deg, min, sec), 2007-03-28 22:27:57 +00:00
ttmathparser.h added: UInt::MulInt(int, UInt<int another_size>::&) 2007-04-07 22:21:31 +00:00
ttmathtypes.h fixed: Big::PowFrac(..) didn't return a correct error code 2007-04-05 19:08:15 +00:00
ttmathuint.h added: doxygen.cfg for generating a documentation from the doxygen 2007-04-11 22:14:17 +00:00
ttmathuint64.h added: doxygen.cfg for generating a documentation from the doxygen 2007-04-11 22:14:17 +00:00