From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,544e7f5698c48b7c X-Google-Attributes: gid103376,public From: paul.english@NOSPAM.technologist.com Subject: Re: precise floats Date: 1998/08/07 Message-ID: #1/1 X-Deja-AN: 378782687 References: <6q7vtb$jk$1@heliodor.xara.net> <6q8afs$5aq$1@usenet.rational.com> <6q8b4a$5cu$1@usenet.rational.com> <6qco5r$v8n$1@nnrp1.dejanews.com> Organization: ADI Limited, Systems Group, Sydney, Australia Reply-To: paul.english@NOSPAM.technologist.com Newsgroups: comp.lang.ada Date: 1998-08-07T00:00:00+00:00 List-Id: dennison@telepath.com writes: > The Ada.Interfaces package that comes with ObjectAda 7.1.1 for > windows/Intel contains *no* floating-point types whatsoever. (It is > also quite different that the verion they printed out in Annex M of > their docs. In particular the 16 and 8 bit integers don't appear to > exist in the actual package spec.) The Ada.Interfaces package that came with ObjectAda 7.1.1 (ObjectAda/lib/src/INTERF$1.ADS) contains the following definitions: type Integer_32 is range -2**31 .. 2**31-1; --2's complement type Integer_16 is range -2**15 .. 2**15-1; --2's complement type Integer_8 is range -2**7 .. 2**7 -1; --2's complement type Unsigned_32 is mod 2**32; type Unsigned_16 is mod 2**16; type Unsigned_8 is mod 2**8; type IEEE_Float_32 is new FLOAT; type IEEE_Float_64 is new LONG_FLOAT; This is the same as the Annex M, with the exception of the IEEE Floating point types, which aren't in Annex M. Are you sure you are looking at the right version of the spec? > So are you saying I need to report this as a bug? It would be my 3rd > report in a month (1st this month, though). That I can believe, it's about in keeping with my experience of OA so far. Cheers, -- , , ("\''/").___..--''" -._ Paul English `9_ 9 ) `-. ( ).`-.__.') paul.english@NOSPAM.technologist.com (_Y_.)' ._ ) ._ . ``-..-' (delete NOSPAM. to mail me) _..`--'_..-_/ /--'_.' .' (il).-'' ((i).' ((!.-'