OpenLibm/test
Ed Schouten d64ea4e5f9 Make small changes to libm-test.c to improve portability.
- Don't define llabs(). This breaks if llabs() is already a macro, which
  is allowed by the C standard/POSIX. llabs() was introduced in C99, so
  I think we can safely assume it is present on all interesting systems.

- Cast the parameters to fabs() to the floating point type. Clang has
  introduced some interesting warnings that trigger if the arguments to
  fabs*() are not the right type.
2015-02-12 14:15:15 +01:00
..
.gitignore change include path to build on linux, fix .gitignore 2014-12-05 09:33:07 +00:00
inf_torture.c Checkin Jameson's inf_torture.c 2012-01-06 09:08:30 +05:30
libm-bench.cpp change include path to build on linux, fix .gitignore 2014-12-05 09:33:07 +00:00
libm-test-ulps.h Increase single-precision test tolerance for erfc(1.2) and yn(3, 0.7). 2014-07-29 12:24:09 +02:00
libm-test.c Make small changes to libm-test.c to improve portability. 2015-02-12 14:15:15 +01:00
Makefile Add make bench for building the benchmarks 2014-12-04 21:27:19 +05:30
test-double.c Some more files for tests 2012-06-10 18:47:39 +05:30
test-float.c Make tests build. 2012-07-02 07:49:00 +05:30