|
|
1.1 root 1:
2: #include "../evt_defs.h"
3:
4: /** OVERFLOW data patterns for the Convert Double to Float inst. **/
5: /** CVDF will cause an overflow if the double precision accumulator **/
6: /** has the maximum exponent, the MS fraction field is all 1's and **/
7: /** bit 31 of the LS fraction part is set. (The FPP will try to round **/
8: /** up the accumulator causing an overflow **/
9:
10:
11: struct evt_data_t cvdf_ov_dat[] =
12: {
13: 0x7fffffff, 0x80000000, 0, 0,
14: 0x7fffffff, 0xffffffff, 0, 0,
15: 0xffffffff, 0xabcdef01, 0, 0,
16: 0xffffffff, 0x80008000, 0, 0,
17: 0x7fffffff, 0xcccccccc, 0, 0,
18: 0xffffffff, 0x80000000, 0, 0
19: };
20:
21: int cvdf_ov_cnt = 5; /* # of CVDF ovfl patterns (-1) */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.