summaryrefslogtreecommitdiffstats
path: root/libcxx/test/numerics
Commit message (Expand)AuthorAgeFilesLines
* Marshall Clow found some divide-by-zero warnings with UBSan in rand's binomia...Howard Hinnant2013-03-231-25/+65
* Fix bug in test; found by AddressSanitizerMarshall Clow2013-03-201-1/+1
* Fix bug in test; found by AddressSanitizerMarshall Clow2013-03-181-1/+1
* [tests] Mark another stream input expected failure (with system libc++).Daniel Dunbar2013-02-051-0/+2
* Make <cmath> classification macros work with integral types.Howard Hinnant2013-01-141-0/+12
* Move common header files into a 'support' directory; make 'testit' include -I...Marshall Clow2013-01-0510-10/+10
* ...and then there was one. Only one copy of 'iterators.h' in the test tree fo...Marshall Clow2013-01-0410-323/+9
* Zhang Xiongpang: Add definitions for const data members. Fixes http://llvm....Howard Hinnant2012-12-125-0/+60
* Add overflow check to tanh(complex) and reduce to finite answer. Fixes http:...Howard Hinnant2012-09-191-0/+1
* constexpr applied to <complex>.Howard Hinnant2012-07-2010-1/+113
* Update <random> with constexpr support. Patch contributed by Jonathan Sauer.Howard Hinnant2012-04-024-12/+20
* Fix test for default constructor of discrete_distribution. This partially ad...Howard Hinnant2012-04-021-6/+3
* Reimplemented much of <istream> such that single character extractions do not...Howard Hinnant2011-09-011-2/+2
* Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574Howard Hinnant2011-08-1213-21/+30
* Warning suppression in test.Howard Hinnant2011-05-141-2/+0
* Warning suppression in test.Howard Hinnant2011-05-141-2/+0
* http://llvm.org/bugs/show_bug.cgi?id=9854. Also created an emulated hexfloat...Howard Hinnant2011-05-131-2/+4
* Fix bug in Sseq constraints found by Seth CantrellHoward Hinnant2011-04-112-2/+2
* LWG 1522Howard Hinnant2010-11-182-14/+14
* license changeHoward Hinnant2010-11-16814-1628/+1628
* Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant2010-09-0411-22/+22
* Fixing whitespace problemsHoward Hinnant2010-08-2280-146/+130
* Implemented some adaptor constructors which I had missed.Howard Hinnant2010-05-286-0/+181
* [numeric.iota]Howard Hinnant2010-05-261-0/+38
* [rand.dist.samp.plinear]. This means we've got a fully tested and functional...Howard Hinnant2010-05-2524-0/+1505
* [rand.dist.samp.pconst] plus some bug fixes in the tests of the other distrib...Howard Hinnant2010-05-2055-388/+2221
* [rand.dist.samp.discrete]Howard Hinnant2010-05-1924-0/+1326
* [rand.dist.norm.t]Howard Hinnant2010-05-1818-0/+797
* [rand.dist.norm.f]Howard Hinnant2010-05-1818-0/+745
* Better cauchy testsHoward Hinnant2010-05-182-19/+118
* [rand.dist.norm.cauchy]. I'm having trouble testing the output as all statis...Howard Hinnant2010-05-1718-0/+595
* [rand.dist.norm.lognormal]Howard Hinnant2010-05-1718-0/+1024
* [rand.dist.pois.extreme]Howard Hinnant2010-05-1718-0/+914
* [rand.dist.bern.geo]Howard Hinnant2010-05-1718-0/+941
* [rand.dist.bern.negbin]Howard Hinnant2010-05-1720-4/+965
* Beefed up the tests for all of the distributions to include checks against th...Howard Hinnant2010-05-1621-294/+2181
* [rand.dist.pois.weibull]Howard Hinnant2010-05-1618-0/+727
* [rand.dist.norm.chisq]Howard Hinnant2010-05-1521-0/+743
* Revisited [rand.dist.bern.bin] and [rand.dist.pois.poisson] with better algor...Howard Hinnant2010-05-156-83/+350
* [rand.dist.pois.poisson]Howard Hinnant2010-05-1418-0/+698
* [rand.dist.pois.gamma]Howard Hinnant2010-05-1418-0/+727
* partial [rand.dist.pois.gamma]Howard Hinnant2010-05-131-2/+2
* [rand.dist.norm.normal]Howard Hinnant2010-05-1218-0/+641
* [rand.dist.pois.exp]Howard Hinnant2010-05-1219-2/+621
* tests for [rand.dist.bern.bin]Howard Hinnant2010-05-1218-0/+676
* [rand.dist.bern.bin]. The evaluation function for this binomial distribution...Howard Hinnant2010-05-111-1/+1
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-11480-480/+480
* libcxx initial importHoward Hinnant2010-05-11481-0/+25194
OpenPOWER on IntegriCloud