llvm-project/libcxx/test/std/numerics/numeric.ops
Marshall Clow ac8ea7c6ff Implement inclusive_scan/transform_inclusive_scan for C++17.
llvm-svn: 306083
2017-06-23 05:12:42 +00:00
..
accumulate
adjacent.difference Clean up more usages of _LIBCPP_HAS_NO_RVALUE_REFERENCES 2017-03-03 03:43:25 +00:00
exclusive.scan [libcxx] [test] Strip trailing whitespace. NFC. 2017-06-20 21:00:02 +00:00
inclusive.scan Implement inclusive_scan/transform_inclusive_scan for C++17. 2017-06-23 05:12:42 +00:00
inner.product
numeric.iota
numeric.ops.gcd Resolve integer overflow warnings in GCD and LCM tests 2017-05-08 21:52:05 +00:00
numeric.ops.lcm Resolve integer overflow warnings in GCD and LCM tests 2017-05-08 21:52:05 +00:00
partial.sum
reduce [libcxx] [test] Strip trailing whitespace. NFC. 2017-06-20 21:00:02 +00:00
transform.exclusive.scan [libcxx] [test] Strip trailing whitespace. NFC. 2017-06-20 21:00:02 +00:00
transform.inclusive.scan Implement inclusive_scan/transform_inclusive_scan for C++17. 2017-06-23 05:12:42 +00:00
transform.reduce [libcxx] [test] Strip trailing whitespace. NFC. 2017-06-20 21:00:02 +00:00