DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Rational R1000/400

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦69996a8c1⟧ Ada Source

    Length: 5120 (0x1400)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, seg_00d3cf

Derivation

└─⟦8527c1e9b⟧ Bits:30000544 8mm tape, Rational 1000, Arrival backup of disks in PAM's R1000
    └─ ⟦cfc2e13cd⟧ »Space Info Vol 2« 
        └─⟦this⟧ 

E3 Source Code



WITH Unix_Base_Types;
PACKAGE Interchange_Defs IS

   -- This package defines fundamental types and operators
   -- for data interchange.  When porting this package, you
   -- should modify it to indicate the appropriate types on
   -- your system.



   SUBTYPE Longest_Integer IS Unix_Base_Types.Long;
   -- The longest (highest-precision) supported signed integer.
   -- If you've got an arbitrary-precision package, that's ideal.
   -- See INTERCHANGE.LONG_INTEGER.

   FUNCTION "="  (X, Y : Longest_Integer) RETURN Boolean RENAMES Standard."=";
   FUNCTION ">"  (X, Y : Longest_Integer) RETURN Boolean RENAMES Standard.">";
   FUNCTION "<"  (X, Y : Longest_Integer) RETURN Boolean RENAMES Standard."<";
   FUNCTION ">=" (X, Y : Longest_Integer) RETURN Boolean RENAMES Standard.">=";
   FUNCTION "<=" (X, Y : Longest_Integer) RETURN Boolean RENAMES Standard."<=";

   FUNCTION "+"   (X, Y : Longest_Integer) RETURN Longest_Integer
       RENAMES Standard."+";
   FUNCTION "-"   (X, Y : Longest_Integer) RETURN Longest_Integer
       RENAMES Standard."-";
   FUNCTION "*"   (X, Y : Longest_Integer) RETURN Longest_Integer
       RENAMES Standard."*";
   FUNCTION "/"   (X, Y : Longest_Integer) RETURN Longest_Integer
       RENAMES Standard."/";
   FUNCTION "MOD" (X, Y : Longest_Integer) RETURN Longest_Integer
       RENAMES Standard."MOD";
   FUNCTION "REM" (X, Y : Longest_Integer) RETURN Longest_Integer
       RENAMES Standard."REM";


   TYPE Float IS NEW Standard.Float;

   TYPE Long_Float IS NEW Standard.Long_Float;

   -- These definitions are intended to represent IEEE floating
   -- point single- and double-precision formats, respectively.
   -- Float'last is IEEE infinity, float'first is IEEE -infinity.



   FUNCTION Duration_Magnitude RETURN Standard.Integer;
   -- This should be the largest integral power of 10
   -- which is <= Standard.Duration'Last, <= 10 ** 9,
   -- and <= Integer'Last.  It may be a constant.
   -- It is used by the body of INTERCHANGE.CONVERT.

END Interchange_Defs;

E3 Meta Data

    nblk1=4
    nid=3
    hdr6=6
        [0x00] rec0=19 rec1=00 rec2=01 rec3=008
        [0x01] rec0=19 rec1=00 rec2=04 rec3=056
        [0x02] rec0=04 rec1=00 rec2=02 rec3=000
        [0x03] rec0=04 rec1=00 rec2=03 rec3=001
    tail 0x2170a2e8282163dd3ec26 0x489e0066482863c01
Free Block Chain:
  0x3: 0000  00 00 00 5a 80 02 74 2e 02 00 34 20 20 20 2d 2d  ┆   Z  t.  4   --┆