summaryrefslogtreecommitdiffstats
path: root/lib/libm/noieee_src/mathimpl.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove the unused leftovers of the 4.4BSD libm, which was only usednaddy2018-07-181-45/+0
| | | | | | | on non-IEEE platforms. Since the VAX port was discontinued, all our remaining architectures use IEEE floating point, as will any future ones. ok millert@ tb@
* in the old days compiler could not convert decimal constantsmartynas2009-04-111-51/+5
| | | | | | | | | | accurately, hence the tricks in libm, using machine representation of constants. remove kludges and switch to use decimal constants, much simplifying the code. since, the compiler converts them accurately. generated values match on vaxfp discussed with millert@, and miod@ testing todd@, and myself ok millert@
* const static -> static const; since it's deprecated per C99. ok millert@martynas2009-04-051-3/+3
|
* cleaning up, no functional changesmartynas2008-06-211-6/+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-0/+1
|
* some cleanup for noieee_src, as asked by millert@: remove fictionalmartynas2008-06-121-1/+0
| | | | | includes, include math.h where needed and remove redundant declarations 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.
* 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-161-2/+2
|
* ^vax^__vax__hugh2000-10-101-3/+3
|
* initial import of NetBSD treederaadt1995-10-181-0/+99