summaryrefslogtreecommitdiffstats
path: root/lib/libm/noieee_src/n_pow.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove the unused leftovers of the 4.4BSD libm, which was only usednaddy2018-07-181-205/+0
* Per fpclassify(3): isinff(), isnanf(), finite(), and finitef() are deprecatedguenther2016-09-121-4/+4
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-5/+1
* const static -> static const; since it's deprecated per C99. ok millert@martynas2009-04-051-2/+2
* - expressions such as x != x and x == x are prone to errors andmartynas2008-06-251-5/+5
* cleaning up, no functional changesmartynas2008-06-211-5/+5
* spacing, add rcs ids, no binary changemartynas2008-06-121-11/+12
* some cleanup for noieee_src, as asked by millert@: remove fictionalmartynas2008-06-121-2/+2
* - no need for ifdef dance (21), we have isnan, finite for vaxmartynas2008-06-121-4/+0
* 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-1/+1
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-1/+1
* ^vax^__vax__hugh2000-10-101-1/+1
* initial import of NetBSD treederaadt1995-10-181-0/+216