freebsd-dev/tools/regression/lib/msun
David Schultz 3e7ed66b1e Fix a test that doesn't work on architectures where long double is no
wider than double.  Thanks to Ian Lepore for catching the bug.
2012-01-14 08:11:40 +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
test-csqrt.t
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
test-fenv.c
test-fenv.t
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
test-ilogb.t
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
test-lround.c
test-lround.t
test-nan.c
test-nan.t
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-rem.c
test-rem.t
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