* * $Id: cxij.inc,v 1.1.1.1 1996/02/15 17:48:55 mclareni Exp $ * * $Log: cxij.inc,v $ * Revision 1.1.1.1 1996/02/15 17:48:55 mclareni * Kernlib * * * * cxij.inc * #if defined(CERNLIB_NUMAP)||defined(CERNLIB_NUMCD)||defined(CERNLIB_NUMCV)||defined(CERNLIB_NUMIB2)||defined(CERNLIB_NUMND) IX = (LOCF(X21) - LOCF(X)) / 2 JX = (LOCF(X12) - LOCF(X)) / 2 #endif #if defined(CERNLIB_NUMCR)||defined(CERNLIB_NUMUC) IX = (LOC(X21) - LOC(X)) / 2 JX = (LOC(X12) - LOC(X)) / 2 #endif #if defined(CERNLIB_NUMDE) IX = (%LOC(X21) - %LOC(X)) / 8 JX = (%LOC(X12) - %LOC(X)) / 8 #endif #if defined(CERNLIB_NUMIB1) IX = (IADDR(X21) - IADDR(X)) / 8 JX = (IADDR(X12) - IADDR(X)) / 8 #endif