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/complex.number/complex.transcendentals
Eric Fiselier 0e5ebbc77c Fix unused parameters and variables
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@290459 91177308-0d34-0410-b5e6-96231b3b80d8
9 years ago
..
acos.pass.cpp Rename some test data (and make it const) to rid us of some shadowing warnings in the test suite. No functional change. Thanks to STL@microsoft for the report and patch. 10 years ago
acosh.pass.cpp Rename some test data (and make it const) to rid us of some shadowing warnings in the test suite. No functional change. Thanks to STL@microsoft for the report and patch. 10 years ago
asin.pass.cpp Remove test for the sign of a NaN - doesn't work on MIPS, not strictly legal. Fixes bug 28936 9 years ago
asinh.pass.cpp Rename some test data (and make it const) to rid us of some shadowing warnings in the test suite. No functional change. Thanks to STL@microsoft for the report and patch. 10 years ago
atan.pass.cpp Rename some test data (and make it const) to rid us of some shadowing warnings in the test suite. No functional change. Thanks to STL@microsoft for the report and patch. 10 years ago
atanh.pass.cpp Rename some test data (and make it const) to rid us of some shadowing warnings in the test suite. No functional change. Thanks to STL@microsoft for the report and patch. 10 years ago
cos.pass.cpp Fix unused parameters and variables 9 years ago
cosh.pass.cpp Fix unused parameters and variables 9 years ago
exp.pass.cpp Rename some test data (and make it const) to rid us of some shadowing warnings in the test suite. No functional change. Thanks to STL@microsoft for the report and patch. 10 years ago
log.pass.cpp Rename some test data (and make it const) to rid us of some shadowing warnings in the test suite. No functional change. Thanks to STL@microsoft for the report and patch. 10 years ago
log10.pass.cpp Fix unused parameters and variables 9 years ago
pow_complex_complex.pass.cpp Fix unused parameters and variables 9 years ago
pow_complex_scalar.pass.cpp Fix unused parameters and variables 9 years ago
pow_scalar_complex.pass.cpp Fix unused parameters and variables 9 years ago
sin.pass.cpp Fix unused parameters and variables 9 years ago
sinh.pass.cpp Fix unused parameters and variables 9 years ago
sqrt.pass.cpp Rename some test data (and make it const) to rid us of some shadowing warnings in the test suite. No functional change. Thanks to STL@microsoft for the report and patch. 10 years ago
tan.pass.cpp Fix unused parameters and variables 9 years ago
tanh.pass.cpp Fix unused parameters and variables 9 years ago