summaryrefslogtreecommitdiffstats
path: root/lib/libm/noieee_src/n_floor.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove the unused leftovers of the 4.4BSD libm, which was only usednaddy2018-07-181-174/+0
* Reduce libm's exports and make internal calls go direct.guenther2016-09-121-8/+11
* Per fpclassify(3): isinff(), isnanf(), finite(), and finitef() are deprecatedguenther2016-09-121-4/+4
* ... and gain rintf by using the same technique, along with aliases forespie2013-07-051-1/+24
* implement floorf and ceilf: same technique as floor and ceil, just withespie2013-07-051-2/+34
* Switch libc and libm to use strong aliases rather than weak aliasesmartynas2013-03-281-2/+2
* Get rid of the very ugly lint workarounds: LINTLIBRARY, PROTOLIB,martynas2013-01-131-8/+1
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-2/+1
* Trick lint into recording the right prototypes in the llib-lm.lnmartynas2011-05-301-3/+8
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-5/+1
* in the old days compiler could not convert decimal constantsmartynas2009-04-111-8/+2
* fix hexadecimal constant that was wrong; and confused with ieee. ok miod@martynas2009-04-081-2/+2
* use sys/cdefs.h; pointed out by theomartynas2008-12-101-2/+2
* - 80-bit and quad precision trigonometric and other mostmartynas2008-12-091-2/+8
* - expressions such as x != x and x == x are prone to errors andmartynas2008-06-251-2/+2
* cleaning up, no functional changesmartynas2008-06-211-9/+4
* spacing, add rcs ids, no binary changemartynas2008-06-121-1/+2
* some cleanup for noieee_src, as asked by millert@: remove fictionalmartynas2008-06-121-0/+1
* - no need for ifdef dance (21), we have isnan, finite for vaxmartynas2008-06-121-15/+7
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-5/+1
* ^vax^__vax__hugh2000-10-101-6/+6
* initial import of NetBSD treederaadt1995-10-181-0/+138