|
|
1.1 ! root 1: /* Amulf.c 1.1 86/07/20 */ ! 2: ! 3: #include "../tahoealign/align.h" ! 4: mulf(infop) process_info *infop; ! 5: /* ! 6: /* Multiply operand by 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: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.