opnsense-src/tools/regression/lib/msun
David Schultz 2dc9da4376 Add some tests for cexp() and cexpf(). (I need to clean up all of
these tests some day, but in the mean time, they're a useful sanity
check for future changes.)
2011-03-07 03:15:49 +00:00
..
Makefile Add some tests for cexp() and cexpf(). (I need to clean up all of 2011-03-07 03:15:49 +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-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
test-fenv.t
test-fma.c signbit() returns nonzero for negative arguments, but we shouldn't assume 2010-12-06 00:02:49 +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 signbit() returns nonzero for negative arguments, but we shouldn't assume 2010-12-06 00:02:49 +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 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-nearbyint.c Add some basic regression tests for nearbyint(). 2010-12-03 00:44:31 +00:00
test-nearbyint.t Add some basic regression tests for nearbyint(). 2010-12-03 00:44:31 +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
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