summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/numerics/numeric.ops/numeric.ops.midpoint
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Strip trailing whitespace from libc++Louis Dionne2019-10-232-5/+5
* [libc++][test] Miscellaneous MSVC cleanupsCasey Carter2019-10-091-3/+3
* 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 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 midpoint for floating point types. Reviewed as https://reviews.llvm...Marshall Clow2019-04-251-0/+113
* [libc++] [test] Add missing required headers to midpoint.integer.pass.cppBilly Robert O'Neal III2019-04-181-0/+2
* 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
OpenPOWER on IntegriCloud