Annotation of cci/d/fpevent/Data/cvdl_ov.c, revision 1.1

1.1     ! root        1: 
        !             2: 
        !             3: #include "../evt_defs.h"
        !             4: 
        !             5: /** OVERFLOW data patterns for the Convert Double to Integer inst.    **/
        !             6: /** The most significant parts of these patterns will cause overflows **/
        !             7: /** with the Convert Float to Integer instruction too.                **/
        !             8: 
        !             9: 
        !            10: struct evt_data_t  cvdl_ov_dat[] =
        !            11:        {
        !            12:        0x50000000, 0x00000000,  0, 0,
        !            13:        0xd0000000, 0x01000000,  0, 0,
        !            14:        0x6543210f, 0xedcba987,  0, 0,
        !            15:        0x7f444444, 0x00000001,  0, 0,
        !            16:        0xedcba987, 0x6543210f,  0, 0,
        !            17:        0x7ffffffe, 0x80000000,  0, 0,
        !            18:        0xd000d000, 0x00000000,  0, 0,
        !            19:        0xffffffff, 0xffffffff,  0, 0,
        !            20:        0xd0000000, 0xffffffff,  0, 0
        !            21:        };
        !            22: 
        !            23: int  cvdl_ov_cnt = 8;          /* # of CVDL ovfl patterns  (-1) */
        !            24: 

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.