summaryrefslogtreecommitdiffstats
path: root/unittests/Support/ScaledNumberTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Cosmetic. Added braces to address gcc warning: suggest explicit braces to avo...Galina Kistanova2017-05-201-2/+4
* Fix infinite recursion in ScaledNumber::toInt.Diego Novillo2015-05-011-0/+5
* Fix private constructor for ScaledNumber.Diego Novillo2015-04-301-0/+24
* Fix typo in comment. NFC.Diego Novillo2015-04-301-1/+1
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+0
* Remove unused typedef. GCC warns about this.Benjamin Kramer2014-07-011-3/+0
* Support: Return ScaledNumbers::MaxScale from getQuotient()Duncan P. N. Exon Smith2014-06-241-4/+4
* Support: Extract ScaledNumbers::getSum() and getDifference()Duncan P. N. Exon Smith2014-06-231-0/+150
* Support: Return scale from ScaledNumbers::matchScales()Duncan P. N. Exon Smith2014-06-231-1/+1
* Support: Extract ScaledNumbers::matchScale()Duncan P. N. Exon Smith2014-06-231-0/+64
* Cleanup r211507Duncan P. N. Exon Smith2014-06-231-1/+1
* Support: Extract ScaledNumbers::compare()Duncan P. N. Exon Smith2014-06-231-0/+37
* Support: ScaledNumber: Fix inconsistent test namesDuncan P. N. Exon Smith2014-06-201-6/+6
* Support: Write ScaledNumbers::getLg{,Floor,Ceiling}()Duncan P. N. Exon Smith2014-06-201-0/+94
* Support: Write ScaledNumber::getQuotient() and getProduct()Duncan P. N. Exon Smith2014-06-201-0/+112
* Support: Mark end of namespacesDuncan P. N. Exon Smith2014-06-201-1/+2
* Support: Clean up getRounded() testsDuncan P. N. Exon Smith2014-06-201-14/+12
* Support: Write ScaledNumbers::getAdjusted()Duncan P. N. Exon Smith2014-06-201-0/+23
* Support: Write ScaledNumbers::getRounded()Duncan P. N. Exon Smith2014-06-201-0/+60