summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/s_ceill.c
Commit message (Expand)AuthorAgeFilesLines
* Oops, the weak reference for ceill(), floorl() and truncl() was in thebde2008-02-141-4/+0
* s_ceill.cbde2008-02-131-3/+2
* On arches where long double is the same as double, alias ceil(), floor()bde2008-02-131-0/+4
* Fix the C version of ceill(x) for -1 < x <= -0 in all rounding modes.bde2008-02-131-1/+1
* Revert the last change, the conversion from long double to double can raisestefanf2005-04-281-4/+4
* Use double additions to raise the inexact exception to work around problemsstefanf2005-04-221-4/+4
* Fix raising the inexact exception (FE_INEXACT) if the result differs from thestefanf2005-04-221-7/+12
* Implement and document ceill().stefanf2005-01-131-0/+97
OpenPOWER on IntegriCloud