2 (c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
3 See the copyright notice in the ACK home directory, in the file "Copyright".
9 SEPERATE DOUBLE INTO EXPONENT AND FRACTION (FEF 8)
17 struct fef8_returns *r;
20 register struct fef8_returns *p = r; /* make copy, r might refer
24 extend(&s1.d[0],&buf,sizeof(DOUBLE));
25 if (buf.exp == 0 && buf.m1 == 0 && buf.m2 == 0) {
32 compact(&buf,&p->f.d[0],sizeof(DOUBLE));