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