mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-16 08:15:31 +00:00
This also involves removing unnecessary forward declarations, inserting
includes for all cross-file function references, making some definitions
static if they are not otherwise used, correcting errors that were exposed
by having correct prototypes.
new file: inc/allocmdsdefs.h
new file: inc/arith2defs.h
new file: inc/arith3defs.h
new file: inc/arith4defs.h
new file: inc/array2defs.h
new file: inc/array3defs.h
new file: inc/array4defs.h
new file: inc/array5defs.h
new file: inc/array6defs.h
new file: inc/arraydefs.h
new file: inc/bbtsubdefs.h
new file: inc/bindefs.h
new file: inc/bindsdefs.h
new file: inc/bitbltdefs.h
new file: inc/bltdefs.h
new file: inc/byteswapdefs.h
new file: inc/car-cdrdefs.h
new file: inc/chardevdefs.h
new file: inc/commondefs.h
new file: inc/conspagedefs.h
new file: inc/dbgtooldefs.h
new file: inc/dirdefs.h
new file: inc/drawdefs.h
new file: inc/dskdefs.h
new file: inc/dspifdefs.h
new file: inc/dspsubrsdefs.h
new file: inc/eqfdefs.h
new file: inc/etherdefs.h
new file: inc/findkeydefs.h
new file: inc/fpdefs.h
new file: inc/fvardefs.h
new file: inc/gc2defs.h
new file: inc/gcarraydefs.h
new file: inc/gccodedefs.h
new file: inc/gcdefs.h
new file: inc/gcfinaldefs.h
new file: inc/gchtfinddefs.h
new file: inc/gcmain3defs.h
new file: inc/gcoflowdefs.h
new file: inc/gcrcelldefs.h
new file: inc/gcrdefs.h
new file: inc/gcscandefs.h
new file: inc/gvar2defs.h
new file: inc/hacksdefs.h
new file: inc/hardrtndefs.h
new file: inc/inetdefs.h
new file: inc/initdspdefs.h
new file: inc/initkbddefs.h
new file: inc/initsoutdefs.h
modified: inc/inlineC.h
new file: inc/intcalldefs.h
new file: inc/kbdsubrsdefs.h
new file: inc/keyeventdefs.h
new file: inc/keylibdefs.h
new file: inc/kprintdefs.h
new file: inc/ldsoutdefs.h
new file: inc/lineblt8defs.h
new file: inc/lisp2cdefs.h
modified: inc/lispemul.h
new file: inc/llcolordefs.h
new file: inc/llstkdefs.h
modified: inc/lnk-inlineC.h
new file: inc/loopsopsdefs.h
new file: inc/lowlev1defs.h
new file: inc/lowlev2defs.h
new file: inc/lsthandldefs.h
new file: inc/maindefs.h
new file: inc/misc7defs.h
new file: inc/miscndefs.h
new file: inc/mkatomdefs.h
new file: inc/mkcelldefs.h
new file: inc/mvsdefs.h
new file: inc/osmsgdefs.h
new file: inc/perrnodefs.h
new file: inc/returndefs.h
new file: inc/rpcdefs.h
new file: inc/rplconsdefs.h
new file: inc/shiftdefs.h
new file: inc/storagedefs.h
new file: inc/subr0374defs.h
new file: inc/subrdefs.h
new file: inc/sxhashdefs.h
new file: inc/testtooldefs.h
new file: inc/timerdefs.h
new file: inc/typeofdefs.h
new file: inc/ubf1defs.h
new file: inc/ubf2defs.h
new file: inc/ubf3defs.h
new file: inc/ufsdefs.h
new file: inc/unixcommdefs.h
new file: inc/unwinddefs.h
new file: inc/uraiddefs.h
new file: inc/usrsubrdefs.h
new file: inc/uutilsdefs.h
new file: inc/vars3defs.h
new file: inc/vmemsavedefs.h
new file: inc/xbbtdefs.h
new file: inc/xcdefs.h
new file: inc/xcursordefs.h
new file: inc/xinitdefs.h
new file: inc/xlspwindefs.h
new file: inc/xmkicondefs.h
new file: inc/xrdoptdefs.h
new file: inc/xscrolldefs.h
new file: inc/xwinmandefs.h
new file: inc/z2defs.h
modified: src/allocmds.c
modified: src/arith2.c
modified: src/arith3.c
modified: src/arith4.c
modified: src/array.c
modified: src/array2.c
modified: src/array3.c
modified: src/array4.c
modified: src/array5.c
modified: src/array6.c
modified: src/bbtsub.c
modified: src/bin.c
modified: src/binds.c
modified: src/bitblt.c
modified: src/blt.c
modified: src/byteswap.c
modified: src/car-cdr.c
modified: src/chardev.c
modified: src/common.c
modified: src/conspage.c
modified: src/dbgtool.c
modified: src/dir.c
modified: src/draw.c
modified: src/dsk.c
modified: src/dspif.c
modified: src/dspsubrs.c
modified: src/eqf.c
modified: src/ether.c
modified: src/findkey.c
modified: src/foreign.c
modified: src/fp.c
modified: src/fvar.c
modified: src/gc.c
modified: src/gc2.c
modified: src/gcarray.c
modified: src/gccode.c
modified: src/gcfinal.c
modified: src/gchtfind.c
modified: src/gcmain3.c
modified: src/gcoflow.c
modified: src/gcr.c
modified: src/gcrcell.c
modified: src/gcscan.c
modified: src/gvar2.c
modified: src/hacks.c
modified: src/hardrtn.c
modified: src/inet.c
modified: src/initdsp.c
modified: src/initkbd.c
modified: src/initsout.c
modified: src/intcall.c
modified: src/kbdsubrs.c
modified: src/keyevent.c
modified: src/keylib.c
modified: src/kprint.c
modified: src/ldsout.c
modified: src/lineblt8.c
modified: src/lisp2c.c
modified: src/llcolor.c
modified: src/llstk.c
modified: src/loopsops.c
modified: src/lowlev1.c
modified: src/lowlev2.c
modified: src/lsthandl.c
modified: src/main.c
modified: src/misc7.c
modified: src/miscn.c
modified: src/mkatom.c
modified: src/mkcell.c
modified: src/mvs.c
modified: src/osmsg.c
modified: src/perrno.c
modified: src/return.c
modified: src/rpc.c
modified: src/rplcons.c
modified: src/setsout.c
modified: src/shift.c
modified: src/storage.c
modified: src/subr.c
modified: src/subr0374.c
modified: src/sxhash.c
modified: src/testtool.c
modified: src/timer.c
modified: src/truecolor.c
modified: src/tstsout.c
modified: src/typeof.c
modified: src/ubf1.c
modified: src/ubf2.c
modified: src/ubf3.c
modified: src/ufn.c
modified: src/ufs.c
modified: src/unixcomm.c
modified: src/unwind.c
modified: src/uraid.c
modified: src/usrsubr.c
modified: src/uutils.c
modified: src/vars3.c
modified: src/vmemsave.c
modified: src/xbbt.c
modified: src/xc.c
modified: src/xcursor.c
modified: src/xinit.c
modified: src/xlspwin.c
modified: src/xmkicon.c
modified: src/xrdopt.c
modified: src/xscroll.c
modified: src/xwinman.c
modified: src/z2.c
273 lines
6.1 KiB
C
273 lines
6.1 KiB
C
/* $Id: arith2.c,v 1.4 2001/12/24 01:08:58 sybalsky Exp $ (C) Copyright Venue, All Rights Reserved
|
|
*/
|
|
static char *id = "$Id: arith2.c,v 1.4 2001/12/24 01:08:58 sybalsky Exp $ Copyright (C) Venue";
|
|
|
|
/************************************************************************/
|
|
/* */
|
|
/* (C) Copyright 1989-99 Venue. All Rights Reserved. */
|
|
/* Manufactured in the United States of America. */
|
|
/* */
|
|
/************************************************************************/
|
|
|
|
#include "version.h"
|
|
|
|
#include <stdio.h>
|
|
#include "lispemul.h"
|
|
#include "lspglob.h"
|
|
#include "adr68k.h"
|
|
#include "lispmap.h"
|
|
#include "lsptypes.h"
|
|
#include "medleyfp.h"
|
|
#include "arith.h"
|
|
|
|
#include "fpdefs.h"
|
|
#include "mkcelldefs.h"
|
|
|
|
/************************************************************
|
|
N_OP_plus2
|
|
entry PLUS2 OPCODE[0324]
|
|
entry IPLUS2 OPCODE[0330]
|
|
return(tos + b)
|
|
************************************************************/
|
|
|
|
LispPTR N_OP_plus2(int tosm1, int tos) {
|
|
register int arg1, arg2;
|
|
register int result;
|
|
|
|
N_GETNUMBER(tos, arg1, doufn);
|
|
N_GETNUMBER(tosm1, arg2, doufn);
|
|
|
|
#ifdef USE_INLINE_ARITH
|
|
|
|
result = plus32(arg1, arg2);
|
|
N_ARITH_SWITCH(result);
|
|
|
|
doufn2:
|
|
plus_err_label();
|
|
ERROR_EXIT(tos);
|
|
|
|
#else
|
|
result = arg1 + arg2;
|
|
if (((arg1 >= 0) == (arg2 >= 0)) && ((result >= 0) != (arg1 >= 0))) { ERROR_EXIT(tos); }
|
|
N_ARITH_SWITCH(result);
|
|
|
|
#endif /* USE_INLINE_ARITH */
|
|
|
|
doufn:
|
|
return (N_OP_fplus2(tosm1, tos));
|
|
}
|
|
|
|
/************************************************************************/
|
|
/* */
|
|
/* N _ O P _ i p l u s 2 */
|
|
/* */
|
|
/* Implements the IPLUS2 opcode--add the two arguments, which */
|
|
/* must be SMALLP or FIXP */
|
|
/* */
|
|
/************************************************************************/
|
|
|
|
LispPTR N_OP_iplus2(int tosm1, int tos) {
|
|
register int arg1, arg2;
|
|
register int result;
|
|
|
|
N_IGETNUMBER(tos, arg1, doufn);
|
|
N_IGETNUMBER(tosm1, arg2, doufn);
|
|
|
|
#ifdef USE_INLINE_ARITH
|
|
|
|
result = iplus32(arg1, arg2);
|
|
N_ARITH_SWITCH(result);
|
|
dummy:
|
|
iplus_err_label();
|
|
|
|
#else
|
|
|
|
result = arg1 + arg2;
|
|
if (((arg1 >= 0) == (arg2 >= 0)) && ((result >= 0) != (arg1 >= 0))) { ERROR_EXIT(tos); }
|
|
N_ARITH_SWITCH(result);
|
|
|
|
#endif /* USE_INLINE_ARITH */
|
|
|
|
doufn:
|
|
ERROR_EXIT(tos);
|
|
}
|
|
|
|
/************************************************************
|
|
N_OP_difference
|
|
entry DIFFERENCE OPCODE[0325]
|
|
entry IDIFFERENCE OPCODE[0331]
|
|
return(a - tos)
|
|
************************************************************/
|
|
|
|
LispPTR N_OP_difference(int tosm1, int tos) {
|
|
register int arg1, arg2;
|
|
register int result;
|
|
|
|
N_GETNUMBER(tosm1, arg1, doufn);
|
|
N_GETNUMBER(tos, arg2, doufn);
|
|
|
|
#ifdef USE_INLINE_ARITH
|
|
|
|
result = sub32(arg1, arg2);
|
|
N_ARITH_SWITCH(result);
|
|
|
|
doufn2:
|
|
diff_err_label();
|
|
ERROR_EXIT(tos);
|
|
|
|
#else
|
|
|
|
result = arg1 - arg2;
|
|
if (((arg1 >= 0) == (arg2 < 0)) && ((result >= 0) != (arg1 >= 0))) { ERROR_EXIT(tos); }
|
|
N_ARITH_SWITCH(result);
|
|
|
|
#endif
|
|
|
|
doufn:
|
|
return (N_OP_fdifference(tosm1, tos));
|
|
}
|
|
|
|
LispPTR N_OP_idifference(int tosm1, int tos) {
|
|
register int arg1, arg2;
|
|
register int result;
|
|
|
|
N_IGETNUMBER(tosm1, arg1, doufn);
|
|
N_IGETNUMBER(tos, arg2, doufn);
|
|
|
|
#ifdef USE_INLINE_ARITH
|
|
|
|
result = isub32(arg1, arg2);
|
|
N_ARITH_SWITCH(result);
|
|
dummy:
|
|
idiff_err_label();
|
|
|
|
#else
|
|
|
|
result = arg1 - arg2;
|
|
if (((arg1 >= 0) == (arg2 < 0)) && ((result >= 0) != (arg1 >= 0))) { ERROR_EXIT(tos); }
|
|
N_ARITH_SWITCH(result);
|
|
|
|
#endif
|
|
doufn:
|
|
ERROR_EXIT(tos);
|
|
}
|
|
|
|
/************************************************************
|
|
N_OP_logxor
|
|
entry LOGXOR2 OPCODE[0346]
|
|
return(tosm1 ^ tos)
|
|
************************************************************/
|
|
|
|
LispPTR N_OP_logxor(int tosm1, int tos) { N_IARITH_BODY_2(tosm1, tos, ^); }
|
|
|
|
/************************************************************
|
|
N_OP_logand
|
|
entry LOGAND2 OPCODE[0345]
|
|
return(tosm1 & tos)
|
|
************************************************************/
|
|
LispPTR N_OP_logand(int tosm1, int tos) { N_IARITH_BODY_2(tosm1, tos, &); }
|
|
|
|
/************************************************************
|
|
N_OP_logor
|
|
entry LOGOR2 OPCODE[0344]
|
|
return(tosm1 | tos)
|
|
************************************************************/
|
|
LispPTR N_OP_logor(int tosm1, int tos) { N_IARITH_BODY_2(tosm1, tos, |); }
|
|
|
|
/************************************************************
|
|
N_OP_greaterp
|
|
entry GREATERP OPCODE[0363]
|
|
entry IGREATERP OPCODE[0361]
|
|
return(tosm1 > tos)
|
|
|
|
************************************************************/
|
|
LispPTR N_OP_greaterp(int tosm1, int tos) {
|
|
register int arg1, arg2;
|
|
|
|
N_GETNUMBER(tosm1, arg1, do_ufn);
|
|
N_GETNUMBER(tos, arg2, do_ufn);
|
|
|
|
if (arg1 > arg2)
|
|
return (ATOM_T);
|
|
else
|
|
return (NIL_PTR);
|
|
|
|
do_ufn:
|
|
return (N_OP_fgreaterp(tosm1, tos));
|
|
}
|
|
|
|
LispPTR N_OP_igreaterp(int tosm1, int tos) {
|
|
register int arg1, arg2;
|
|
|
|
N_IGETNUMBER(tosm1, arg1, do_ufn);
|
|
N_IGETNUMBER(tos, arg2, do_ufn);
|
|
|
|
if (arg1 > arg2)
|
|
return (ATOM_T);
|
|
else
|
|
return (NIL_PTR);
|
|
|
|
do_ufn:
|
|
ERROR_EXIT(tos);
|
|
}
|
|
|
|
/************************************************************
|
|
N_OP_iplusn
|
|
entry IPLUS.N OPCODE[0335]
|
|
return(tos + n)
|
|
************************************************************/
|
|
LispPTR N_OP_iplusn(int tos, int n) {
|
|
register int arg1;
|
|
register int result;
|
|
|
|
N_IGETNUMBER(tos, arg1, do_ufn);
|
|
|
|
#ifdef USE_INLINE_ARITH
|
|
|
|
result = iplus32n(arg1, n);
|
|
N_ARITH_SWITCH(result);
|
|
dummy:
|
|
iplusn_err_label();
|
|
|
|
#else
|
|
|
|
result = arg1 + n;
|
|
if ((result < 0) && (arg1 >= 0)) { ERROR_EXIT(tos); }
|
|
N_ARITH_SWITCH(result);
|
|
|
|
#endif
|
|
|
|
do_ufn:
|
|
ERROR_EXIT(tos);
|
|
}
|
|
|
|
/************************************************************
|
|
N_OP_idifferencen
|
|
entry IDIFFERENCE.N OPCODE[0336]
|
|
return(tos - n)
|
|
************************************************************/
|
|
LispPTR N_OP_idifferencen(int tos, int n) {
|
|
register int arg1;
|
|
register int result;
|
|
|
|
N_IGETNUMBER(tos, arg1, do_ufn);
|
|
|
|
#ifdef USE_INLINE_ARITH
|
|
|
|
result = sub32n(arg1, n);
|
|
N_ARITH_SWITCH(result);
|
|
dummy:
|
|
idiffn_err_label();
|
|
|
|
#else
|
|
|
|
result = arg1 - n;
|
|
if ((result >= 0) && (arg1 < 0)) { ERROR_EXIT(tos); }
|
|
N_ARITH_SWITCH(result);
|
|
|
|
#endif
|
|
|
|
do_ufn:
|
|
ERROR_EXIT(tos);
|
|
}
|