aboutsummaryrefslogtreecommitdiff
path: root/unittests/ADT/APFloatTest.cpp
AgeCommit message (Expand)Author
2013-01-25APFloat: Make sure that we get a well-formed x87 NaN when converting from a s...Benjamin Kramer
2013-01-07Implement APFloat::isDenormal()Shuxin Yang
2012-12-04Sort the #include lines for unittest/...Chandler Carruth
2012-11-08Drop the limitation to IEEE floating point types from the fdiv of pow2 -> fmu...Benjamin Kramer
2012-10-29Implement arithmetic on APFloat with PPCDoubleDouble semantics byUlrich Weigand
2012-09-26APFloat::roundToIntegral: Special values don't keep the exponent value up to ...Benjamin Kramer
2012-08-15Fix another roundToIntegral bug where very large values could become infinity...Owen Anderson
2012-08-15Fix a problem with APFloat::roundToIntegral where it would return incorrect r...Owen Anderson
2011-11-26Fix APFloat::convert so that it handles narrowing conversions correctly; itEli Friedman
2011-10-12Attempt to fix MSVC build.Eli Friedman
2011-10-12Fix APFloat::getLargest so that it actually returns the correct value. Found...Eli Friedman
2011-08-29Fix a test that wasn't testing the right thing.Matt Beaumont-Gay
2011-07-15Add an APFloat::convertToInt(APSInt) function that automatically manages theJeffrey Yasskin
2011-03-30Avoid turning a floating point division with a constant power of two into a d...Benjamin Kramer
2011-03-30Add APFloat::getExactInverse.Benjamin Kramer
2010-03-17Fix death tests in -Asserts builds.Jeffrey Yasskin
2010-02-28Teach APFloat how to create both QNaNs and SNaNs and with arbitrary-widthJohn McCall
2010-02-26Make APFloat's string-parsing routines a bit safer against very large exponents.John McCall
2010-02-03Make APInt::countLeadingZerosSlowCase() treat the contents of padding bitsJohn McCall
2009-12-24Implement support for converting to string at "natural precision", and fix someJohn McCall
2009-12-24Add accessors for the largest-magnitude, smallest-magnitude, andJohn McCall
2009-09-03Add test for PR4873, which works for me.Daniel Dunbar
2009-08-20Add support for including '+' in APFloat strings, more asserts,Erick Tryzelaar
2009-08-20Fix two APFloat bugs in converting hexadecimal constants.Daniel Dunbar
2009-08-17Wrap unit test death tests in GTEST_HAS_DEATH_TESTErick Tryzelaar
2009-08-17Change APFloatTest from using ASSERTs to EXPECTsErick Tryzelaar
2009-08-16Modify APFloat to take a StringRef instead of a c string.Erick Tryzelaar