.. |
Makefile
|
Add tests for conj{,f,l}() that I wrote some time ago. These test the
|
2009-01-31 18:31:57 +00:00 |
test-conj.c
|
Add tests for conj{,f,l}() that I wrote some time ago. These test the
|
2009-01-31 18:31:57 +00:00 |
test-conj.t
|
Add tests for conj{,f,l}() that I wrote some time ago. These test the
|
2009-01-31 18:31:57 +00:00 |
test-csqrt.c
|
Add some minimal tests for csqrtl().
|
2008-03-30 20:09:51 +00:00 |
test-csqrt.t
|
Regression tests for csqrt(3).
|
2007-12-15 09:16:26 +00:00 |
test-exponential.c
|
There are 3 tests here, not 2.
|
2008-02-17 22:45:53 +00:00 |
test-exponential.t
|
Add some regression tests for libm's exponential functions. These
|
2008-01-18 21:46:54 +00:00 |
test-fenv.c
|
- Replace fe[gs]etmask() with feenableexcept(), fedisableexcept(), and
|
2005-03-16 19:04:45 +00:00 |
test-fenv.t
|
|
|
test-fma.c
|
Add some tests for fma(), fmaf(), and fmal().
|
2008-04-03 06:15:58 +00:00 |
test-fma.t
|
Add some tests for fma(), fmaf(), and fmal().
|
2008-04-03 06:15:58 +00:00 |
test-fmaxmin.c
|
Add regression tests for fmin{,f,l} and fmax{,f,l}.
|
2008-07-03 23:06:06 +00:00 |
test-fmaxmin.t
|
Add regression tests for fmin{,f,l} and fmax{,f,l}.
|
2008-07-03 23:06:06 +00:00 |
test-ilogb.c
|
|
|
test-ilogb.t
|
|
|
test-invtrig.c
|
Test that the result is correctly rounded when |y/x| is huge.
|
2008-08-02 19:21:33 +00:00 |
test-invtrig.t
|
Add some tests for acos*(), asin*(), atan*(), and atan2*().
|
2008-07-31 22:43:38 +00:00 |
test-lrint.c
|
Tests for lrintl() and llrintl(). I didn't add anything specially
|
2008-01-14 02:18:00 +00:00 |
test-lrint.t
|
|
|
test-lround.c
|
gcc 4 does some overzealous constant folding, and since it doesn't
|
2007-12-09 20:16:48 +00:00 |
test-lround.t
|
|
|
test-nan.c
|
Regression tests for nan{,f,l}().
|
2007-12-16 21:19:51 +00:00 |
test-nan.t
|
Regression tests for nan{,f,l}().
|
2007-12-16 21:19:51 +00:00 |
test-next.c
|
Don't try the long double tests on i386. Our reduced precision
|
2007-12-16 23:36:37 +00:00 |
test-next.t
|
|
|
test-rem.c
|
Test remainderl() and remquol() as well.
|
2008-03-30 20:48:33 +00:00 |
test-rem.t
|
Add missing test-rem.t.
|
2005-04-02 12:50:28 +00:00 |
test-trig.c
|
Don't run tests that assume <= 64-bit precision on machines with quad
|
2008-03-02 20:49:24 +00:00 |
test-trig.t
|
Some basic regression tests for {sin,cos,tan}{,f,l}().
|
2008-02-18 02:00:16 +00:00 |