home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_progs
/
libs
/
smalmath.lha
/
source
/
DAcos.a
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-08-19
|
288 b
|
16 lines
XDEF _IEEEDPAcos
SECTION code
_IEEEDPAcos:
move.l d1,-(sp) ;We have to drop this onto the stack,
move.l d0,-(sp) ;since there's no way to move a double
;directly from d0/d1 into fpx.
facos.d (sp)+,fp0
fmove.d fp0,-(sp)
movem.l (sp)+,d0/d1
rts
END