summaryrefslogtreecommitdiffstats
path: root/lib/libm/noieee_src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix the cproj family to not return garbage on finite arguments.guenther2010-07-192-2/+6
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-2730-150/+30
* int is big enough to fully represent exponents of all supported fpmartynas2009-07-251-0/+31
* in the old days compiler could not convert decimal constantsmartynas2009-04-1114-306/+82
* fix hexadecimal constant that was wrong; and confused with ieee. ok miod@martynas2009-04-081-2/+2
* const static -> static const; since it's deprecated per C99. ok millert@martynas2009-04-056-13/+13
* add C99-conformant nan, nanf, nanl for vax. always return zero,martynas2009-03-281-0/+29
* use sys/cdefs.h; pointed out by theomartynas2008-12-1010-20/+20
* - 80-bit and quad precision trigonometric and other mostmartynas2008-12-0910-30/+86
* - noieee_src: adapt complex versions of the functions it alreadymartynas2008-10-0727-215/+1778
* remove z_abs. ok millert@martynas2008-09-131-7/+1
* since these got no ieee-specific code anymore, add fmin, fmax, fdim,martynas2008-09-115-0/+232
* - remove isinff, isnanf. this has been moved to libcmartynas2008-07-241-25/+1
* remez -> Remes here, too. for consistencymartynas2008-07-222-4/+4
* fix cases, found by lint:martynas2008-07-184-15/+19
* properly raise inexact; ok millert@martynas2008-07-175-22/+32
* some archaic 'n = a(b), c(d)' use that confused lintmartynas2008-07-163-15/+33
* - expressions such as x != x and x == x are prone to errors andmartynas2008-06-258-37/+37
* cleaning up, no functional changesmartynas2008-06-2131-249/+179
* fix some errors found by lint, e.g. declaration w/o types, makemartynas2008-06-164-21/+32
* spacing, add rcs ids, no binary changemartynas2008-06-1227-243/+270
* some cleanup for noieee_src, as asked by millert@: remove fictionalmartynas2008-06-1223-13/+37
* - no need for ifdef dance (21), we have isnan, finite for vaxmartynas2008-06-1214-131/+48
* - on non-ieee, rename gamma to tgamma, the 'true' gammamartynas2008-06-114-83/+123
* drem{,f} are aliases for remainder{,f}, so:martynas2008-06-111-79/+86
* add C99 round(), based on ieee_src, for noieee_src. tested on VAXmartynas2008-06-111-0/+47
* 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-0231-155/+31
* scalb() in vax libm is in fact scalbn(), so change the symbol name.miod2002-10-119-34/+34
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-6/+2
* 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-164-9/+9
* ^vax^__vax__hugh2000-10-1028-114/+114
* initial import of NetBSD treederaadt1995-10-1831-0/+6474