llvm-project/libcxx/test/std/numerics
Richard Smith c4f593ba1a Fix return type of isinf(double) and isnan(double) where possible.
When using an old version of glibc, a ::isinf(double) and ::isnan(double)
function is provided, rather than just the macro required by C and C++.
Displace this function using _LIBCPP_PREFERRED_OVERLOAD where possible.

The only remaining case where we should get the wrong return type is now
glibc + libc++ + a non-clang compiler.

llvm-svn: 331241
2018-05-01 03:05:40 +00:00
..
c.math Fix return type of isinf(double) and isnan(double) where possible. 2018-05-01 03:05:40 +00:00
cfenv/cfenv.syn Move remaining _LIBCPP_VERSION tests into test/libcxx 2016-06-22 02:23:22 +00:00
complex.number [libcxx] Improve accuracy of complex asinh and acosh 2018-02-19 15:41:36 +00:00
numarray [libcxx] Avoid spurious construction of valarray elements 2018-02-08 11:33:48 +00:00
numeric.ops [libcxx] [test] Fix MSVC warnings and errors. 2018-02-26 20:47:46 +00:00
numeric.requirements
numerics.general
rand [libcxx] [test] Use TEST_COMPILER_C1XX. 2018-04-12 23:56:17 +00:00
nothing_to_do.pass.cpp