Age | Commit message (Expand) | Author |
2014-07-03 | Enter the REGRESS_FULL target subdirs for clean, cleandir and obj targets. | Miod Vallat |
2013-08-05 | Fix typo. | Mark Kettenis |
2013-08-02 | tgamma(0) == Inf | Mark Kettenis |
2013-08-02 | Fix a couple of corner cases in the implementation of pow(3) to make it | Mark Kettenis |
2013-08-01 | Some tests are currently failing. Only run those if the REGRESS_FULL | Mark Kettenis |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-10-25 | SUBDIR += fenv, it's never too late | Miod Vallat |
2011-07-09 | Adapt tests for extended-precision. | Martynas Venckus |
2011-07-08 | Add 80-bit and 128-bit precision test vectors for the math functions. | Martynas Venckus |
2011-06-02 | Add the quadruple-precision constants; testvect works better now | Martynas Venckus |
2011-05-30 | Add cephes, and lgamma. | Martynas Venckus |
2011-05-30 | Import regression test vectors from the Cephes math library. This | Martynas Venckus |
2011-05-28 | Add some simple test cases for lgamma, and lgammaf. | Martynas Venckus |
2011-04-17 | Add recently added tests to SUBDIR. | Martynas Venckus |
2011-04-17 | Add tests for {,l,ll}round{,f}. Same tests as for {,l,ll}rint{,f}, | Martynas Venckus |
2011-04-16 | Test nextafter and nextafterf for zero, nan and some basic | Martynas Venckus |
2011-04-10 | tsk, float version of lrint is affected by a different bug, where | Martynas Venckus |
2011-04-10 | add tests for yet-another bug of netbsd implementation of lrint. | Martynas Venckus |
2011-04-10 | add tests for values zero, -zero; and values close to zero with | Martynas Venckus |
2011-03-21 | import fenv regression test suite. this one is from freebsd and | Martynas Venckus |
2010-02-06 | add (currently failing) test for double -> long long | Otto Moerbeek |
2009-07-06 | don't test unspecified behavior per ISO C (section F.4). this made | Martynas Venckus |
2009-04-09 | add fpaccuracy | Martynas Venckus |
2009-04-09 | fpaccuracy, by prof. Gaston H. Gonnet, uses some most difficult | Martynas Venckus |
2008-12-09 | also test rintl | Martynas Venckus |
2008-09-07 | - replace dtoa w/ David's gdtoa, version 2008-03-15 | Martynas Venckus |
2008-06-11 | regression tests for the upcomming tgamma bits | Martynas Venckus |
2006-03-15 | add exp & sort | Otto Moerbeek |
2006-03-15 | Simple exp(3) and expf(3) regression test for +Inf and -Inf | Otto Moerbeek |
2005-11-17 | errx is better here | Otto Moerbeek |
2005-11-17 | Test a few more rint functions. | Otto Moerbeek |
2005-07-13 | As mickey@ pointed out, this test does not belong in libm. Move to | Otto Moerbeek |
2005-07-13 | Test for fp save/restore in sig handlers. | Otto Moerbeek |
2004-04-02 | add test for an int overflow; found by otto@ on hppa | Michael Shalayeff |
2003-11-01 | some floor() test | Michael Shalayeff |
2003-09-02 | add missing includes | David Krause |
2003-07-31 | various cleanups; david says results are same | Theo de Raadt |
2003-07-31 | fix the license | Michael Shalayeff |
2003-02-12 | a double to int conversion test | Michael Shalayeff |
2003-02-12 | a very simple rint() test. helped figure out fpu emulation probs on hppa | Michael Shalayeff |
2002-09-02 | Rename a bunch of the old bsd.regress.mk variables into the new ones. | Anil Madhavapeddy |
2002-06-08 | recurse into my new test (libm/trivial1) | Jason Wright |
2002-06-08 | Really simple test that shouldn't fail, but does on some arch's (ok, one | Jason Wright |