summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/numerics/numeric.ops/numeric.ops.midpoint/midpoint.float.pass.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* [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
OpenPOWER on IntegriCloud