summaryrefslogtreecommitdiffstats
path: root/libm/s_ceilf.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove s_ceilf.c and s_floorf.c, ceilf and floorf are provided by the ↵Peter S. Mazinger2005-10-261-62/+0
| | | | float_wrapper. I hope that __ceilf and __floorf are not needed anywhere. Use only __finite from s_finite.c, disabled in fpmacros.c. Allow IMA compiling, 2 files: s_lib_version.c and w_cabs.c have to be reworked for complete IMA.
* Trim off whitespaceEric Andersen2005-03-061-2/+2
|
* Add in ceilf() and floorf() since XFree86 wants them...Eric Andersen2003-06-271-0/+62