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.3 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,3ed9aea76d58b2ba X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-09-13 06:20:04 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!fr.usenet-edu.net!usenet-edu.net!enst.fr!not-for-mail From: Duncan Sands Newsgroups: comp.lang.ada Subject: Re: IEEE arithmetic Date: Fri, 13 Sep 2002 15:19:00 +0200 Organization: ENST, France Sender: comp.lang.ada-admin@ada.eu.org Message-ID: References: Reply-To: comp.lang.ada@ada.eu.org NNTP-Posting-Host: marvin.enst.fr Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Trace: avanie.enst.fr 1031923203 10097 137.194.161.2 (13 Sep 2002 13:20:03 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Fri, 13 Sep 2002 13:20:03 +0000 (UTC) Return-Path: User-Agent: KMail/1.4.3 In-Reply-To: Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org X-Mailman-Version: 2.0.13 Precedence: bulk List-Unsubscribe: , List-Id: comp.lang.ada mail<->news gateway List-Post: List-Help: List-Subscribe: , Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org Xref: archiver1.google.com comp.lang.ada:28926 Date: 2002-09-13T15:19:00+02:00 On Friday 13 September 2002 15:03, Georg Bauhaus wrote: > Duncan Sands wrote: > : round to +infinity, round to -infinity. How to change the rounding > : mode in a fairly portable way? I am happy if the method is specific > : to the GNAT compiler. > > I'm not sure whether this might be what you are looking for, but > one of Robert Dewar's students, Sam Figueroa, has written a thesis > about Ada and floating point that might have some relevant information. > (If you don't have this already, and I'm not completely missing the > point :) > http://www.cs.nyu.edu/csweb/Research/Theses/figueroa_sam.ps.gz Thanks Georg, it looks like an excellent way to get started. All the best, Duncan.