summaryrefslogtreecommitdiff
path: root/unittests/ADT/APFloatTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-12-04Sort the #include lines for unittest/...Chandler Carruth1-4/+4
2012-11-08Drop the limitation to IEEE floating point types from the fdiv of pow2 -> fmu...Benjamin Kramer1-0/+6
2012-10-29Implement arithmetic on APFloat with PPCDoubleDouble semantics byUlrich Weigand1-0/+36
2012-09-26APFloat::roundToIntegral: Special values don't keep the exponent value up to ...Benjamin Kramer1-0/+17
2012-08-15Fix another roundToIntegral bug where very large values could become infinity...Owen Anderson1-1/+14
2012-08-15Fix a problem with APFloat::roundToIntegral where it would return incorrect r...Owen Anderson1-0/+30
2011-11-26Fix APFloat::convert so that it handles narrowing conversions correctly; itEli Friedman1-0/+24
2011-10-12Attempt to fix MSVC build.Eli Friedman1-2/+2
2011-10-12Fix APFloat::getLargest so that it actually returns the correct value. Found...Eli Friedman1-0/+5
2011-08-29Fix a test that wasn't testing the right thing.Matt Beaumont-Gay1-4/+6
2011-07-15Add an APFloat::convertToInt(APSInt) function that automatically manages theJeffrey Yasskin1-0/+49
2011-03-30Avoid turning a floating point division with a constant power of two into a d...Benjamin Kramer1-4/+2
2011-03-30Add APFloat::getExactInverse.Benjamin Kramer1-0/+23
2010-03-17Fix death tests in -Asserts builds.Jeffrey Yasskin1-0/+2
2010-02-28Teach APFloat how to create both QNaNs and SNaNs and with arbitrary-widthJohn McCall1-0/+29
2010-02-26Make APFloat's string-parsing routines a bit safer against very large exponents.John McCall1-0/+7
2010-02-03Make APInt::countLeadingZerosSlowCase() treat the contents of padding bitsJohn McCall1-0/+2
2009-12-24Implement support for converting to string at "natural precision", and fix someJohn McCall1-1/+3
2009-12-24Add accessors for the largest-magnitude, smallest-magnitude, andJohn McCall1-0/+20
2009-09-03Add test for PR4873, which works for me.Daniel Dunbar1-0/+8
2009-08-20Add support for including '+' in APFloat strings, more asserts,Erick Tryzelaar1-51/+450
2009-08-20Fix two APFloat bugs in converting hexadecimal constants.Daniel Dunbar1-0/+2
2009-08-17Wrap unit test death tests in GTEST_HAS_DEATH_TESTErick Tryzelaar1-5/+7
2009-08-17Change APFloatTest from using ASSERTs to EXPECTsErick Tryzelaar1-67/+67
2009-08-16Modify APFloat to take a StringRef instead of a c string.Erick Tryzelaar1-0/+106