ttmath/ttmath
Tomasz Sowa 712bfc9c3b added: UInt::Rcl2_one(c) and UInt::Rcr2_one(c)
they are much faster than UInt::Rcl2(1,c) and Rcr2(1,c)
changed: UInt::Rcl() and UInt::Rcr()
       we don't longer make the things with moving a half in the left and a half in the right
       we simply use Rcl2_one() and Rcl2() /Rcr2_one() and Rcr2()/


git-svn-id: svn://ttmath.org/publicrep/ttmath/trunk@84 e52654a7-88a9-db11-a3e9-0013d4bc506e
2008-10-30 23:38:24 +00:00
..
ttmath.h changed: small changes especially cosmetic in documentation (commentaries) 2008-06-18 00:33:05 +00:00
ttmathbig.h changed: small changes especially cosmetic in documentation (commentaries) 2008-06-18 00:33:05 +00:00
ttmathint.h changed: small changes especially cosmetic in documentation (commentaries) 2008-06-18 00:33:05 +00:00
ttmathobjects.h changed: small changes especially cosmetic in documentation (commentaries) 2008-06-18 00:33:05 +00:00
ttmathparser.h changed: small changes especially cosmetic in documentation (commentaries) 2008-06-18 00:33:05 +00:00
ttmathtypes.h changed: small changes especially cosmetic in documentation (commentaries) 2008-06-18 00:33:05 +00:00
ttmathuint.h added: UInt::Rcl2_one(c) and UInt::Rcr2_one(c) 2008-10-30 23:38:24 +00:00
ttmathuint64.h added: UInt::Rcl2_one(c) and UInt::Rcr2_one(c) 2008-10-30 23:38:24 +00:00