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,d71d22f148dc5084,start X-Google-Attributes: gid103376,public From: Viqar Abbasi Subject: Shift Operations & Other Math questions Date: 1997/07/27 Message-ID: <33DBA0C3.DA9@cae.ca>#1/1 X-Deja-AN: 259925158 Organization: CAE Electronics Ltd Reply-To: viqar@cae.ca Newsgroups: comp.lang.ada Date: 1997-07-27T00:00:00+00:00 List-Id: Hi, How are SHIFT_LEFT, RIGHT, etc... operations accessed in DEC Ada? I see them in the ADA$PREDEFINED directory, but I don't know what I'm meant to WITH... Is it the same as GNAT's "pragma Import(Intrinsic, ...) Is this part of the Standard? Also, why is it only possible to page-align a record (using "record MY_RECORD at mod ..."), and not an array or other types? Finally, why isn't there a Standard Math library in Ada? This seems to make many simple applications inherently non-portable. Thanks for the insights... Viqar