|
|
1.1 root 1: #include "../machine/alignment.h"
2: divf(infop) process_info *infop;
3: /*
4: /* Divide accumulator by operand to accumulator (float).
5: /*
6: /*******************************************************************/
7: {
8: register float *operand_pnt;
9: register float *acc_pnt;
10:
11: operand_pnt = (float *)&operand(infop,0)->data;
12: acc_pnt = (float *) &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.