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 ADD TWO FLOATS - DOUBLE (ADF 8)
20 if (s1
.d
[0] == 0 && s1
.d
[1] == 0) {
24 if (s2
.d
[0] == 0 && s2
.d
[1] == 0) {
28 extend(&s1
.d
[0],&e1
,sizeof(DOUBLE
));
29 extend(&s2
.d
[0],&e2
,sizeof(DOUBLE
));
31 compact(&e1
,&s1
.d
[0],sizeof(DOUBLE
));