Annotation of cci/sys/tahoe/Aaddd.c, revision 1.1.1.1

1.1       root        1: #include "../machine/alignment.h"
                      2: 
                      3: addd(infop)    process_info *infop;
                      4: /*
                      5: /*     Add operand with accumulator to accumulator (double).
                      6: /*
                      7: /*************************************************************/
                      8: {
                      9:        register double         *operand_pnt;
                     10:        register double         *acc_pnt;
                     11: 
                     12:        operand_pnt = (double *)&operand(infop,0)->data;
                     13:        acc_pnt = (double *) &acc_high;
                     14:        *acc_pnt = *acc_pnt + *operand_pnt;
                     15: }
                     16: 

unix.superglobalmegacorp.com

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