Annotation of 43BSDTahoe/sys/tahoealign/Adivd.c, revision 1.1

1.1     ! root        1: /*     Adivd.c 1.1     86/07/20        */
        !             2: 
        !             3: #include "../tahoealign/align.h"
        !             4: divd(infop)    process_info *infop;
        !             5: /*
        !             6: /*     Divide accumulator by operand to accumulator (double).
        !             7: /*
        !             8: /*******************************************************************/
        !             9: {
        !            10:        register double *operand_pnt;
        !            11:        register double *acc_pnt;
        !            12: 
        !            13:        operand_pnt = (double *)&operand(infop,0)->data;
        !            14:        acc_pnt = (double *) &acc_high;
        !            15:        *acc_pnt = *acc_pnt / *operand_pnt;
        !            16: }

unix.superglobalmegacorp.com

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