summaryrefslogtreecommitdiff
path: root/tests/test-roundf1.c
Commit message (Expand)AuthorAgeFilesLines
* Work around bug of HP-UX 10.20 cc with -0.0 literal.Bruno Haible2008-08-011-1/+5
* Rename isnand.h to isnand-nolibm.h, similarly for isnanf.h.Ben Pfaff2008-07-121-1/+1
* Flush the standard error stream before aborting.Bruno Haible2008-04-111-0/+1
* Use macros NaNf, NaNd, NaNl instead of NAN.Bruno Haible2008-04-021-1/+2
* Guarantee a definition of NAN.Eric Blake2008-03-311-15/+3
* Use isnanf() instead of isnan(). Avoids a link error on HP-UX 11.Bruno Haible2007-10-211-1/+3
* Implement 'round', 'roundf', 'roundl' modules.Ben Pfaff2007-10-201-0/+90