aboutsummaryrefslogtreecommitdiff
path: root/libcxx/test/numerics
AgeCommit message (Expand)AuthorFilesLines
2011-09-01Reimplemented much of <istream> such that single character extractions do not...Howard Hinnant1-2/+2
2011-08-12Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574Howard Hinnant13-21/+30
2011-05-14Warning suppression in test.Howard Hinnant1-2/+0
2011-05-14Warning suppression in test.Howard Hinnant1-2/+0
2011-05-13http://llvm.org/bugs/show_bug.cgi?id=9854. Also created an emulated hexfloat...Howard Hinnant1-2/+4
2011-04-11Fix bug in Sseq constraints found by Seth CantrellHoward Hinnant2-2/+2
2010-11-18LWG 1522Howard Hinnant2-14/+14
2010-11-16license changeHoward Hinnant814-1628/+1628
2010-09-04Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant11-22/+22
2010-08-22Fixing whitespace problemsHoward Hinnant80-146/+130
2010-05-28Implemented some adaptor constructors which I had missed.Howard Hinnant6-0/+181
2010-05-26[numeric.iota]Howard Hinnant1-0/+38
2010-05-25[rand.dist.samp.plinear]. This means we've got a fully tested and functional...Howard Hinnant24-0/+1505
2010-05-20[rand.dist.samp.pconst] plus some bug fixes in the tests of the other distrib...Howard Hinnant55-388/+2221
2010-05-19[rand.dist.samp.discrete]Howard Hinnant24-0/+1326
2010-05-18[rand.dist.norm.t]Howard Hinnant18-0/+797
2010-05-18[rand.dist.norm.f]Howard Hinnant18-0/+745
2010-05-18Better cauchy testsHoward Hinnant2-19/+118
2010-05-17[rand.dist.norm.cauchy]. I'm having trouble testing the output as all statis...Howard Hinnant18-0/+595
2010-05-17[rand.dist.norm.lognormal]Howard Hinnant18-0/+1024
2010-05-17[rand.dist.pois.extreme]Howard Hinnant18-0/+914
2010-05-17[rand.dist.bern.geo]Howard Hinnant18-0/+941
2010-05-17[rand.dist.bern.negbin]Howard Hinnant20-4/+965
2010-05-16Beefed up the tests for all of the distributions to include checks against th...Howard Hinnant21-294/+2181
2010-05-16[rand.dist.pois.weibull]Howard Hinnant18-0/+727
2010-05-15[rand.dist.norm.chisq]Howard Hinnant21-0/+743
2010-05-15Revisited [rand.dist.bern.bin] and [rand.dist.pois.poisson] with better algor...Howard Hinnant6-83/+350
2010-05-14[rand.dist.pois.poisson]Howard Hinnant18-0/+698
2010-05-14[rand.dist.pois.gamma]Howard Hinnant18-0/+727
2010-05-13partial [rand.dist.pois.gamma]Howard Hinnant1-2/+2
2010-05-12[rand.dist.norm.normal]Howard Hinnant18-0/+641
2010-05-12[rand.dist.pois.exp]Howard Hinnant19-2/+621
2010-05-12tests for [rand.dist.bern.bin]Howard Hinnant18-0/+676
2010-05-11[rand.dist.bern.bin]. The evaluation function for this binomial distribution...Howard Hinnant1-1/+1
2010-05-11Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant480-480/+480
2010-05-11libcxx initial importHoward Hinnant481-0/+25194