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.
These tests for some guy's transparent operator functors were needlessly truncating their double results to int. Preserving the doubleness makes compilers happier. I'm following existing practice by adding an "// exact in binary" comment when the result isn't a whole number. (The changes from 6 to 6.0 and so forth are stylistic, not critical.) Fixes D27539. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@289106 91177308-0d34-0410-b5e6-96231b3b80d8 |
9 years ago | |
|---|---|---|
| .. | ||
| divides.pass.cpp | 9 years ago | |
| minus.pass.cpp | 9 years ago | |
| modulus.pass.cpp | 9 years ago | |
| multiplies.pass.cpp | 9 years ago | |
| negate.pass.cpp | 9 years ago | |
| plus.pass.cpp | 9 years ago | |
| transparent.pass.cpp | 10 years ago | |