mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 14:49:36 -04:00
Copyright changes per the author.
Added specific permissions for redistribution with FreeBSD and NetBSD. Fixed author's email address.
This commit is contained in:
parent
c171789359
commit
b95c0fbacd
40 changed files with 634 additions and 263 deletions
|
|
@ -2,15 +2,15 @@
|
|||
* wm-FPU-emu an FPU emulator for 80386 and 80486SX microprocessors.
|
||||
*
|
||||
*
|
||||
* Copyright (C) 1992, 1993 W. Metzenthen, 22 Parker St, Ormond,
|
||||
* Vic 3163, Australia.
|
||||
* E-mail apm233m@vaxc.cc.monash.edu.au
|
||||
* Copyright (C) 1992,1993,1994
|
||||
* W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
|
||||
* Australia. E-mail billm@vaxc.cc.monash.edu.au
|
||||
* All rights reserved.
|
||||
*
|
||||
* This copyright notice covers the redistribution and use of the
|
||||
* FPU emulator developed by W. Metzenthen. It covers only its use
|
||||
* in the 386BSD operating system. Any other use is not permitted
|
||||
* under this copyright.
|
||||
* in the 386BSD, FreeBSD and NetBSD operating systems. Any other
|
||||
* use is not permitted under this copyright.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
|
|
@ -43,6 +43,16 @@
|
|||
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
*
|
||||
* The purpose of this copyright, based upon the Berkeley copyright, is to
|
||||
* ensure that the covered software remains freely available to everyone.
|
||||
*
|
||||
* The software (with necessary differences) is also available, but under
|
||||
* the terms of the GNU copyleft, for the Linux operating system and for
|
||||
* the djgpp ms-dos extender.
|
||||
*
|
||||
* W. Metzenthen June 1994.
|
||||
*
|
||||
*/
|
||||
|
||||
wm-FPU-emu is an FPU emulator for Linux. It is derived from wm-emu387
|
||||
|
|
|
|||
|
|
@ -2,15 +2,15 @@
|
|||
* control_w.h
|
||||
*
|
||||
*
|
||||
* Copyright (C) 1992, 1993 W. Metzenthen, 22 Parker St, Ormond,
|
||||
* Vic 3163, Australia.
|
||||
* E-mail apm233m@vaxc.cc.monash.edu.au
|
||||
* Copyright (C) 1992,1993,1994
|
||||
* W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
|
||||
* Australia. E-mail billm@vaxc.cc.monash.edu.au
|
||||
* All rights reserved.
|
||||
*
|
||||
* This copyright notice covers the redistribution and use of the
|
||||
* FPU emulator developed by W. Metzenthen. It covers only its use
|
||||
* in the 386BSD operating system. Any other use is not permitted
|
||||
* under this copyright.
|
||||
* in the 386BSD, FreeBSD and NetBSD operating systems. Any other
|
||||
* use is not permitted under this copyright.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
|
|
@ -44,7 +44,17 @@
|
|||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
*
|
||||
* $Id:$
|
||||
* The purpose of this copyright, based upon the Berkeley copyright, is to
|
||||
* ensure that the covered software remains freely available to everyone.
|
||||
*
|
||||
* The software (with necessary differences) is also available, but under
|
||||
* the terms of the GNU copyleft, for the Linux operating system and for
|
||||
* the djgpp ms-dos extender.
|
||||
*
|
||||
* W. Metzenthen June 1994.
|
||||
*
|
||||
*
|
||||
* $Id: control_w.h,v 1.2 1994/04/29 21:02:30 gclarkii Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -5,15 +5,15 @@
|
|||
* Divide a 64 bit integer by a 32 bit integer & return remainder.
|
||||
*
|
||||
*
|
||||
* Copyright (C) 1992, 1993 W. Metzenthen, 22 Parker St, Ormond,
|
||||
* Vic 3163, Australia.
|
||||
* E-mail apm233m@vaxc.cc.monash.edu.au
|
||||
* Copyright (C) 1992,1993,1994
|
||||
* W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
|
||||
* Australia. E-mail billm@vaxc.cc.monash.edu.au
|
||||
* All rights reserved.
|
||||
*
|
||||
* This copyright notice covers the redistribution and use of the
|
||||
* FPU emulator developed by W. Metzenthen. It covers only its use
|
||||
* in the 386BSD operating system. Any other use is not permitted
|
||||
* under this copyright.
|
||||
* in the 386BSD, FreeBSD and NetBSD operating systems. Any other
|
||||
* use is not permitted under this copyright.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
|
|
@ -46,8 +46,18 @@
|
|||
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
*
|
||||
* The purpose of this copyright, based upon the Berkeley copyright, is to
|
||||
* ensure that the covered software remains freely available to everyone.
|
||||
*
|
||||
* The software (with necessary differences) is also available, but under
|
||||
* the terms of the GNU copyleft, for the Linux operating system and for
|
||||
* the djgpp ms-dos extender.
|
||||
*
|
||||
* W. Metzenthen June 1994.
|
||||
*
|
||||
*
|
||||
* $Id:$
|
||||
* $Id: div_small.s,v 1.2 1994/04/29 21:07:11 gclarkii Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -4,15 +4,15 @@
|
|||
* The error handling functions for wm-FPU-emu
|
||||
*
|
||||
*
|
||||
* Copyright (C) 1992, 1993 W. Metzenthen, 22 Parker St, Ormond,
|
||||
* Vic 3163, Australia.
|
||||
* E-mail apm233m@vaxc.cc.monash.edu.au
|
||||
* Copyright (C) 1992,1993,1994
|
||||
* W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
|
||||
* Australia. E-mail billm@vaxc.cc.monash.edu.au
|
||||
* All rights reserved.
|
||||
*
|
||||
* This copyright notice covers the redistribution and use of the
|
||||
* FPU emulator developed by W. Metzenthen. It covers only its use
|
||||
* in the 386BSD operating system. Any other use is not permitted
|
||||
* under this copyright.
|
||||
* in the 386BSD, FreeBSD and NetBSD operating systems. Any other
|
||||
* use is not permitted under this copyright.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
|
|
@ -46,7 +46,17 @@
|
|||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
*
|
||||
* $Id:$
|
||||
* The purpose of this copyright, based upon the Berkeley copyright, is to
|
||||
* ensure that the covered software remains freely available to everyone.
|
||||
*
|
||||
* The software (with necessary differences) is also available, but under
|
||||
* the terms of the GNU copyleft, for the Linux operating system and for
|
||||
* the djgpp ms-dos extender.
|
||||
*
|
||||
* W. Metzenthen June 1994.
|
||||
*
|
||||
*
|
||||
* $Id: errors.c,v 1.2 1994/04/29 21:07:12 gclarkii Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -2,15 +2,15 @@
|
|||
* exception.h
|
||||
*
|
||||
*
|
||||
* Copyright (C) 1992, 1993 W. Metzenthen, 22 Parker St, Ormond,
|
||||
* Vic 3163, Australia.
|
||||
* E-mail apm233m@vaxc.cc.monash.edu.au
|
||||
* Copyright (C) 1992,1993,1994
|
||||
* W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
|
||||
* Australia. E-mail billm@vaxc.cc.monash.edu.au
|
||||
* All rights reserved.
|
||||
*
|
||||
* This copyright notice covers the redistribution and use of the
|
||||
* FPU emulator developed by W. Metzenthen. It covers only its use
|
||||
* in the 386BSD operating system. Any other use is not permitted
|
||||
* under this copyright.
|
||||
* in the 386BSD, FreeBSD and NetBSD operating systems. Any other
|
||||
* use is not permitted under this copyright.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
|
|
@ -44,7 +44,17 @@
|
|||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
*
|
||||
* $Id:$
|
||||
* The purpose of this copyright, based upon the Berkeley copyright, is to
|
||||
* ensure that the covered software remains freely available to everyone.
|
||||
*
|
||||
* The software (with necessary differences) is also available, but under
|
||||
* the terms of the GNU copyleft, for the Linux operating system and for
|
||||
* the djgpp ms-dos extender.
|
||||
*
|
||||
* W. Metzenthen June 1994.
|
||||
*
|
||||
*
|
||||
* $Id: exception.h,v 1.2 1994/04/29 21:07:13 gclarkii Exp $
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -4,15 +4,15 @@
|
|||
* Code to implement the FPU register/register arithmetic instructions
|
||||
*
|
||||
*
|
||||
* Copyright (C) 1992, 1993 W. Metzenthen, 22 Parker St, Ormond,
|
||||
* Vic 3163, Australia.
|
||||
* E-mail apm233m@vaxc.cc.monash.edu.au
|
||||
* Copyright (C) 1992,1993,1994
|
||||
* W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
|
||||
* Australia. E-mail billm@vaxc.cc.monash.edu.au
|
||||
* All rights reserved.
|
||||
*
|
||||
* This copyright notice covers the redistribution and use of the
|
||||
* FPU emulator developed by W. Metzenthen. It covers only its use
|
||||
* in the 386BSD operating system. Any other use is not permitted
|
||||
* under this copyright.
|
||||
* in the 386BSD, FreeBSD and NetBSD operating systems. Any other
|
||||
* use is not permitted under this copyright.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
|
|
@ -46,7 +46,17 @@
|
|||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
*
|
||||
* $Id:$
|
||||
* The purpose of this copyright, based upon the Berkeley copyright, is to
|
||||
* ensure that the covered software remains freely available to everyone.
|
||||
*
|
||||
* The software (with necessary differences) is also available, but under
|
||||
* the terms of the GNU copyleft, for the Linux operating system and for
|
||||
* the djgpp ms-dos extender.
|
||||
*
|
||||
* W. Metzenthen June 1994.
|
||||
*
|
||||
*
|
||||
* $Id: fpu_arith.c,v 1.2 1994/04/29 21:07:14 gclarkii Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -2,15 +2,15 @@
|
|||
* fpu_asm.h
|
||||
*
|
||||
*
|
||||
* Copyright (C) 1992, 1993 W. Metzenthen, 22 Parker St, Ormond,
|
||||
* Vic 3163, Australia.
|
||||
* E-mail apm233m@vaxc.cc.monash.edu.au
|
||||
* Copyright (C) 1992,1993,1994
|
||||
* W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
|
||||
* Australia. E-mail billm@vaxc.cc.monash.edu.au
|
||||
* All rights reserved.
|
||||
*
|
||||
* This copyright notice covers the redistribution and use of the
|
||||
* FPU emulator developed by W. Metzenthen. It covers only its use
|
||||
* in the 386BSD operating system. Any other use is not permitted
|
||||
* under this copyright.
|
||||
* in the 386BSD, FreeBSD and NetBSD operating systems. Any other
|
||||
* use is not permitted under this copyright.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
|
|
@ -44,7 +44,17 @@
|
|||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
*
|
||||
* $Id:$
|
||||
* The purpose of this copyright, based upon the Berkeley copyright, is to
|
||||
* ensure that the covered software remains freely available to everyone.
|
||||
*
|
||||
* The software (with necessary differences) is also available, but under
|
||||
* the terms of the GNU copyleft, for the Linux operating system and for
|
||||
* the djgpp ms-dos extender.
|
||||
*
|
||||
* W. Metzenthen June 1994.
|
||||
*
|
||||
*
|
||||
* $Id: fpu_asm.h,v 1.2 1994/04/29 21:07:14 gclarkii Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -4,15 +4,15 @@
|
|||
* Code to implement some of the FPU auxiliary instructions.
|
||||
*
|
||||
*
|
||||
* Copyright (C) 1992, 1993 W. Metzenthen, 22 Parker St, Ormond,
|
||||
* Vic 3163, Australia.
|
||||
* E-mail apm233m@vaxc.cc.monash.edu.au
|
||||
* Copyright (C) 1992,1993,1994
|
||||
* W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
|
||||
* Australia. E-mail billm@vaxc.cc.monash.edu.au
|
||||
* All rights reserved.
|
||||
*
|
||||
* This copyright notice covers the redistribution and use of the
|
||||
* FPU emulator developed by W. Metzenthen. It covers only its use
|
||||
* in the 386BSD operating system. Any other use is not permitted
|
||||
* under this copyright.
|
||||
* in the 386BSD, FreeBSD and NetBSD operating systems. Any other
|
||||
* use is not permitted under this copyright.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
|
|
@ -46,7 +46,17 @@
|
|||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
*
|
||||
* $Id:$
|
||||
* The purpose of this copyright, based upon the Berkeley copyright, is to
|
||||
* ensure that the covered software remains freely available to everyone.
|
||||
*
|
||||
* The software (with necessary differences) is also available, but under
|
||||
* the terms of the GNU copyleft, for the Linux operating system and for
|
||||
* the djgpp ms-dos extender.
|
||||
*
|
||||
* W. Metzenthen June 1994.
|
||||
*
|
||||
*
|
||||
* $Id: fpu_aux.c,v 1.2 1994/04/29 21:16:19 gclarkii Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -2,15 +2,15 @@
|
|||
* fpu_emu.h
|
||||
*
|
||||
*
|
||||
* Copyright (C) 1992, 1993 W. Metzenthen, 22 Parker St, Ormond,
|
||||
* Vic 3163, Australia.
|
||||
* E-mail apm233m@vaxc.cc.monash.edu.au
|
||||
* Copyright (C) 1992,1993,1994
|
||||
* W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
|
||||
* Australia. E-mail billm@vaxc.cc.monash.edu.au
|
||||
* All rights reserved.
|
||||
*
|
||||
* This copyright notice covers the redistribution and use of the
|
||||
* FPU emulator developed by W. Metzenthen. It covers only its use
|
||||
* in the 386BSD operating system. Any other use is not permitted
|
||||
* under this copyright.
|
||||
* in the 386BSD, FreeBSD and NetBSD operating systems. Any other
|
||||
* use is not permitted under this copyright.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
|
|
@ -44,7 +44,17 @@
|
|||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
*
|
||||
* $Id:$
|
||||
* The purpose of this copyright, based upon the Berkeley copyright, is to
|
||||
* ensure that the covered software remains freely available to everyone.
|
||||
*
|
||||
* The software (with necessary differences) is also available, but under
|
||||
* the terms of the GNU copyleft, for the Linux operating system and for
|
||||
* the djgpp ms-dos extender.
|
||||
*
|
||||
* W. Metzenthen June 1994.
|
||||
*
|
||||
*
|
||||
* $Id: fpu_emu.h,v 1.2 1994/04/29 21:16:20 gclarkii Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -4,15 +4,15 @@
|
|||
* The entry function for wm-FPU-emu
|
||||
*
|
||||
*
|
||||
* Copyright (C) 1992, 1993 W. Metzenthen, 22 Parker St, Ormond,
|
||||
* Vic 3163, Australia.
|
||||
* E-mail apm233m@vaxc.cc.monash.edu.au
|
||||
* Copyright (C) 1992,1993,1994
|
||||
* W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
|
||||
* Australia. E-mail billm@vaxc.cc.monash.edu.au
|
||||
* All rights reserved.
|
||||
*
|
||||
* This copyright notice covers the redistribution and use of the
|
||||
* FPU emulator developed by W. Metzenthen. It covers only its use
|
||||
* in the 386BSD operating system. Any other use is not permitted
|
||||
* under this copyright.
|
||||
* in the 386BSD, FreeBSD and NetBSD operating systems. Any other
|
||||
* use is not permitted under this copyright.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
|
|
@ -46,35 +46,16 @@
|
|||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
*
|
||||
* The purpose of the copyright is to ensure that the covered software
|
||||
* remains freely available to everyone. It is felt to be necessary to
|
||||
* try and prevent the software being taken by unscrupulous people and
|
||||
* (perhaps after modification) being copyrighted or otherwise
|
||||
* restricted and being made no longer freely available. There are a
|
||||
* number of examples of corporations hijacking ideas and trying to
|
||||
* sue the pants of lesser financed entities who try to subsequently
|
||||
* use the ideas.
|
||||
* The purpose of this copyright, based upon the Berkeley copyright, is to
|
||||
* ensure that the covered software remains freely available to everyone.
|
||||
*
|
||||
* If the software were placed in the public domain then there would
|
||||
* be no protection at all. By claiming a copyright it puts at least a
|
||||
* strong moral pressure on the greedy to restrain themselves and
|
||||
* behave ethically. And let's not be naive, we are all subject to the
|
||||
* emotion of greed to some extent...
|
||||
* The software (with necessary differences) is also available, but under
|
||||
* the terms of the GNU copyleft, for the Linux operating system and for
|
||||
* the djgpp ms-dos extender.
|
||||
*
|
||||
* Up until now, the software has been covered by the GNU copyleft.
|
||||
* That copyright mechanism has problems for operating systems which
|
||||
* are not themselves covered by the GNU copyleft. Hence I have
|
||||
* decided to allow the covered software to be used with 386BSD under
|
||||
* restrictions which are meant to be broadly similar, but not
|
||||
* identical, to those which already cover the 386BSD operating
|
||||
* system.
|
||||
* W. Metzenthen June 1994.
|
||||
*
|
||||
* The software, in its form for the Linux operating system, remains
|
||||
* available under the terms of the GNU copyleft.
|
||||
*
|
||||
* W. Metzenthen June 1993.
|
||||
*
|
||||
* $Id:$
|
||||
* $Id: fpu_entry.c,v 1.2 1994/04/29 21:16:21 gclarkii Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -4,15 +4,15 @@
|
|||
* Implement a few FPU instructions.
|
||||
*
|
||||
*
|
||||
* Copyright (C) 1992, 1993 W. Metzenthen, 22 Parker St, Ormond,
|
||||
* Vic 3163, Australia.
|
||||
* E-mail apm233m@vaxc.cc.monash.edu.au
|
||||
* Copyright (C) 1992,1993,1994
|
||||
* W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
|
||||
* Australia. E-mail billm@vaxc.cc.monash.edu.au
|
||||
* All rights reserved.
|
||||
*
|
||||
* This copyright notice covers the redistribution and use of the
|
||||
* FPU emulator developed by W. Metzenthen. It covers only its use
|
||||
* in the 386BSD operating system. Any other use is not permitted
|
||||
* under this copyright.
|
||||
* in the 386BSD, FreeBSD and NetBSD operating systems. Any other
|
||||
* use is not permitted under this copyright.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
|
|
@ -46,7 +46,17 @@
|
|||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
*
|
||||
* $Id:$
|
||||
* The purpose of this copyright, based upon the Berkeley copyright, is to
|
||||
* ensure that the covered software remains freely available to everyone.
|
||||
*
|
||||
* The software (with necessary differences) is also available, but under
|
||||
* the terms of the GNU copyleft, for the Linux operating system and for
|
||||
* the djgpp ms-dos extender.
|
||||
*
|
||||
* W. Metzenthen June 1994.
|
||||
*
|
||||
*
|
||||
* $Id: fpu_etc.c,v 1.2 1994/04/29 21:16:22 gclarkii Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -2,15 +2,15 @@
|
|||
* fpu_system.h
|
||||
*
|
||||
*
|
||||
* Copyright (C) 1992, 1993 W. Metzenthen, 22 Parker St, Ormond,
|
||||
* Vic 3163, Australia.
|
||||
* E-mail apm233m@vaxc.cc.monash.edu.au
|
||||
* Copyright (C) 1992,1993,1994
|
||||
* W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
|
||||
* Australia. E-mail billm@vaxc.cc.monash.edu.au
|
||||
* All rights reserved.
|
||||
*
|
||||
* This copyright notice covers the redistribution and use of the
|
||||
* FPU emulator developed by W. Metzenthen. It covers only its use
|
||||
* in the 386BSD operating system. Any other use is not permitted
|
||||
* under this copyright.
|
||||
* in the 386BSD, FreeBSD and NetBSD operating systems. Any other
|
||||
* use is not permitted under this copyright.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
|
|
@ -44,7 +44,17 @@
|
|||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
*
|
||||
* $Id:$
|
||||
* The purpose of this copyright, based upon the Berkeley copyright, is to
|
||||
* ensure that the covered software remains freely available to everyone.
|
||||
*
|
||||
* The software (with necessary differences) is also available, but under
|
||||
* the terms of the GNU copyleft, for the Linux operating system and for
|
||||
* the djgpp ms-dos extender.
|
||||
*
|
||||
* W. Metzenthen June 1994.
|
||||
*
|
||||
*
|
||||
* $Id: fpu_system.h,v 1.2 1994/04/29 21:16:24 gclarkii Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -4,15 +4,15 @@
|
|||
* Implementation of the FPU "transcendental" functions.
|
||||
*
|
||||
*
|
||||
* Copyright (C) 1992, 1993 W. Metzenthen, 22 Parker St, Ormond,
|
||||
* Vic 3163, Australia.
|
||||
* E-mail apm233m@vaxc.cc.monash.edu.au
|
||||
* Copyright (C) 1992,1993,1994
|
||||
* W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
|
||||
* Australia. E-mail billm@vaxc.cc.monash.edu.au
|
||||
* All rights reserved.
|
||||
*
|
||||
* This copyright notice covers the redistribution and use of the
|
||||
* FPU emulator developed by W. Metzenthen. It covers only its use
|
||||
* in the 386BSD operating system. Any other use is not permitted
|
||||
* under this copyright.
|
||||
* in the 386BSD, FreeBSD and NetBSD operating systems. Any other
|
||||
* use is not permitted under this copyright.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
|
|
@ -46,7 +46,17 @@
|
|||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
*
|
||||
* $Id:$
|
||||
* The purpose of this copyright, based upon the Berkeley copyright, is to
|
||||
* ensure that the covered software remains freely available to everyone.
|
||||
*
|
||||
* The software (with necessary differences) is also available, but under
|
||||
* the terms of the GNU copyleft, for the Linux operating system and for
|
||||
* the djgpp ms-dos extender.
|
||||
*
|
||||
* W. Metzenthen June 1994.
|
||||
*
|
||||
*
|
||||
* $Id: fpu_trig.c,v 1.3 1994/04/29 21:16:25 gclarkii Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -4,15 +4,15 @@
|
|||
* Get the effective address from an FPU instruction.
|
||||
*
|
||||
*
|
||||
* Copyright (C) 1992, 1993 W. Metzenthen, 22 Parker St, Ormond,
|
||||
* Vic 3163, Australia.
|
||||
* E-mail apm233m@vaxc.cc.monash.edu.au
|
||||
* Copyright (C) 1992,1993,1994
|
||||
* W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
|
||||
* Australia. E-mail billm@vaxc.cc.monash.edu.au
|
||||
* All rights reserved.
|
||||
*
|
||||
* This copyright notice covers the redistribution and use of the
|
||||
* FPU emulator developed by W. Metzenthen. It covers only its use
|
||||
* in the 386BSD operating system. Any other use is not permitted
|
||||
* under this copyright.
|
||||
* in the 386BSD, FreeBSD and NetBSD operating systems. Any other
|
||||
* use is not permitted under this copyright.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
|
|
@ -46,7 +46,17 @@
|
|||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
*
|
||||
* $Id:$
|
||||
* The purpose of this copyright, based upon the Berkeley copyright, is to
|
||||
* ensure that the covered software remains freely available to everyone.
|
||||
*
|
||||
* The software (with necessary differences) is also available, but under
|
||||
* the terms of the GNU copyleft, for the Linux operating system and for
|
||||
* the djgpp ms-dos extender.
|
||||
*
|
||||
* W. Metzenthen June 1994.
|
||||
*
|
||||
*
|
||||
* $Id: get_address.c,v 1.2 1994/04/29 21:16:26 gclarkii Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -5,15 +5,15 @@
|
|||
* which load and store from user memory.
|
||||
*
|
||||
*
|
||||
* Copyright (C) 1992, 1993 W. Metzenthen, 22 Parker St, Ormond,
|
||||
* Vic 3163, Australia.
|
||||
* E-mail apm233m@vaxc.cc.monash.edu.au
|
||||
* Copyright (C) 1992,1993,1994
|
||||
* W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
|
||||
* Australia. E-mail billm@vaxc.cc.monash.edu.au
|
||||
* All rights reserved.
|
||||
*
|
||||
* This copyright notice covers the redistribution and use of the
|
||||
* FPU emulator developed by W. Metzenthen. It covers only its use
|
||||
* in the 386BSD operating system. Any other use is not permitted
|
||||
* under this copyright.
|
||||
* in the 386BSD, FreeBSD and NetBSD operating systems. Any other
|
||||
* use is not permitted under this copyright.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
|
|
@ -47,7 +47,17 @@
|
|||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
*
|
||||
* $Id:$
|
||||
* The purpose of this copyright, based upon the Berkeley copyright, is to
|
||||
* ensure that the covered software remains freely available to everyone.
|
||||
*
|
||||
* The software (with necessary differences) is also available, but under
|
||||
* the terms of the GNU copyleft, for the Linux operating system and for
|
||||
* the djgpp ms-dos extender.
|
||||
*
|
||||
* W. Metzenthen June 1994.
|
||||
*
|
||||
*
|
||||
* $Id: load_store.c,v 1.2 1994/04/29 21:16:27 gclarkii Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -4,15 +4,15 @@
|
|||
* Function to compute 2^x-1 by a polynomial approximation.
|
||||
*
|
||||
*
|
||||
* Copyright (C) 1992, 1993 W. Metzenthen, 22 Parker St, Ormond,
|
||||
* Vic 3163, Australia.
|
||||
* E-mail apm233m@vaxc.cc.monash.edu.au
|
||||
* Copyright (C) 1992,1993,1994
|
||||
* W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
|
||||
* Australia. E-mail billm@vaxc.cc.monash.edu.au
|
||||
* All rights reserved.
|
||||
*
|
||||
* This copyright notice covers the redistribution and use of the
|
||||
* FPU emulator developed by W. Metzenthen. It covers only its use
|
||||
* in the 386BSD operating system. Any other use is not permitted
|
||||
* under this copyright.
|
||||
* in the 386BSD, FreeBSD and NetBSD operating systems. Any other
|
||||
* use is not permitted under this copyright.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
|
|
@ -46,7 +46,17 @@
|
|||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
*
|
||||
* $Id:$
|
||||
* The purpose of this copyright, based upon the Berkeley copyright, is to
|
||||
* ensure that the covered software remains freely available to everyone.
|
||||
*
|
||||
* The software (with necessary differences) is also available, but under
|
||||
* the terms of the GNU copyleft, for the Linux operating system and for
|
||||
* the djgpp ms-dos extender.
|
||||
*
|
||||
* W. Metzenthen June 1994.
|
||||
*
|
||||
*
|
||||
* $Id: poly_2xm1.c,v 1.2 1994/04/29 21:23:25 gclarkii Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -4,15 +4,15 @@
|
|||
* Compute the tan of a FPU_REG, using a polynomial approximation.
|
||||
*
|
||||
*
|
||||
* Copyright (C) 1992, 1993 W. Metzenthen, 22 Parker St, Ormond,
|
||||
* Vic 3163, Australia.
|
||||
* E-mail apm233m@vaxc.cc.monash.edu.au
|
||||
* Copyright (C) 1992,1993,1994
|
||||
* W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
|
||||
* Australia. E-mail billm@vaxc.cc.monash.edu.au
|
||||
* All rights reserved.
|
||||
*
|
||||
* This copyright notice covers the redistribution and use of the
|
||||
* FPU emulator developed by W. Metzenthen. It covers only its use
|
||||
* in the 386BSD operating system. Any other use is not permitted
|
||||
* under this copyright.
|
||||
* in the 386BSD, FreeBSD and NetBSD operating systems. Any other
|
||||
* use is not permitted under this copyright.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
|
|
@ -46,7 +46,17 @@
|
|||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
*
|
||||
* $Id:$
|
||||
* The purpose of this copyright, based upon the Berkeley copyright, is to
|
||||
* ensure that the covered software remains freely available to everyone.
|
||||
*
|
||||
* The software (with necessary differences) is also available, but under
|
||||
* the terms of the GNU copyleft, for the Linux operating system and for
|
||||
* the djgpp ms-dos extender.
|
||||
*
|
||||
* W. Metzenthen June 1994.
|
||||
*
|
||||
*
|
||||
* $Id: poly_atan.c,v 1.3 1994/04/29 21:23:26 gclarkii Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -5,15 +5,15 @@
|
|||
* A set of functions to divide 64 bit integers by fixed numbers.
|
||||
*
|
||||
*
|
||||
* Copyright (C) 1992, 1993 W. Metzenthen, 22 Parker St, Ormond,
|
||||
* Vic 3163, Australia.
|
||||
* E-mail apm233m@vaxc.cc.monash.edu.au
|
||||
* Copyright (C) 1992,1993,1994
|
||||
* W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
|
||||
* Australia. E-mail billm@vaxc.cc.monash.edu.au
|
||||
* All rights reserved.
|
||||
*
|
||||
* This copyright notice covers the redistribution and use of the
|
||||
* FPU emulator developed by W. Metzenthen. It covers only its use
|
||||
* in the 386BSD operating system. Any other use is not permitted
|
||||
* under this copyright.
|
||||
* in the 386BSD, FreeBSD and NetBSD operating systems. Any other
|
||||
* use is not permitted under this copyright.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
|
|
@ -47,7 +47,17 @@
|
|||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
*
|
||||
* $Id:$
|
||||
* The purpose of this copyright, based upon the Berkeley copyright, is to
|
||||
* ensure that the covered software remains freely available to everyone.
|
||||
*
|
||||
* The software (with necessary differences) is also available, but under
|
||||
* the terms of the GNU copyleft, for the Linux operating system and for
|
||||
* the djgpp ms-dos extender.
|
||||
*
|
||||
* W. Metzenthen June 1994.
|
||||
*
|
||||
*
|
||||
* $Id: poly_div.s,v 1.2 1994/04/29 21:23:27 gclarkii Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -4,15 +4,15 @@
|
|||
* Compute the base 2 log of a FPU_REG, using a polynomial approximation.
|
||||
*
|
||||
*
|
||||
* Copyright (C) 1992, 1993 W. Metzenthen, 22 Parker St, Ormond,
|
||||
* Vic 3163, Australia.
|
||||
* E-mail apm233m@vaxc.cc.monash.edu.au
|
||||
* Copyright (C) 1992,1993,1994
|
||||
* W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
|
||||
* Australia. E-mail billm@vaxc.cc.monash.edu.au
|
||||
* All rights reserved.
|
||||
*
|
||||
* This copyright notice covers the redistribution and use of the
|
||||
* FPU emulator developed by W. Metzenthen. It covers only its use
|
||||
* in the 386BSD operating system. Any other use is not permitted
|
||||
* under this copyright.
|
||||
* in the 386BSD, FreeBSD and NetBSD operating systems. Any other
|
||||
* use is not permitted under this copyright.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
|
|
@ -46,7 +46,17 @@
|
|||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
*
|
||||
* $Id: poly_l2.c,v 1.3 1994/04/29 21:23:28 gclarkii Exp $
|
||||
* The purpose of this copyright, based upon the Berkeley copyright, is to
|
||||
* ensure that the covered software remains freely available to everyone.
|
||||
*
|
||||
* The software (with necessary differences) is also available, but under
|
||||
* the terms of the GNU copyleft, for the Linux operating system and for
|
||||
* the djgpp ms-dos extender.
|
||||
*
|
||||
* W. Metzenthen June 1994.
|
||||
*
|
||||
*
|
||||
* $Id: poly_l2.c,v 1.4 1994/04/30 16:47:08 gclarkii Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -7,15 +7,15 @@
|
|||
* void mul64(long long *a, long long *b, long long *result)
|
||||
*
|
||||
*
|
||||
* Copyright (C) 1992, 1993 W. Metzenthen, 22 Parker St, Ormond,
|
||||
* Vic 3163, Australia.
|
||||
* E-mail apm233m@vaxc.cc.monash.edu.au
|
||||
* Copyright (C) 1992,1993,1994
|
||||
* W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
|
||||
* Australia. E-mail billm@vaxc.cc.monash.edu.au
|
||||
* All rights reserved.
|
||||
*
|
||||
* This copyright notice covers the redistribution and use of the
|
||||
* FPU emulator developed by W. Metzenthen. It covers only its use
|
||||
* in the 386BSD operating system. Any other use is not permitted
|
||||
* under this copyright.
|
||||
* in the 386BSD, FreeBSD and NetBSD operating systems. Any other
|
||||
* use is not permitted under this copyright.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
|
|
@ -49,7 +49,17 @@
|
|||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
*
|
||||
* $Id:$
|
||||
* The purpose of this copyright, based upon the Berkeley copyright, is to
|
||||
* ensure that the covered software remains freely available to everyone.
|
||||
*
|
||||
* The software (with necessary differences) is also available, but under
|
||||
* the terms of the GNU copyleft, for the Linux operating system and for
|
||||
* the djgpp ms-dos extender.
|
||||
*
|
||||
* W. Metzenthen June 1994.
|
||||
*
|
||||
*
|
||||
* $Id: poly_mul64.s,v 1.2 1994/04/29 21:23:29 gclarkii Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -4,15 +4,15 @@
|
|||
* Computation of an approximation of the sin function by a polynomial
|
||||
*
|
||||
*
|
||||
* Copyright (C) 1992, 1993 W. Metzenthen, 22 Parker St, Ormond,
|
||||
* Vic 3163, Australia.
|
||||
* E-mail apm233m@vaxc.cc.monash.edu.au
|
||||
* Copyright (C) 1992,1993,1994
|
||||
* W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
|
||||
* Australia. E-mail billm@vaxc.cc.monash.edu.au
|
||||
* All rights reserved.
|
||||
*
|
||||
* This copyright notice covers the redistribution and use of the
|
||||
* FPU emulator developed by W. Metzenthen. It covers only its use
|
||||
* in the 386BSD operating system. Any other use is not permitted
|
||||
* under this copyright.
|
||||
* in the 386BSD, FreeBSD and NetBSD operating systems. Any other
|
||||
* use is not permitted under this copyright.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
|
|
@ -46,7 +46,17 @@
|
|||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
*
|
||||
* $Id:$
|
||||
* The purpose of this copyright, based upon the Berkeley copyright, is to
|
||||
* ensure that the covered software remains freely available to everyone.
|
||||
*
|
||||
* The software (with necessary differences) is also available, but under
|
||||
* the terms of the GNU copyleft, for the Linux operating system and for
|
||||
* the djgpp ms-dos extender.
|
||||
*
|
||||
* W. Metzenthen June 1994.
|
||||
*
|
||||
*
|
||||
* $Id: poly_sin.c,v 1.3 1994/04/29 21:23:30 gclarkii Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -4,15 +4,15 @@
|
|||
* Compute the tan of a FPU_REG, using a polynomial approximation.
|
||||
*
|
||||
*
|
||||
* Copyright (C) 1992, 1993 W. Metzenthen, 22 Parker St, Ormond,
|
||||
* Vic 3163, Australia.
|
||||
* E-mail apm233m@vaxc.cc.monash.edu.au
|
||||
* Copyright (C) 1992,1993,1994
|
||||
* W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
|
||||
* Australia. E-mail billm@vaxc.cc.monash.edu.au
|
||||
* All rights reserved.
|
||||
*
|
||||
* This copyright notice covers the redistribution and use of the
|
||||
* FPU emulator developed by W. Metzenthen. It covers only its use
|
||||
* in the 386BSD operating system. Any other use is not permitted
|
||||
* under this copyright.
|
||||
* in the 386BSD, FreeBSD and NetBSD operating systems. Any other
|
||||
* use is not permitted under this copyright.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
|
|
@ -46,7 +46,17 @@
|
|||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
*
|
||||
* $Id:$
|
||||
* The purpose of this copyright, based upon the Berkeley copyright, is to
|
||||
* ensure that the covered software remains freely available to everyone.
|
||||
*
|
||||
* The software (with necessary differences) is also available, but under
|
||||
* the terms of the GNU copyleft, for the Linux operating system and for
|
||||
* the djgpp ms-dos extender.
|
||||
*
|
||||
* W. Metzenthen June 1994.
|
||||
*
|
||||
*
|
||||
* $Id: poly_tan.c,v 1.3 1994/04/29 21:23:31 gclarkii Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -12,15 +12,15 @@
|
|||
* The result is returned in accum.
|
||||
*
|
||||
*
|
||||
* Copyright (C) 1992, 1993 W. Metzenthen, 22 Parker St, Ormond,
|
||||
* Vic 3163, Australia.
|
||||
* E-mail apm233m@vaxc.cc.monash.edu.au
|
||||
* Copyright (C) 1992,1993,1994
|
||||
* W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
|
||||
* Australia. E-mail billm@vaxc.cc.monash.edu.au
|
||||
* All rights reserved.
|
||||
*
|
||||
* This copyright notice covers the redistribution and use of the
|
||||
* FPU emulator developed by W. Metzenthen. It covers only its use
|
||||
* in the 386BSD operating system. Any other use is not permitted
|
||||
* under this copyright.
|
||||
* in the 386BSD, FreeBSD and NetBSD operating systems. Any other
|
||||
* use is not permitted under this copyright.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
|
|
@ -54,7 +54,17 @@
|
|||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
*
|
||||
* $Id:$
|
||||
* The purpose of this copyright, based upon the Berkeley copyright, is to
|
||||
* ensure that the covered software remains freely available to everyone.
|
||||
*
|
||||
* The software (with necessary differences) is also available, but under
|
||||
* the terms of the GNU copyleft, for the Linux operating system and for
|
||||
* the djgpp ms-dos extender.
|
||||
*
|
||||
* W. Metzenthen June 1994.
|
||||
*
|
||||
*
|
||||
* $Id: polynomial.s,v 1.2 1994/04/29 21:23:31 gclarkii Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -3,15 +3,15 @@
|
|||
*
|
||||
* Functions to add or subtract two registers and put the result in a third.
|
||||
*
|
||||
* Copyright (C) 1992, 1993 W. Metzenthen, 22 Parker St, Ormond,
|
||||
* Vic 3163, Australia.
|
||||
* E-mail apm233m@vaxc.cc.monash.edu.au
|
||||
* Copyright (C) 1992,1993,1994
|
||||
* W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
|
||||
* Australia. E-mail billm@vaxc.cc.monash.edu.au
|
||||
* All rights reserved.
|
||||
*
|
||||
* This copyright notice covers the redistribution and use of the
|
||||
* FPU emulator developed by W. Metzenthen. It covers only its use
|
||||
* in the 386BSD operating system. Any other use is not permitted
|
||||
* under this copyright.
|
||||
* in the 386BSD, FreeBSD and NetBSD operating systems. Any other
|
||||
* use is not permitted under this copyright.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
|
|
@ -45,7 +45,17 @@
|
|||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
*
|
||||
* $Id:$
|
||||
* The purpose of this copyright, based upon the Berkeley copyright, is to
|
||||
* ensure that the covered software remains freely available to everyone.
|
||||
*
|
||||
* The software (with necessary differences) is also available, but under
|
||||
* the terms of the GNU copyleft, for the Linux operating system and for
|
||||
* the djgpp ms-dos extender.
|
||||
*
|
||||
* W. Metzenthen June 1994.
|
||||
*
|
||||
*
|
||||
* $Id: reg_add_sub.c,v 1.2 1994/04/29 21:30:15 gclarkii Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -4,15 +4,15 @@
|
|||
* Compare two floating point registers
|
||||
*
|
||||
*
|
||||
* Copyright (C) 1992, 1993 W. Metzenthen, 22 Parker St, Ormond,
|
||||
* Vic 3163, Australia.
|
||||
* E-mail apm233m@vaxc.cc.monash.edu.au
|
||||
* Copyright (C) 1992,1993,1994
|
||||
* W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
|
||||
* Australia. E-mail billm@vaxc.cc.monash.edu.au
|
||||
* All rights reserved.
|
||||
*
|
||||
* This copyright notice covers the redistribution and use of the
|
||||
* FPU emulator developed by W. Metzenthen. It covers only its use
|
||||
* in the 386BSD operating system. Any other use is not permitted
|
||||
* under this copyright.
|
||||
* in the 386BSD, FreeBSD and NetBSD operating systems. Any other
|
||||
* use is not permitted under this copyright.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
|
|
@ -46,7 +46,17 @@
|
|||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
*
|
||||
* $Id:$
|
||||
* The purpose of this copyright, based upon the Berkeley copyright, is to
|
||||
* ensure that the covered software remains freely available to everyone.
|
||||
*
|
||||
* The software (with necessary differences) is also available, but under
|
||||
* the terms of the GNU copyleft, for the Linux operating system and for
|
||||
* the djgpp ms-dos extender.
|
||||
*
|
||||
* W. Metzenthen June 1994.
|
||||
*
|
||||
*
|
||||
* $Id: reg_compare.c,v 1.2 1994/04/29 21:30:16 gclarkii Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -4,15 +4,15 @@
|
|||
* All of the constant FPU_REGs
|
||||
*
|
||||
*
|
||||
* Copyright (C) 1992, 1993 W. Metzenthen, 22 Parker St, Ormond,
|
||||
* Vic 3163, Australia.
|
||||
* E-mail apm233m@vaxc.cc.monash.edu.au
|
||||
* Copyright (C) 1992,1993,1994
|
||||
* W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
|
||||
* Australia. E-mail billm@vaxc.cc.monash.edu.au
|
||||
* All rights reserved.
|
||||
*
|
||||
* This copyright notice covers the redistribution and use of the
|
||||
* FPU emulator developed by W. Metzenthen. It covers only its use
|
||||
* in the 386BSD operating system. Any other use is not permitted
|
||||
* under this copyright.
|
||||
* in the 386BSD, FreeBSD and NetBSD operating systems. Any other
|
||||
* use is not permitted under this copyright.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
|
|
@ -46,6 +46,16 @@
|
|||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
*
|
||||
* The purpose of this copyright, based upon the Berkeley copyright, is to
|
||||
* ensure that the covered software remains freely available to everyone.
|
||||
*
|
||||
* The software (with necessary differences) is also available, but under
|
||||
* the terms of the GNU copyleft, for the Linux operating system and for
|
||||
* the djgpp ms-dos extender.
|
||||
*
|
||||
* W. Metzenthen June 1994.
|
||||
*
|
||||
*
|
||||
* $id:$
|
||||
*
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -2,15 +2,15 @@
|
|||
* reg_constant.h
|
||||
*
|
||||
*
|
||||
* Copyright (C) 1992, 1993 W. Metzenthen, 22 Parker St, Ormond,
|
||||
* Vic 3163, Australia.
|
||||
* E-mail apm233m@vaxc.cc.monash.edu.au
|
||||
* Copyright (C) 1992,1993,1994
|
||||
* W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
|
||||
* Australia. E-mail billm@vaxc.cc.monash.edu.au
|
||||
* All rights reserved.
|
||||
*
|
||||
* This copyright notice covers the redistribution and use of the
|
||||
* FPU emulator developed by W. Metzenthen. It covers only its use
|
||||
* in the 386BSD operating system. Any other use is not permitted
|
||||
* under this copyright.
|
||||
* in the 386BSD, FreeBSD and NetBSD operating systems. Any other
|
||||
* use is not permitted under this copyright.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
|
|
@ -44,7 +44,17 @@
|
|||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
*
|
||||
* $Id:$
|
||||
* The purpose of this copyright, based upon the Berkeley copyright, is to
|
||||
* ensure that the covered software remains freely available to everyone.
|
||||
*
|
||||
* The software (with necessary differences) is also available, but under
|
||||
* the terms of the GNU copyleft, for the Linux operating system and for
|
||||
* the djgpp ms-dos extender.
|
||||
*
|
||||
* W. Metzenthen June 1994.
|
||||
*
|
||||
*
|
||||
* $Id: reg_constant.h,v 1.2 1994/04/29 21:30:18 gclarkii Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -8,15 +8,15 @@
|
|||
* void reg_div(FPU_REG *a, FPU_REG *b, FPU_REG *dest,
|
||||
*
|
||||
*
|
||||
* Copyright (C) 1992, 1993 W. Metzenthen, 22 Parker St, Ormond,
|
||||
* Vic 3163, Australia.
|
||||
* E-mail apm233m@vaxc.cc.monash.edu.au
|
||||
* Copyright (C) 1992,1993,1994
|
||||
* W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
|
||||
* Australia. E-mail billm@vaxc.cc.monash.edu.au
|
||||
* All rights reserved.
|
||||
*
|
||||
* This copyright notice covers the redistribution and use of the
|
||||
* FPU emulator developed by W. Metzenthen. It covers only its use
|
||||
* in the 386BSD operating system. Any other use is not permitted
|
||||
* under this copyright.
|
||||
* in the 386BSD, FreeBSD and NetBSD operating systems. Any other
|
||||
* use is not permitted under this copyright.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
|
|
@ -49,8 +49,18 @@
|
|||
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
*
|
||||
* The purpose of this copyright, based upon the Berkeley copyright, is to
|
||||
* ensure that the covered software remains freely available to everyone.
|
||||
*
|
||||
* The software (with necessary differences) is also available, but under
|
||||
* the terms of the GNU copyleft, for the Linux operating system and for
|
||||
* the djgpp ms-dos extender.
|
||||
*
|
||||
* W. Metzenthen June 1994.
|
||||
*
|
||||
*
|
||||
* $Id:$
|
||||
* $Id: reg_div.s,v 1.2 1994/04/29 21:30:19 gclarkii Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -4,15 +4,15 @@
|
|||
* All of the functions which transfer data between user memory and FPU_REGs.
|
||||
*
|
||||
*
|
||||
* Copyright (C) 1992, 1993 W. Metzenthen, 22 Parker St, Ormond,
|
||||
* Vic 3163, Australia.
|
||||
* E-mail apm233m@vaxc.cc.monash.edu.au
|
||||
* Copyright (C) 1992,1993,1994
|
||||
* W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
|
||||
* Australia. E-mail billm@vaxc.cc.monash.edu.au
|
||||
* All rights reserved.
|
||||
*
|
||||
* This copyright notice covers the redistribution and use of the
|
||||
* FPU emulator developed by W. Metzenthen. It covers only its use
|
||||
* in the 386BSD operating system. Any other use is not permitted
|
||||
* under this copyright.
|
||||
* in the 386BSD, FreeBSD and NetBSD operating systems. Any other
|
||||
* use is not permitted under this copyright.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
|
|
@ -46,7 +46,17 @@
|
|||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
*
|
||||
* $Id:$
|
||||
* The purpose of this copyright, based upon the Berkeley copyright, is to
|
||||
* ensure that the covered software remains freely available to everyone.
|
||||
*
|
||||
* The software (with necessary differences) is also available, but under
|
||||
* the terms of the GNU copyleft, for the Linux operating system and for
|
||||
* the djgpp ms-dos extender.
|
||||
*
|
||||
* W. Metzenthen June 1994.
|
||||
*
|
||||
*
|
||||
* $Id: reg_ld_str.c,v 1.2 1994/04/29 21:30:20 gclarkii Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -4,15 +4,15 @@
|
|||
* Multiply one FPU_REG by another, put the result in a destination FPU_REG.
|
||||
*
|
||||
*
|
||||
* Copyright (C) 1992, 1993 W. Metzenthen, 22 Parker St, Ormond,
|
||||
* Vic 3163, Australia.
|
||||
* E-mail apm233m@vaxc.cc.monash.edu.au
|
||||
* Copyright (C) 1992,1993,1994
|
||||
* W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
|
||||
* Australia. E-mail billm@vaxc.cc.monash.edu.au
|
||||
* All rights reserved.
|
||||
*
|
||||
* This copyright notice covers the redistribution and use of the
|
||||
* FPU emulator developed by W. Metzenthen. It covers only its use
|
||||
* in the 386BSD operating system. Any other use is not permitted
|
||||
* under this copyright.
|
||||
* in the 386BSD, FreeBSD and NetBSD operating systems. Any other
|
||||
* use is not permitted under this copyright.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
|
|
@ -46,7 +46,17 @@
|
|||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
*
|
||||
* $Id:$
|
||||
* The purpose of this copyright, based upon the Berkeley copyright, is to
|
||||
* ensure that the covered software remains freely available to everyone.
|
||||
*
|
||||
* The software (with necessary differences) is also available, but under
|
||||
* the terms of the GNU copyleft, for the Linux operating system and for
|
||||
* the djgpp ms-dos extender.
|
||||
*
|
||||
* W. Metzenthen June 1994.
|
||||
*
|
||||
*
|
||||
* $Id: reg_mul.c,v 1.2 1994/04/29 21:30:21 gclarkii Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -9,15 +9,15 @@
|
|||
* void normalize_nuo(FPU_REG *n)
|
||||
*
|
||||
*
|
||||
* Copyright (C) 1992, 1993 W. Metzenthen, 22 Parker St, Ormond,
|
||||
* Vic 3163, Australia.
|
||||
* E-mail apm233m@vaxc.cc.monash.edu.au
|
||||
* Copyright (C) 1992,1993,1994
|
||||
* W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
|
||||
* Australia. E-mail billm@vaxc.cc.monash.edu.au
|
||||
* All rights reserved.
|
||||
*
|
||||
* This copyright notice covers the redistribution and use of the
|
||||
* FPU emulator developed by W. Metzenthen. It covers only its use
|
||||
* in the 386BSD operating system. Any other use is not permitted
|
||||
* under this copyright.
|
||||
* in the 386BSD, FreeBSD and NetBSD operating systems. Any other
|
||||
* use is not permitted under this copyright.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
|
|
@ -51,7 +51,17 @@
|
|||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
*
|
||||
* $Id:$
|
||||
* The purpose of this copyright, based upon the Berkeley copyright, is to
|
||||
* ensure that the covered software remains freely available to everyone.
|
||||
*
|
||||
* The software (with necessary differences) is also available, but under
|
||||
* the terms of the GNU copyleft, for the Linux operating system and for
|
||||
* the djgpp ms-dos extender.
|
||||
*
|
||||
* W. Metzenthen June 1994.
|
||||
*
|
||||
*
|
||||
* $Id: reg_norm.s,v 1.2 1994/04/29 21:30:22 gclarkii Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -13,15 +13,15 @@
|
|||
* void round_reg(FPU_REG *arg, unsigned int extent, unsigned int control_w)
|
||||
*
|
||||
*
|
||||
* Copyright (C) 1992, 1993 W. Metzenthen, 22 Parker St, Ormond,
|
||||
* Vic 3163, Australia.
|
||||
* E-mail apm233m@vaxc.cc.monash.edu.au
|
||||
* Copyright (C) 1992,1993,1994
|
||||
* W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
|
||||
* Australia. E-mail billm@vaxc.cc.monash.edu.au
|
||||
* All rights reserved.
|
||||
*
|
||||
* This copyright notice covers the redistribution and use of the
|
||||
* FPU emulator developed by W. Metzenthen. It covers only its use
|
||||
* in the 386BSD operating system. Any other use is not permitted
|
||||
* under this copyright.
|
||||
* in the 386BSD, FreeBSD and NetBSD operating systems. Any other
|
||||
* use is not permitted under this copyright.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
|
|
@ -55,7 +55,17 @@
|
|||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
*
|
||||
* $Id:$
|
||||
* The purpose of this copyright, based upon the Berkeley copyright, is to
|
||||
* ensure that the covered software remains freely available to everyone.
|
||||
*
|
||||
* The software (with necessary differences) is also available, but under
|
||||
* the terms of the GNU copyleft, for the Linux operating system and for
|
||||
* the djgpp ms-dos extender.
|
||||
*
|
||||
* W. Metzenthen June 1994.
|
||||
*
|
||||
*
|
||||
* $Id: reg_round.s,v 1.2 1994/04/29 21:30:23 gclarkii Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -10,15 +10,15 @@
|
|||
* int control_w)
|
||||
*
|
||||
*
|
||||
* Copyright (C) 1992, 1993 W. Metzenthen, 22 Parker St, Ormond,
|
||||
* Vic 3163, Australia.
|
||||
* E-mail apm233m@vaxc.cc.monash.edu.au
|
||||
* Copyright (C) 1992,1993,1994
|
||||
* W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
|
||||
* Australia. E-mail billm@vaxc.cc.monash.edu.au
|
||||
* All rights reserved.
|
||||
*
|
||||
* This copyright notice covers the redistribution and use of the
|
||||
* FPU emulator developed by W. Metzenthen. It covers only its use
|
||||
* in the 386BSD operating system. Any other use is not permitted
|
||||
* under this copyright.
|
||||
* in the 386BSD, FreeBSD and NetBSD operating systems. Any other
|
||||
* use is not permitted under this copyright.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
|
|
@ -52,7 +52,17 @@
|
|||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
*
|
||||
* $Id:$
|
||||
* The purpose of this copyright, based upon the Berkeley copyright, is to
|
||||
* ensure that the covered software remains freely available to everyone.
|
||||
*
|
||||
* The software (with necessary differences) is also available, but under
|
||||
* the terms of the GNU copyleft, for the Linux operating system and for
|
||||
* the djgpp ms-dos extender.
|
||||
*
|
||||
* W. Metzenthen June 1994.
|
||||
*
|
||||
*
|
||||
* $Id: reg_u_add.s,v 1.2 1994/04/29 21:34:23 gclarkii Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -5,15 +5,15 @@
|
|||
* Core division routines
|
||||
*
|
||||
*
|
||||
* Copyright (C) 1992, 1993 W. Metzenthen, 22 Parker St, Ormond,
|
||||
* Vic 3163, Australia.
|
||||
* E-mail apm233m@vaxc.cc.monash.edu.au
|
||||
* Copyright (C) 1992,1993,1994
|
||||
* W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
|
||||
* Australia. E-mail billm@vaxc.cc.monash.edu.au
|
||||
* All rights reserved.
|
||||
*
|
||||
* This copyright notice covers the redistribution and use of the
|
||||
* FPU emulator developed by W. Metzenthen. It covers only its use
|
||||
* in the 386BSD operating system. Any other use is not permitted
|
||||
* under this copyright.
|
||||
* in the 386BSD, FreeBSD and NetBSD operating systems. Any other
|
||||
* use is not permitted under this copyright.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
|
|
@ -47,7 +47,17 @@
|
|||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
*
|
||||
* $Id:$
|
||||
* The purpose of this copyright, based upon the Berkeley copyright, is to
|
||||
* ensure that the covered software remains freely available to everyone.
|
||||
*
|
||||
* The software (with necessary differences) is also available, but under
|
||||
* the terms of the GNU copyleft, for the Linux operating system and for
|
||||
* the djgpp ms-dos extender.
|
||||
*
|
||||
* W. Metzenthen June 1994.
|
||||
*
|
||||
*
|
||||
* $Id: reg_u_div.s,v 1.2 1994/04/29 21:34:24 gclarkii Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -5,15 +5,15 @@
|
|||
* Core multiplication routine
|
||||
*
|
||||
*
|
||||
* Copyright (C) 1992, 1993 W. Metzenthen, 22 Parker St, Ormond,
|
||||
* Vic 3163, Australia.
|
||||
* E-mail apm233m@vaxc.cc.monash.edu.au
|
||||
* Copyright (C) 1992,1993,1994
|
||||
* W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
|
||||
* Australia. E-mail billm@vaxc.cc.monash.edu.au
|
||||
* All rights reserved.
|
||||
*
|
||||
* This copyright notice covers the redistribution and use of the
|
||||
* FPU emulator developed by W. Metzenthen. It covers only its use
|
||||
* in the 386BSD operating system. Any other use is not permitted
|
||||
* under this copyright.
|
||||
* in the 386BSD, FreeBSD and NetBSD operating systems. Any other
|
||||
* use is not permitted under this copyright.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
|
|
@ -47,7 +47,17 @@
|
|||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
*
|
||||
* $Id:$
|
||||
* The purpose of this copyright, based upon the Berkeley copyright, is to
|
||||
* ensure that the covered software remains freely available to everyone.
|
||||
*
|
||||
* The software (with necessary differences) is also available, but under
|
||||
* the terms of the GNU copyleft, for the Linux operating system and for
|
||||
* the djgpp ms-dos extender.
|
||||
*
|
||||
* W. Metzenthen June 1994.
|
||||
*
|
||||
*
|
||||
* $Id: reg_u_mul.s,v 1.2 1994/04/29 21:34:25 gclarkii Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -9,15 +9,15 @@
|
|||
* int control_w)
|
||||
*
|
||||
*
|
||||
* Copyright (C) 1992, 1993 W. Metzenthen, 22 Parker St, Ormond,
|
||||
* Vic 3163, Australia.
|
||||
* E-mail apm233m@vaxc.cc.monash.edu.au
|
||||
* Copyright (C) 1992,1993,1994
|
||||
* W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
|
||||
* Australia. E-mail billm@vaxc.cc.monash.edu.au
|
||||
* All rights reserved.
|
||||
*
|
||||
* This copyright notice covers the redistribution and use of the
|
||||
* FPU emulator developed by W. Metzenthen. It covers only its use
|
||||
* in the 386BSD operating system. Any other use is not permitted
|
||||
* under this copyright.
|
||||
* in the 386BSD, FreeBSD and NetBSD operating systems. Any other
|
||||
* use is not permitted under this copyright.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
|
|
@ -51,7 +51,17 @@
|
|||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
*
|
||||
* $Id:$
|
||||
* The purpose of this copyright, based upon the Berkeley copyright, is to
|
||||
* ensure that the covered software remains freely available to everyone.
|
||||
*
|
||||
* The software (with necessary differences) is also available, but under
|
||||
* the terms of the GNU copyleft, for the Linux operating system and for
|
||||
* the djgpp ms-dos extender.
|
||||
*
|
||||
* W. Metzenthen June 1994.
|
||||
*
|
||||
*
|
||||
* $Id: reg_u_sub.s,v 1.2 1994/04/29 21:34:26 gclarkii Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -2,15 +2,15 @@
|
|||
* status_w.h
|
||||
*
|
||||
*
|
||||
* Copyright (C) 1992, 1993 W. Metzenthen, 22 Parker St, Ormond,
|
||||
* Vic 3163, Australia.
|
||||
* E-mail apm233m@vaxc.cc.monash.edu.au
|
||||
* Copyright (C) 1992,1993,1994
|
||||
* W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
|
||||
* Australia. E-mail billm@vaxc.cc.monash.edu.au
|
||||
* All rights reserved.
|
||||
*
|
||||
* This copyright notice covers the redistribution and use of the
|
||||
* FPU emulator developed by W. Metzenthen. It covers only its use
|
||||
* in the 386BSD operating system. Any other use is not permitted
|
||||
* under this copyright.
|
||||
* in the 386BSD, FreeBSD and NetBSD operating systems. Any other
|
||||
* use is not permitted under this copyright.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
|
|
@ -44,7 +44,17 @@
|
|||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
*
|
||||
* $Id:$
|
||||
* The purpose of this copyright, based upon the Berkeley copyright, is to
|
||||
* ensure that the covered software remains freely available to everyone.
|
||||
*
|
||||
* The software (with necessary differences) is also available, but under
|
||||
* the terms of the GNU copyleft, for the Linux operating system and for
|
||||
* the djgpp ms-dos extender.
|
||||
*
|
||||
* W. Metzenthen June 1994.
|
||||
*
|
||||
*
|
||||
* $Id: status_w.h,v 1.2 1994/04/29 21:34:27 gclarkii Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -2,15 +2,15 @@
|
|||
* version.h
|
||||
*
|
||||
*
|
||||
* Copyright (C) 1992, 1993 W. Metzenthen, 22 Parker St, Ormond,
|
||||
* Vic 3163, Australia.
|
||||
* E-mail apm233m@vaxc.cc.monash.edu.au
|
||||
* Copyright (C) 1992,1993,1994
|
||||
* W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
|
||||
* Australia. E-mail billm@vaxc.cc.monash.edu.au
|
||||
* All rights reserved.
|
||||
*
|
||||
* This copyright notice covers the redistribution and use of the
|
||||
* FPU emulator developed by W. Metzenthen. It covers only its use
|
||||
* in the 386BSD operating system. Any other use is not permitted
|
||||
* under this copyright.
|
||||
* in the 386BSD, FreeBSD and NetBSD operating systems. Any other
|
||||
* use is not permitted under this copyright.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
|
|
@ -44,7 +44,17 @@
|
|||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
*
|
||||
* $Id:$
|
||||
* The purpose of this copyright, based upon the Berkeley copyright, is to
|
||||
* ensure that the covered software remains freely available to everyone.
|
||||
*
|
||||
* The software (with necessary differences) is also available, but under
|
||||
* the terms of the GNU copyleft, for the Linux operating system and for
|
||||
* the djgpp ms-dos extender.
|
||||
*
|
||||
* W. Metzenthen June 1994.
|
||||
*
|
||||
*
|
||||
* $Id: version.h,v 1.2 1994/04/29 21:34:28 gclarkii Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -10,15 +10,15 @@
|
|||
* unsigned shrxs(void *arg1, unsigned arg2)
|
||||
*
|
||||
*
|
||||
* Copyright (C) 1992, 1993 W. Metzenthen, 22 Parker St, Ormond,
|
||||
* Vic 3163, Australia.
|
||||
* E-mail apm233m@vaxc.cc.monash.edu.au
|
||||
* Copyright (C) 1992,1993,1994
|
||||
* W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
|
||||
* Australia. E-mail billm@vaxc.cc.monash.edu.au
|
||||
* All rights reserved.
|
||||
*
|
||||
* This copyright notice covers the redistribution and use of the
|
||||
* FPU emulator developed by W. Metzenthen. It covers only its use
|
||||
* in the 386BSD operating system. Any other use is not permitted
|
||||
* under this copyright.
|
||||
* in the 386BSD, FreeBSD and NetBSD operating systems. Any other
|
||||
* use is not permitted under this copyright.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
|
|
@ -52,7 +52,17 @@
|
|||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
*
|
||||
* $Id:$
|
||||
* The purpose of this copyright, based upon the Berkeley copyright, is to
|
||||
* ensure that the covered software remains freely available to everyone.
|
||||
*
|
||||
* The software (with necessary differences) is also available, but under
|
||||
* the terms of the GNU copyleft, for the Linux operating system and for
|
||||
* the djgpp ms-dos extender.
|
||||
*
|
||||
* W. Metzenthen June 1994.
|
||||
*
|
||||
*
|
||||
* $Id: wm_shrx.s,v 1.2 1994/04/29 21:34:29 gclarkii Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -8,15 +8,15 @@
|
|||
* void wm_sqrt(FPU_REG *n, unsigned int control_word)
|
||||
*
|
||||
*
|
||||
* Copyright (C) 1992, 1993 W. Metzenthen, 22 Parker St, Ormond,
|
||||
* Vic 3163, Australia.
|
||||
* E-mail apm233m@vaxc.cc.monash.edu.au
|
||||
* Copyright (C) 1992,1993,1994
|
||||
* W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
|
||||
* Australia. E-mail billm@vaxc.cc.monash.edu.au
|
||||
* All rights reserved.
|
||||
*
|
||||
* This copyright notice covers the redistribution and use of the
|
||||
* FPU emulator developed by W. Metzenthen. It covers only its use
|
||||
* in the 386BSD operating system. Any other use is not permitted
|
||||
* under this copyright.
|
||||
* in the 386BSD, FreeBSD and NetBSD operating systems. Any other
|
||||
* use is not permitted under this copyright.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
|
|
@ -50,7 +50,17 @@
|
|||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
*
|
||||
* $Id:$
|
||||
* The purpose of this copyright, based upon the Berkeley copyright, is to
|
||||
* ensure that the covered software remains freely available to everyone.
|
||||
*
|
||||
* The software (with necessary differences) is also available, but under
|
||||
* the terms of the GNU copyleft, for the Linux operating system and for
|
||||
* the djgpp ms-dos extender.
|
||||
*
|
||||
* W. Metzenthen June 1994.
|
||||
*
|
||||
*
|
||||
* $Id: wm_sqrt.s,v 1.2 1994/04/29 21:34:30 gclarkii Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue