aboutsummaryrefslogtreecommitdiff
path: root/libcxx/test/numerics
AgeCommit message (Expand)AuthorFilesLines
2013-10-05Implement literal suffixes for compledMarshall Clow4-0/+157
2013-08-22XFAIL a few tests on darwin12Howard Hinnant1-0/+1
2013-08-22Zhihao Yuan noted that a move assignment operation was missing from std::adja...Howard Hinnant2-0/+87
2013-08-07War on tabsHoward Hinnant3-10/+10
2013-07-31Implement constexpr (n3302) and fix operator *= and /=Marshall Clow13-55/+280
2013-05-21Fix a couple of bugs in linear_congruential_engine::seed. Regression test ad...Howard Hinnant1-0/+8
2013-03-23Marshall Clow found some divide-by-zero warnings with UBSan in rand's binomia...Howard Hinnant1-25/+65
2013-03-20Fix bug in test; found by AddressSanitizerMarshall Clow1-1/+1
2013-03-18Fix bug in test; found by AddressSanitizerMarshall Clow1-1/+1
2013-02-05[tests] Mark another stream input expected failure (with system libc++).Daniel Dunbar1-0/+2
2013-01-14Make <cmath> classification macros work with integral types.Howard Hinnant1-0/+12
2013-01-05Move common header files into a 'support' directory; make 'testit' include -I...Marshall Clow10-10/+10
2013-01-04...and then there was one. Only one copy of 'iterators.h' in the test tree fo...Marshall Clow10-323/+9
2012-12-12Zhang Xiongpang: Add definitions for const data members. Fixes http://llvm....Howard Hinnant5-0/+60
2012-09-19Add overflow check to tanh(complex) and reduce to finite answer. Fixes http:...Howard Hinnant1-0/+1
2012-07-20constexpr applied to <complex>.Howard Hinnant10-1/+113
2012-04-02Update <random> with constexpr support. Patch contributed by Jonathan Sauer.Howard Hinnant4-12/+20
2012-04-02Fix test for default constructor of discrete_distribution. This partially ad...Howard Hinnant1-6/+3
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