summaryrefslogtreecommitdiffstats
path: root/lib/libm/src/s_rintf.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@
* Trick GCC optimizer into clipping any extra precision by making wmartynas2011-04-201-1/+2
| | | | | | | volatile; a similar hack was already being used in lrintf(). This will make rint and {,l}lrint family functions actually work; i.e. on m68k rintf(8.6F) was 8.625.
* 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/+71