|
|
1.1 root 1:
2: #include "../machine/alignment.h"
3: muld(infop) process_info *infop;
4: /*
5: /* Multiply operand by 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: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.