summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/vax/gen/modf.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* We are done providing support for the vax.deraadt2016-03-091-54/+0
| | | | lots of agreement.
* VAX ELF userland bits. Consists mostly of register prefix additions.miod2013-07-051-7/+7
|
* Revert (leaving the complex math part alone). Some stuff is dependingmartynas2011-07-081-0/+54
| | | | | on this historical behavior; so we're stuck in this stupid situation. No cookie for me.
* Move fabs(3), frexp(3), and modf(3) to libm--nothing has been usingmartynas2011-07-081-54/+0
| | | | them in libc for a very long time. OK guenther@.
* zap rcsid.espie2005-08-071-5/+1
| | | | okay deraadt@ (tested them all)
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Most of the systems we run on require an emulated EMODD, so avoid usinghugh2001-04-181-2/+8
| | | | | | | it if a CVTDL would do instead. This path is 80x faster on such systems, and falling back to EMODD if necessary hurts little. Helps programs like nawk, a heavy modf user.
* Fix lots of register masks.bjc2001-03-181-2/+2
|
* Fix RCS idstholo1996-08-191-4/+4
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* initial import of NetBSD treederaadt1995-10-181-0/+56