summaryrefslogtreecommitdiffstats
path: root/lib/libm/noieee_src/n_cabs.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* with DBL vs LDBL fixed, tedu some source in noieee which is actually theespie2013-07-031-25/+0
| | | | | | same as code in generic src. introduce PURE_SRCS for completely MI math code. okau martynas@
* - noieee_src: adapt complex versions of the functions it alreadymartynas2008-10-071-215/+18
| | | | | supports (which is all, except the float ones) ok millert@
* remove z_abs. ok millert@martynas2008-09-131-7/+1
|
* properly raise inexact; ok millert@martynas2008-07-171-7/+9
|
* - expressions such as x != x and x == x are prone to errors andmartynas2008-06-251-12/+12
| | | | | | | | | ugly, when we have isnan and isinf - no need to check for _IEEE, when checking for not-a-number - remove some impossible checks - while here, drem->remainder, as drem is just an obsolete alias now ok millert@
* cleaning up, no functional changesmartynas2008-06-211-9/+6
| | | | | | | - no support for National 32000, removing ns32000/national ifdefs maze - remove tahoe defs - ansify looks fine to millert@; who also noticed rint removal
* spacing, add rcs ids, no binary changemartynas2008-06-121-14/+15
|
* some cleanup for noieee_src, as asked by millert@: remove fictionalmartynas2008-06-121-0/+2
| | | | | includes, include math.h where needed and remove redundant declarations ok millert@
* - no need for ifdef dance (21), we have isnan, finite for vaxmartynas2008-06-121-3/+2
| | | | | | - TEST_FMOD doesn't belong here, remove - remove ifdef _ANSI_SOURCE and assume it's default ok millert@
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-5/+1
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* scalb() in vax libm is in fact scalbn(), so change the symbol name.miod2002-10-111-5/+5
| | | | | | Only affects vax, which has no shared libraries, so no version change needed for libm. Someone with enough math skills ought to code a real scalb() on a rainy day...
* ^vax^__vax__hugh2000-10-101-2/+2
|
* initial import of NetBSD treederaadt1995-10-181-0/+231