summaryrefslogtreecommitdiffstats
path: root/tools/regression/lib/msun/test-nearbyint.c
Commit message (Collapse)AuthorAgeFilesLines
* Integrate a number of testcases from tools/regression/lib/msunngie2015-12-161-176/+0
| | | | | | | | | | | | | | into the FreeBSD test suite There's no functional change with these testcases; they're purposely being left in TAP format for the time being Other testcases which crash on amd64/i386 as-is have not been integrated yet (they need to be retested on a later version of CURRENT, as I haven't used i386 in some time) MFC after: 3 weeks Sponsored by: EMC / Isilon Storage Division
* Factor out some common code from the libm tests. This is a bit messydas2013-06-021-16/+10
| | | | | | | | because different tests have different ideas about what it means to be "close enough" to the right answer, depending on the properties of the function being tested. In the process, I fixed some warnings and added a few more 'volatile' hacks, which are sufficient to make all the tests pass at -O2 with clang.
* Add regression tests for modf{,f,l}().das2011-10-211-26/+108
|
* Add some basic regression tests for nearbyint().das2010-12-031-0/+100
OpenPOWER on IntegriCloud