summaryrefslogtreecommitdiffstats
path: root/regress/lib/libm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove echo headlines.bluhm2020-12-171-2/+1
* Add test for ilogb(3).kettenis2020-11-072-1/+85
* Disable FP exception masking tests on armv7 and arm64. ARM hardware doesn'tkettenis2020-10-191-1/+6
* s/__arm64__/__aarch64__/gkettenis2019-12-211-3/+3
* Disable FP exception masking tests on armv7 and arm64. ARM hardware doesn'tkettenis2019-12-211-1/+6
* For ia32 use a volatile double to force 64 bit rounding. Otherwisebluhm2019-02-221-4/+8
* Remove the #ifdef i386 special test, it does not compile there.bluhm2019-02-211-9/+1
* Replace the print "not ok" with an assert macro. This is consistentbluhm2019-02-214-45/+32
* Link msun regress to build.bluhm2019-02-211-2/+2
* Copy tests for our libm implementation from FreeBSD. Only passingbluhm2019-02-215-0/+1056
* machine/fpu.h is not needed on amd64 and does not exist on i386.bluhm2018-07-101-2/+1
* Clear the part of fenv that is modified by old AMD Opteron duringbluhm2018-07-091-2/+7
* Implement sicos(3), sincosf(3) and sincosl(3). These functions are commonkettenis2018-03-105-4/+2769
* Clang does not support -ffloat-store, so libm fenv test failed onbluhm2017-08-072-7/+12
* use %Lf for printing long double; silences clang warningrobert2017-08-061-3/+3
* Use += instead of = for extra flag. Prompted by miod@otto2017-06-021-2/+2
* use -ffloat-store to avoid too much precision which breaks the subtle testotto2016-10-261-1/+2
* using exact valus in floating point tests often does not work as expected,otto2016-10-241-2/+3
* fix lgamma test on i386 and use symbolic constant; ok martynas@otto2016-10-231-5/+8
* Adapt previous to extended-precision, and fix single-precision constants.martynas2015-07-161-5/+17
* Signs of cacosh/cacoshf were not always correct (e.g., -1.1 -1.1i),martynas2015-07-162-0/+49
* Enter the REGRESS_FULL target subdirs for clean, cleandir and obj targets.miod2014-07-031-2/+2
* Fix typo.kettenis2013-08-051-2/+2
* tgamma(0) == Infkettenis2013-08-022-4/+4
* Fix a couple of corner cases in the implementation of pow(3) to make itkettenis2013-08-023-18/+18
* Some tests are currently failing. Only run those if the REGRESS_FULLkettenis2013-08-011-2/+6
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-2/+1
* SUBDIR += fenv, it's never too latemiod2012-10-251-2/+2
* Adapt tests for extended-precision.martynas2011-07-095-21/+63
* Add 80-bit and 128-bit precision test vectors for the math functions.martynas2011-07-084-79/+36
* Add the quadruple-precision constants; testvect works better nowmartynas2011-06-023-3/+63
* Add cephes, and lgamma.martynas2011-05-301-2/+3
* Import regression test vectors from the Cephes math library. Thismartynas2011-05-3012-0/+3996
* Add some simple test cases for lgamma, and lgammaf.martynas2011-05-282-0/+54
* Add recently added tests to SUBDIR.martynas2011-04-171-2/+2
* Add tests for {,l,ll}round{,f}. Same tests as for {,l,ll}rint{,f},martynas2011-04-172-0/+67
* Test nextafter and nextafterf for zero, nan and some basicmartynas2011-04-162-0/+50
* tsk, float version of lrint is affected by a different bug, wheremartynas2011-04-101-3/+10
* add tests for yet-another bug of netbsd implementation of lrint.martynas2011-04-101-1/+4
* add tests for values zero, -zero; and values close to zero withmartynas2011-04-101-16/+23
* import fenv regression test suite. this one is from freebsd andmartynas2011-03-212-0/+557
* add (currently failing) test for double -> long longotto2010-02-061-1/+10
* don't test unspecified behavior per ISO C (section F.4). this mademartynas2009-07-061-7/+1
* add fpaccuracymartynas2009-04-091-2/+2
* fpaccuracy, by prof. Gaston H. Gonnet, uses some most difficultmartynas2009-04-0933-0/+33394
* also test rintlmartynas2008-12-091-1/+3
* - replace dtoa w/ David's gdtoa, version 2008-03-15martynas2008-09-071-5/+9
* regression tests for the upcomming tgamma bitsmartynas2008-06-113-2/+115
* add exp & sortotto2006-03-151-2/+2
* Simple exp(3) and expf(3) regression test for +Inf and -Infotto2006-03-152-0/+36