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