summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/numerics
Commit message (Expand)AuthorAgeFilesLines
* [libcxx] [test] Fix valarray UB and MSVC warnings.Stephan T. Lavavej2019-12-122-10/+0
* [libc++] Fix potential OOB in poisson_distributionLouis Dionne2019-11-072-1/+74
* [libcxx][NFC] Strip trailing whitespace, fix typo.Stephan T. Lavavej2019-10-238-16/+16
* [NFC] Strip trailing whitespace from libc++Louis Dionne2019-10-2315-60/+60
* [libc++][NFC] Remove excess trailing newlines from most filesCasey Carter2019-10-231-1/+0
* [libcxx][test][NFC] Fix comment typos.Stephan T. Lavavej2019-10-221-2/+2
* [libc++][test] Miscellaneous MSVC cleanupsCasey Carter2019-10-092-4/+4
* [libc++] Fix broken <random> testLouis Dionne2019-08-221-16/+23
* [libc++] Fix std::abs testsZoe Carver2019-08-201-7/+14
* [libc++] Avoid implicit conversion warning in a <random> testLouis Dionne2019-08-201-23/+16
* [libc++] fix test for unsigned charZoe Carver2019-08-201-1/+7
* [libc++] std::abs should not return doubleZoe Carver2019-08-202-0/+97
* Implement most of P1612R1: Relocate endian. Moves the std::endian functional...Marshall Clow2019-07-231-0/+49
* Bit Operations: P0556, P0553 and P1355. Reviewed as: https://reviews.llvm.org...Marshall Clow2019-07-0113-0/+1904
* Disable the 'nextafter' portions of these tests on PPC when using 128-bit dou...Marshall Clow2019-06-181-19/+27
* Fix the floating point version of midpoint. It wasn't constexpr, among other ...Marshall Clow2019-06-181-5/+16
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-31754-0/+1455
* Add additional constraints on midpoint(pointer, pointer). Fixes PR#42037.Marshall Clow2019-05-291-3/+12
* [libc++] [test] Use std::nextafter() instead of std::nexttoward()Michal Gorny2019-05-141-2/+2
* Implement 'lerp'; which is the last bit of P0811. Mark that paper as complete.Marshall Clow2019-04-251-0/+75
* Implement midpoint for floating point types. Reviewed as https://reviews.llvm...Marshall Clow2019-04-251-0/+113
* Fix implementation of ::abs and std::abs LWG 2192.Eric Fiselier2019-04-231-7/+46
* [libc++] [test] Add missing required headers to midpoint.integer.pass.cppBilly Robert O'Neal III2019-04-181-0/+2
* Fix a number of bugs in __val_expr's subset operator[].Eric Fiselier2019-04-028-218/+340
* [libc++] Remove unnecessary <iostream> #includes in testsLouis Dionne2019-03-284-8/+0
* Reorg the midpoint pointer test into runtime and constexpr tests; comment out...Marshall Clow2019-03-141-10/+40
* Fix two of the three bot failures for midpoint; the ones regarding the lack o...Marshall Clow2019-03-141-1/+4
* Add std::midpoint for integral and poiner types. Described in P0811, reviewed...Marshall Clow2019-03-143-0/+224
* Support tests in freestandingJF Bastien2019-02-04841-842/+2524
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-19842-3368/+2526
* Fix FP comparisons when SSE isn't availableEric Fiselier2018-12-172-14/+17
* [libcxx] Don't depend on availability markup to provide the streams in the dylibLouis Dionne2018-12-061-2/+0
* [libc++] Use correct rand.eng.mers all-zeroes seed sequence fallbackHubert Tong2018-08-161-0/+81
* [libcxx] [test] Remove unused local typedef in test/std/numerics/rand/rand.en...Billy Robert O'Neal III2018-05-171-1/+0
* Add void casts to suppress nodiscard on linear_congruential_engine.Billy Robert O'Neal III2018-05-172-3/+3
* Fix return type of isinf(double) and isnan(double) where possible.Richard Smith2018-05-011-6/+8
* [libcxx] [test] Use TEST_COMPILER_C1XX.Stephan T. Lavavej2018-04-121-4/+4
* Include <system_error> since we use it. Thanks to Andrey Maksimov for the catch.Marshall Clow2018-03-071-0/+1
* [libcxx] [test] Fix MSVC warnings and errors.Stephan T. Lavavej2018-02-268-74/+74
* [libcxx] Improve accuracy of complex asinh and acoshMikhail Maltsev2018-02-192-0/+18
* [libcxx] Avoid spurious construction of valarray elementsMikhail Maltsev2018-02-084-0/+81
* Implement LWG2870: Default value of parameter theta of polar should be dependentMarshall Clow2018-01-311-1/+1
* Change add_ten to add_one to avoid triggering ubsan integer overflow.Billy Robert O'Neal III2018-01-083-67/+67
* Add casts to prevent narrowing warnings.Billy Robert O'Neal III2018-01-063-6/+6
* [libcxx] [test] Remove nonstandard things and resolve warnings in Xxx_scan testsBilly Robert O'Neal III2018-01-068-101/+98
* Move + and * operators of MoveOnly into MoveOnly.h.Billy Robert O'Neal III2018-01-051-10/+0
* Fix incorrect handling of move-only types in transform_reduce iter iter iter ...Billy Robert O'Neal III2018-01-051-0/+22
* Add move-only types test to transform_reduce iter iter iter init op op.Billy Robert O'Neal III2018-01-051-0/+14
* Add move-only types test for transform_reduce bop/uop.Billy Robert O'Neal III2018-01-051-0/+13
* Fix nonstandard bits in transform_reduce_iter_iter_init_bop_uop.Billy Robert O'Neal III2018-01-051-43/+27
OpenPOWER on IntegriCloud