Age | Commit message (Expand) | Author |
2020-12-17 | Remove echo headlines. | Alexander Bluhm |
2020-11-07 | Add test for ilogb(3). | Mark Kettenis |
2019-02-21 | Copy tests for our libm implementation from FreeBSD. Only passing | Alexander Bluhm |
2020-10-19 | Disable FP exception masking tests on armv7 and arm64. ARM hardware doesn't | Mark Kettenis |
2019-12-21 | s/__arm64__/__aarch64__/g | Mark Kettenis |
2019-12-21 | Disable FP exception masking tests on armv7 and arm64. ARM hardware doesn't | Mark Kettenis |
2019-02-22 | For ia32 use a volatile double to force 64 bit rounding. Otherwise | Alexander Bluhm |
2019-02-21 | Remove the #ifdef i386 special test, it does not compile there. | Alexander Bluhm |
2019-02-21 | Replace the print "not ok" with an assert macro. This is consistent | Alexander Bluhm |
2019-02-21 | Link msun regress to build. | Alexander Bluhm |
2019-02-21 | Copy tests for our libm implementation from FreeBSD. Only passing | Alexander Bluhm |
2018-07-10 | machine/fpu.h is not needed on amd64 and does not exist on i386. | Alexander Bluhm |
2018-07-09 | Clear the part of fenv that is modified by old AMD Opteron during | Alexander Bluhm |
2018-03-10 | Implement sicos(3), sincosf(3) and sincosl(3). These functions are common | Mark Kettenis |
2017-08-07 | Clang does not support -ffloat-store, so libm fenv test failed on | Alexander Bluhm |
2017-08-06 | use %Lf for printing long double; silences clang warning | Robert Nagy |
2017-06-02 | Use += instead of = for extra flag. Prompted by miod@ | Otto Moerbeek |
2016-10-26 | use -ffloat-store to avoid too much precision which breaks the subtle test | Otto Moerbeek |
2016-10-24 | using exact valus in floating point tests often does not work as expected, | Otto Moerbeek |
2016-10-23 | fix lgamma test on i386 and use symbolic constant; ok martynas@ | Otto Moerbeek |
2015-07-16 | Adapt previous to extended-precision, and fix single-precision constants. | Martynas Venckus |
2015-07-16 | Signs of cacosh/cacoshf were not always correct (e.g., -1.1 -1.1i), | Martynas Venckus |
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 |