|
|
1.1 ! root 1: #ifndef IEEEFP_H ! 2: #define IEEEFP_H ! 3: struct _fpstackframe { ! 4: long signo; ! 5: long regs[SS+1]; ! 6: struct _fpstate *fpsp; ! 7: char *wsp; ! 8: }; ! 9: ! 10: struct _fpreg { ! 11: unsigned short significand[4]; ! 12: unsigned short exponent; ! 13: }; ! 14: ! 15: struct _fpstate { ! 16: unsigned long cw, ! 17: sw, ! 18: tag, ! 19: ipoff, ! 20: cssel, ! 21: dataoff, ! 22: datasel; ! 23: struct _fpreg _st[8]; ! 24: unsigned long status; ! 25: }; ! 26: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.