ttmath/tests
Tomasz Sowa 5b24101a83 added: macros TTMATH_ASSERT to: UInt::AddInt UInt::AddTwoInts UInt::SubInt UInt::SetBitInWord
fixed:   UInt::FindLeadingBitInWord(x) didn't correctly return result -1 when the x was 0
         the mistake made by Thomas Braby, it was not in the 0.8.2 release
changed: tests: we do not test for lahf/sahf instructions now (in 64bit code)
         we don't use these instructions



git-svn-id: svn://ttmath.org/publicrep/ttmath/trunk@97 e52654a7-88a9-db11-a3e9-0013d4bc506e
2009-02-17 11:37:12 +00:00
..
Makefile changed: asm code in: UInt::Sub, UInt::SubInt (32 and 64bit) 2008-10-29 21:54:27 +00:00
main.cpp added: macros TTMATH_ASSERT to: UInt::AddInt UInt::AddTwoInts UInt::SubInt UInt::SetBitInWord 2009-02-17 11:37:12 +00:00
tests.uint32 added: tests: addtwoints for 64bits 2009-02-16 18:11:38 +00:00
uinttest.cpp changed: UInt::FromString(...) skips the input digits when the value is too big 2009-02-16 17:57:34 +00:00
uinttest.h changed: UInt::FromString(...) skips the input digits when the value is too big 2009-02-16 17:57:34 +00:00