summaryrefslogtreecommitdiffstats
path: root/tools/regression/lib/msun/test-ctrig.c
Commit message (Collapse)AuthorAgeFilesLines
* Integrate the remaining tools/regression/lib/msun testcases into thengie2015-12-201-482/+0
| | | | | | | | FreeBSD test suite under lib/msun/tests MFC after: 3 weeks X-MFC with: r292328 Sponsored by: EMC / Isilon Storage Division
* Disable test-ctrig.t testcases which fail assertions on i386ngie2015-12-201-0/+2
| | | | | | | | Tested on: stable/10 (amd64/i386), head (amd64/i386) PR: 205446 MFC after: 1 week X-MFC to: stable/10 Sponsored by: EMC / Isilon Storage Division
* Fix some bugs in the complex trig tests so that they test both doubledas2013-06-101-33/+68
| | | | and float precision properly.
* Factor out some common code from the libm tests. This is a bit messydas2013-06-021-190/+95
| | | | | | | | 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.
* Tests for complex trig and hyperbolic functions.das2011-10-211-0/+540
OpenPOWER on IntegriCloud