File:  [MW Coherent from dump] / coherent / a / usr / include / ieeefp.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed May 29 04:56:34 2019 UTC (7 years ago) by root
Branches: MarkWilliams, MAIN
CVS tags: relic, HEAD
coherent

/* excerpted from Intel 386 Architecture BCS Supplement, Intel Draft 3/3/90 */
struct _fpstackframe {
	long	signo;
	long	regs[SS+1];
	struct _fpstat *fpsp;
	char	*wsp;
};

struct _fpreg {
	unsigned short significand[4];
	unsigned short exponent;
};

struct _fpstate {
	unsigned	longcw,
	sw,
	tag,
	ipoff,
	csssel,
	dataoff,
	datasel;
	struct	_fpreg	st[8];
	unsigned longstatus;
};

unix.superglobalmegacorp.com

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