freebsd-dev/tools/regression/lib/msun
David Schultz 8bb8d6397d Add regression tests for fmin{,f,l} and fmax{,f,l}.
I wrote these to test amd64 asm functions that used
maxss, maxsd, minss, and minsd, but it turns out that
those instructions don't handle NaNs and signed zero
in the same way as fmin() and fmax() are required to,
so we're stuck with the C versions for now.
2008-07-03 23:06:06 +00:00
..
Makefile Add regression tests for fmin{,f,l} and fmax{,f,l}. 2008-07-03 23:06:06 +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 Switch over to a different, more flexible test output protocol that's 2004-11-11 19:47:55 +00:00
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 Switch over to a different, more flexible test output protocol that's 2004-11-11 19:47:55 +00:00
test-ilogb.t Switch over to a different, more flexible test output protocol that's 2004-11-11 19:47:55 +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 Regression tests for [l]lrint[f]() and [l]lround[f](). 2005-01-11 23:13:36 +00:00
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 Regression tests for [l]lrint[f]() and [l]lround[f](). 2005-01-11 23:13:36 +00:00
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 cases for nextafter{,f,l} and nexttoward{,f,l}. 2005-03-07 05:03:46 +00:00
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