DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400 Tapes

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 Tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download
Index: ┃ T V

⟦41dbbce3b⟧ TextFile

    Length: 753 (0x2f1)
    Types: TextFile
    Names: »V«

Derivation

└─⟦25882cbde⟧ Bits:30000536 8mm tape, Rational 1000, RCI_RS6000_AIX_IBM 2_0_2
    └─ ⟦b8efda8ac⟧ »DATA« 
        └─⟦7061b4ee8⟧ 
            └─⟦dea849e77⟧ 
                └─⟦this⟧ 

TextFile

generic
    type Float_Type is digits <>;
    type Exponent_Type is range <>;
package Generic_Primitive_Functions is
    procedure Decompose (X : in Float_Type;
                         Fract : out Float_Type;
                         Exp : out Exponent_Type);
    function Exponent (X : Float_Type) return Exponent_Type;
    function Scale (X : Float_Type; Exp : Exponent_Type) return Float_Type;
    function Round (X : Float_Type) return Float_Type;  
    function Truncate (X : Float_Type) return Float_Type;
    function Leading_Part (X : Float_Type; Ndigits : Integer) return Float_Type;
    function "rem" (X, Y : Float_Type) return Float_Type;
    function Copy_Sign (Value, Sign : Float_Type) return Float_Type;
end Generic_Primitive_Functions;