aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Support/ScaledNumberTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-07-01Remove unused typedef. GCC warns about this.Benjamin Kramer1-3/+0
2014-06-24Support: Return ScaledNumbers::MaxScale from getQuotient()Duncan P. N. Exon Smith1-4/+4
2014-06-23Support: Extract ScaledNumbers::getSum() and getDifference()Duncan P. N. Exon Smith1-0/+150
2014-06-23Support: Return scale from ScaledNumbers::matchScales()Duncan P. N. Exon Smith1-1/+1
2014-06-23Support: Extract ScaledNumbers::matchScale()Duncan P. N. Exon Smith1-0/+64
2014-06-23Cleanup r211507Duncan P. N. Exon Smith1-1/+1
2014-06-23Support: Extract ScaledNumbers::compare()Duncan P. N. Exon Smith1-0/+37
2014-06-20Support: ScaledNumber: Fix inconsistent test namesDuncan P. N. Exon Smith1-6/+6
2014-06-20Support: Write ScaledNumbers::getLg{,Floor,Ceiling}()Duncan P. N. Exon Smith1-0/+94
2014-06-20Support: Write ScaledNumber::getQuotient() and getProduct()Duncan P. N. Exon Smith1-0/+112
2014-06-20Support: Mark end of namespacesDuncan P. N. Exon Smith1-1/+2
2014-06-20Support: Clean up getRounded() testsDuncan P. N. Exon Smith1-14/+12
2014-06-20Support: Write ScaledNumbers::getAdjusted()Duncan P. N. Exon Smith1-0/+23
2014-06-20Support: Write ScaledNumbers::getRounded()Duncan P. N. Exon Smith1-0/+60