|
|
1.1 root 1: #include "../machine/alignment.h"
2: divd(infop) process_info *infop;
3: /*
4: /* Divide accumulator by operand to accumulator (double).
5: /*
6: /*******************************************************************/
7: {
8: register double *operand_pnt;
9: register double *acc_pnt;
10:
11: operand_pnt = (double *)&operand(infop,0)->data;
12: acc_pnt = (double *) &acc_high;
13: *acc_pnt = *acc_pnt / *operand_pnt;
14: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.