home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 1
/
GoldFishApril1994_CD2.img
/
d4xx
/
d473
/
cnewssrc
/
cnews_src.lzh
/
include
/
pragma
/
mathieeedoubbas.h
< prev
next >
Wrap
C/C++ Source or Header
|
1990-12-29
|
981b
|
20 lines
#ifndef PRAGMA_MATHIEEEDOUBBAS_H
#define PRAGMA_MATHIEEEDOUBBAS_H
/* "mathieeedoubbas.library" */
#pragma amicall(_MathIeeeDoubBasBase, 0x1E, IEEEDPFix(d0,d1))
#pragma amicall(_MathIeeeDoubBasBase, 0x24, IEEEDPFlt(d0))
#pragma amicall(_MathIeeeDoubBasBase, 0x2A, IEEEDPCmp(d0,d1,d2,d3))
#pragma amicall(_MathIeeeDoubBasBase, 0x30, IEEEDPTst(d0,d1))
#pragma amicall(_MathIeeeDoubBasBase, 0x36, IEEEDPAbs(d0,d1))
#pragma amicall(_MathIeeeDoubBasBase, 0x3C, IEEEDPNeg(d0,d1))
#pragma amicall(_MathIeeeDoubBasBase, 0x42, IEEEDPAdd(d0,d1,d2,d3))
#pragma amicall(_MathIeeeDoubBasBase, 0x48, IEEEDPSub(d0,d1,d2,d3))
#pragma amicall(_MathIeeeDoubBasBase, 0x4E, IEEEDPMul(d0,d1,d2,d3))
#pragma amicall(_MathIeeeDoubBasBase, 0x54, IEEEDPDiv(d0,d1,d2,d3))
/*--- functions in V33 or higher (distributed as Release 1.2) --- */
#pragma amicall(_MathIeeeDoubBasBase, 0x5A, IEEEDPFloor(d0,d1))
#pragma amicall(_MathIeeeDoubBasBase, 0x60, IEEEDPCeil(d0,d1))
#endif /* PRAGMA_MATHIEEEDOUBBAS_H */