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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,1eda8da8a6221ea7 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-07-18 08:42:40 PST Path: archiver1.google.com!newsfeed.google.com!postnews1.google.com!not-for-mail From: Matthew.Waterman@Honeywell.com (Aquaman) Newsgroups: comp.lang.ada Subject: Re: bitwise operations in Ada95 Date: 18 Jul 2001 08:42:39 -0700 Organization: http://groups.google.com/ Message-ID: <192e1f87.0107180742.4e2e83df@posting.google.com> References: <9j2p76$6is$1@fang.dsto.defence.gov.au> NNTP-Posting-Host: 209.75.154.110 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 995470959 29414 127.0.0.1 (18 Jul 2001 15:42:39 GMT) X-Complaints-To: groups-support@google.com NNTP-Posting-Date: 18 Jul 2001 15:42:39 GMT Xref: archiver1.google.com comp.lang.ada:10163 Date: 2001-07-18T15:42:39+00:00 List-Id: My question would be for a way to do bit shifting operations (vs. & |) so for example shift left and shift right for use in mathmatical mult and div opperations thanks for any info lutz@iks-jena.de (Lutz Donnerhacke) wrote in message news:... > * Vladimir Bednikov wrote: > >Is there a way of performing bitwise operations on basic > >types, e.g, integers, floats etc as in the bitwise and '&' and > >bitwise or '|' in c.