summaryrefslogtreecommitdiffstats
path: root/lib/libm/noieee_src/n_support.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove the unused leftovers of the 4.4BSD libm, which was only usednaddy2018-07-181-505/+0
* Reduce libm's exports and make internal calls go direct.guenther2016-09-121-9/+12
* Per fpclassify(3): isinff(), isnanf(), finite(), and finitef() are deprecatedguenther2016-09-121-2/+2
* bring reference C code that's not compiled in synch with asm codeespie2013-07-151-1/+7
* Switch libc and libm to use strong aliases rather than weak aliasesmartynas2013-03-281-5/+5
* Get rid of the very ugly lint workarounds: LINTLIBRARY, PROTOLIB,martynas2013-01-131-27/+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-9/+27
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-5/+1
* use sys/cdefs.h; pointed out by theomartynas2008-12-101-2/+2
* - 80-bit and quad precision trigonometric and other mostmartynas2008-12-091-14/+18
* - remove isinff, isnanf. this has been moved to libcmartynas2008-07-241-25/+1
* fix cases, found by lint:martynas2008-07-181-2/+4
* properly raise inexact; ok millert@martynas2008-07-171-2/+2
* some archaic 'n = a(b), c(d)' use that confused lintmartynas2008-07-161-3/+11
* - expressions such as x != x and x == x are prone to errors andmartynas2008-06-251-6/+7
* cleaning up, no functional changesmartynas2008-06-211-71/+35
* fix some errors found by lint, e.g. declaration w/o types, makemartynas2008-06-161-5/+5
* 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
* drem{,f} are aliases for remainder{,f}, so:martynas2008-06-111-79/+86
* add __signbit/__signbitf/__signbitl; nothing uses this file, it's justjason2007-05-311-0/+24
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-5/+1
* scalb() in vax libm is in fact scalbn(), so change the symbol name.miod2002-10-111-8/+8
* ^vax^__vax__hugh2000-10-101-34/+34
* initial import of NetBSD treederaadt1995-10-181-0/+525