opnsense-src/tools/regression/lib/msun
David Schultz afbcb86218 Add some tests from PR 166463. Also make sure that all of the tests,
old and new, check the sign bits of both the remainder and the
quotient.
2012-04-07 04:00:30 +00:00
..
Makefile Tests for complex trig and hyperbolic functions. 2011-10-21 06:34:38 +00:00
test-cexp.c Add some tests for cexp() and cexpf(). (I need to clean up all of 2011-03-07 03:15:49 +00:00
test-cexp.t Add some tests for cexp() and cexpf(). (I need to clean up all of 2011-03-07 03:15:49 +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-ctrig.c Tests for complex trig and hyperbolic functions. 2011-10-21 06:34:38 +00:00
test-ctrig.t Tests for complex trig and hyperbolic functions. 2011-10-21 06:34:38 +00:00
test-exponential.c signbit() returns nonzero for negative arguments, but we shouldn't assume 2010-12-06 00:02:49 +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 Tests for cancellation in fma(). Also include more tests for 128-bit 2011-10-21 06:32:54 +00:00
test-fma.t Add some tests for fma(), fmaf(), and fmal(). 2008-04-03 06:15:58 +00:00
test-fmaxmin.c signbit() returns nonzero for negative arguments, but we shouldn't assume 2010-12-06 00:02:49 +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-invtrig.c signbit() returns nonzero for negative arguments, but we shouldn't assume 2010-12-06 00:02:49 +00:00
test-invtrig.t Add some tests for acos*(), asin*(), atan*(), and atan2*(). 2008-07-31 22:43:38 +00:00
test-logarithm.c Add some tests for corner cases of log() in unusual rounding modes. 2011-10-15 05:28:13 +00:00
test-logarithm.t Add regression tests for logarithmic functions in the math library. 2010-12-05 22:18:35 +00:00
test-lrint.c Work around gcc constant folding bugs. 2010-12-06 00:19:56 +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-nearbyint.c Add regression tests for modf{,f,l}(). 2011-10-21 06:36:40 +00:00
test-nearbyint.t Add some basic regression tests for nearbyint(). 2010-12-03 00:44:31 +00:00
test-next.c Fix a test that doesn't work on architectures where long double is no 2012-01-14 08:11:40 +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 Add some tests from PR 166463. Also make sure that all of the tests, 2012-04-07 04:00:30 +00:00
test-rem.t Add missing test-rem.t. 2005-04-02 12:50:28 +00:00
test-trig.c signbit() returns nonzero for negative arguments, but we shouldn't assume 2010-12-06 00:02:49 +00:00
test-trig.t Some basic regression tests for {sin,cos,tan}{,f,l}(). 2008-02-18 02:00:16 +00:00