You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test/std/numerics/numeric.ops
Marshall Clow 3477ae445a Implement inclusive_scan/transform_inclusive_scan for C++17.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@306083 91177308-0d34-0410-b5e6-96231b3b80d8
8 years ago
..
accumulate Move test into test/std subdirectory. 11 years ago
adjacent.difference Clean up more usages of _LIBCPP_HAS_NO_RVALUE_REFERENCES 9 years ago
exclusive.scan [libcxx] [test] Strip trailing whitespace. NFC. 9 years ago
inclusive.scan Implement inclusive_scan/transform_inclusive_scan for C++17. 8 years ago
inner.product Move test into test/std subdirectory. 11 years ago
numeric.iota Move test into test/std subdirectory. 11 years ago
numeric.ops.gcd Resolve integer overflow warnings in GCD and LCM tests 9 years ago
numeric.ops.lcm Resolve integer overflow warnings in GCD and LCM tests 9 years ago
partial.sum Move test into test/std subdirectory. 11 years ago
reduce [libcxx] [test] Strip trailing whitespace. NFC. 9 years ago
transform.exclusive.scan [libcxx] [test] Strip trailing whitespace. NFC. 9 years ago
transform.inclusive.scan Implement inclusive_scan/transform_inclusive_scan for C++17. 8 years ago
transform.reduce [libcxx] [test] Strip trailing whitespace. NFC. 9 years ago