Annotation of coherent/d/PS2_KERNEL/include/ieeefp.h, revision 1.1

1.1     ! root        1: /* excerpted from Intel 386 Architecture BCS Supplement, Intel Draft 3/3/90 */
        !             2: struct _fpstackframe {
        !             3:        long    signo;
        !             4:        long    regs[SS+1];
        !             5:        struct _fpstat *fpsp;
        !             6:        char    *wsp;
        !             7: };
        !             8: 
        !             9: struct _fpreg {
        !            10:        unsigned short significand[4];
        !            11:        unsigned short exponent;
        !            12: };
        !            13: 
        !            14: struct _fpstate {
        !            15:        unsigned        longcw,
        !            16:        sw,
        !            17:        tag,
        !            18:        ipoff,
        !            19:        csssel,
        !            20:        dataoff,
        !            21:        datasel;
        !            22:        struct  _fpreg  st[8];
        !            23:        unsigned longstatus;
        !            24: };

unix.superglobalmegacorp.com

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