Annotation of 43BSDTahoe/lib/c2/c2.vax/Test.d/testfloat.c, revision 1.1

1.1     ! root        1: float f;
        !             2: double d;
        !             3: main(){
        !             4:        float   flocal;
        !             5:        double  dlocal;
        !             6: 
        !             7:        flocal = f * f;
        !             8:        flocal = f + (f - f);
        !             9:        flocal = f / f;
        !            10: 
        !            11:        dlocal = d * d;
        !            12:        dlocal = d + (d - d);
        !            13:        dlocal = d / d;
        !            14: }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.