summaryrefslogtreecommitdiffstats
path: root/lib/libm/src/s_floorf.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reduce libm's exports and make internal calls go direct.guenther2016-09-121-0/+1
| | | | | | All dependencies on libc are now via reserved/standardized names. ok kettenis@ millert@ deraadt@
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-4/+0
| | | | | | | unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
* Avoid shadowing of external symbols by local variables; whoeverotto2006-04-251-7/+7
| | | | | thought up the names of the bessel functions deserves a beating. ok deraadt@
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-10/+2
|
* initial import of NetBSD treederaadt1995-10-181-0/+70