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 INTO EXPONENT AND FRACTION (FEF 4)
17 struct fef4_returns
*r
;
20 register struct fef4_returns
*p
= r
; /* make copy; r might refer
24 extend(&s1
,&buf
,sizeof(SINGLE
));
25 if (buf
.exp
== 0 && buf
.m1
== 0 && buf
.m2
== 0) {
32 compact(&buf
,&p
->f
,sizeof(SINGLE
));