Re: Rounding with Div and Mod operators

Barton <r_barton1@hotmail.com>
27 May 1999 00:42:22 -0400

          From comp.compilers

Related articles
[12 earlier articles]
Re: Rounding with Div and Mod operators anton@mips.complang.tuwien.ac.at (1999-05-20)
Re: Rounding with Div and Mod operators peter.r.wilson@boeing.com (Peter Wilson) (1999-05-20)
Re: Rounding with Div and Mod operators mfinney@lynchburg.net (1999-05-21)
Re: Rounding with Div and Mod operators jmoore@softmoore.com (John I. Moore, Jr.) (1999-05-22)
Re: Rounding with Div and Mod operators lassehp@imv.au.dk (1999-05-22)
Re: Rounding with Div and Mod operators r_barton1@hotmail.com (Barton) (1999-05-22)
Re: Rounding with Div and Mod operators r_barton1@hotmail.com (Barton) (1999-05-27)
Re: Rounding with Div and Mod operators ucapjab@ucl.ac.uk (Jonathan Barker) (1999-05-27)
| List of all articles for this month |

From: Barton <r_barton1@hotmail.com>
Newsgroups: comp.compilers
Date: 27 May 1999 00:42:22 -0400
Organization: Deja.com - Share what you know. Learn what you don't.
References: 99-05-039 99-05-050 99-05-113
Keywords: arithmetic, standards

    Barton <r_barton1@hotmail.com> wrote:
> Laurent Guerby <guerby@acm.org> wrote:
> >
> > They talk about a "Language-Compatible Arithmetic Standard (LCAS)",
> > I don't know what happened to this beast.
>
> The name was changed to Language Independent Arithmetic (LIA).
> Part 1 (ISO 10967-1) covers integer and floating point arithmetic.
> It defines two integer division operations, divf (flooring) and
> divt (truncating), with corresponding remainder operations for each.


    I found the URL for this standard, in case anyone is interested:
ftp://crl.dec.com/pub/misc/lia-1-is.ps.Z
    It's a big one, about 650K uncompressed.


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.