Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 73 | -3803/+0 |
| | | | | llvm-svn: 224658 | ||||
* | Mark a bunch of long running tests as 'REQUIRES: long_tests' | Jonathan Roelofs | 2014-12-11 | 6 | -0/+12 |
| | | | | | | This lets us skip them as UNSUPPORTED on slow systems like QEMU llvm-svn: 224032 | ||||
* | Fix PR#20843: binomial_distribution<unsigned> is broken. Add test to ensure ↵ | Marshall Clow | 2014-09-17 | 1 | -0/+11 |
| | | | | | | that signed and unsigned verstions produce the same sequence. llvm-svn: 217976 | ||||
* | Marshall Clow found some divide-by-zero warnings with UBSan in rand's ↵ | Howard Hinnant | 2013-03-23 | 1 | -25/+65 |
| | | | | | | binomial_distribution test. This eliminates the divide-by-zeros and describes in comments the numerical difficulties the test is having. Each of the problematic tests are exploring edge cases of the distribution. llvm-svn: 177826 | ||||
* | license change | Howard Hinnant | 2010-11-16 | 73 | -146/+146 |
| | | | | llvm-svn: 119395 | ||||
* | Fixing whitespace problems | Howard Hinnant | 2010-08-22 | 4 | -4/+4 |
| | | | | llvm-svn: 111762 | ||||
* | [rand.dist.samp.pconst] plus some bug fixes in the tests of the other ↵ | Howard Hinnant | 2010-05-20 | 8 | -119/+119 |
| | | | | | | distributions llvm-svn: 104224 | ||||
* | [rand.dist.bern.geo] | Howard Hinnant | 2010-05-17 | 18 | -0/+941 |
| | | | | llvm-svn: 103937 | ||||
* | [rand.dist.bern.negbin] | Howard Hinnant | 2010-05-17 | 19 | -2/+965 |
| | | | | llvm-svn: 103916 | ||||
* | Beefed up the tests for all of the distributions to include checks against ↵ | Howard Hinnant | 2010-05-16 | 4 | -41/+357 |
| | | | | | | the expected skewness and kurtosis llvm-svn: 103910 | ||||
* | Revisited [rand.dist.bern.bin] and [rand.dist.pois.poisson] with better ↵ | Howard Hinnant | 2010-05-15 | 4 | -81/+348 |
| | | | | | | algorithms llvm-svn: 103886 | ||||
* | [rand.dist.pois.exp] | Howard Hinnant | 2010-05-12 | 1 | -2/+0 |
| | | | | llvm-svn: 103621 | ||||
* | tests for [rand.dist.bern.bin] | Howard Hinnant | 2010-05-12 | 18 | -0/+676 |
| | | | | llvm-svn: 103612 | ||||
* | [rand.dist.bern.bin]. The evaluation function for this binomial ↵ | Howard Hinnant | 2010-05-11 | 1 | -1/+1 |
| | | | | | | distribution is hopefully just a placeholder. It is using the simplest and slowest method for computing the distribution and needs to be upgraded. llvm-svn: 103524 | ||||
* | Wiped out some non-ascii characters that snuck into the copyright. | Howard Hinnant | 2010-05-11 | 19 | -19/+19 |
| | | | | llvm-svn: 103516 | ||||
* | libcxx initial import | Howard Hinnant | 2010-05-11 | 19 | -0/+579 |
llvm-svn: 103490 |