summaryrefslogtreecommitdiffstats
path: root/regress/lib/libm/toint/toint.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add (currently failing) test for double -> long longotto2010-02-061-1/+10
| | | | (I'm using long long for this test to work on 32-bit archs).
* don't test unspecified behavior per ISO C (section F.4). this mademartynas2009-07-061-7/+1
| | | | | | machines following IEC/IEEE for fp arith fail, since they take more care of overflowed value. failure on zaurus reported by david@. ok millert@
* add test for an int overflow; found by otto@ on hppamickey2004-04-021-7/+15
|
* add missing includesdavid2003-09-021-1/+3
| | | | ok deraadt@ tedu@ dhartmei@ krw@
* various cleanups; david says results are samederaadt2003-07-311-4/+4
|
* fix the licensemickey2003-07-311-2/+2
|
* a double to int conversion testmickey2003-02-121-0/+42