Annotation of 43BSDReno/sys/tahoealign/Aaddf.c, revision 1.1.1.1

1.1       root        1: /*     Aaddf.c 1.1     86/07/20        */
                      2: 
                      3: #include "../tahoealign/align.h"
                      4: addf(infop)    process_info *infop;
                      5: /*
                      6: /*     Add operand with accumulator to accumulator (float).
                      7: /*
                      8: /*************************************************************/
                      9: {
                     10:        register float  *operand_pnt;
                     11:        register float  *acc_pnt;
                     12: 
                     13:        operand_pnt = (float *)&operand(infop,0)->data;
                     14:        acc_pnt = (float *) &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.