home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
400-499
/
ff473.lzh
/
CNewsSrc
/
cnews_src.lzh
/
include
/
pragma
/
mathieeesingbas.h
< prev
next >
Wrap
C/C++ Source or Header
|
1990-12-29
|
864b
|
19 lines
#ifndef PRAGMA_MATHIEEESINGBAS_H
#define PRAGMA_MATHIEEESINGBAS_H
/* "mathieeesingbas.library" */
#pragma amicall(_MathIeeeSingBasBase, 0x1E, IEEESPFix(d0))
#pragma amicall(_MathIeeeSingBasBase, 0x24, IEEESPFlt(d0))
#pragma amicall(_MathIeeeSingBasBase, 0x2A, IEEESPCmp(d0,d1))
#pragma amicall(_MathIeeeSingBasBase, 0x30, IEEESPTst(d0))
#pragma amicall(_MathIeeeSingBasBase, 0x36, IEEESPAbs(d0))
#pragma amicall(_MathIeeeSingBasBase, 0x3C, IEEESPNeg(d0))
#pragma amicall(_MathIeeeSingBasBase, 0x42, IEEESPAdd(d0,d1))
#pragma amicall(_MathIeeeSingBasBase, 0x48, IEEESPSub(d0,d1))
#pragma amicall(_MathIeeeSingBasBase, 0x4E, IEEESPMul(d0,d1))
#pragma amicall(_MathIeeeSingBasBase, 0x54, IEEESPDiv(d0,d1))
#pragma amicall(_MathIeeeSingBasBase, 0x5A, IEEESPFloor(d0))
#pragma amicall(_MathIeeeSingBasBase, 0x60, IEEESPCeil(d0))
#endif /* PRAGMA_MATHIEEESINGBAS_H */