ack/lang/cem/libcc.ansi/core/math/modf.e
2018-06-23 00:04:14 +02:00

27 lines
428 B
Plaintext

#
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* $Id$ */
#include <ack/config.h>
mes 2,_EM_WSIZE,_EM_PSIZE
#if ACKCONF_WANT_FLOAT
exp $modf
pro $modf,0
lal 0
loi _EM_DSIZE
loc 1
loc _EM_WSIZE
loc _EM_DSIZE
cif
fif _EM_DSIZE
lal _EM_DSIZE
loi _EM_PSIZE
sti _EM_DSIZE
ret _EM_DSIZE
end
#endif